Typescript: Convert Enum to Array
Abhishek EH | Apr 22, 2023 | 2 Min Read
Guide on different ways to convert typescript enum to to array. Also discusses how to convert when values are present and when values are not present
Read More
How to add favicon to a Next.js site?
Abhishek EH | Apr 16, 2023 | 2 Min Read
Tutorial on how to create a favicon and replace the default icon with the newly created one in Next.js
Read More
Python If Else shorthand with examples
Abhishek EH | Apr 8, 2023 | 2 Min Read
Article on how to use Shorthands for if else statements in Python, Discusses about simple if, if else and else if ladder.
Read More
How to render array of components in React
Abhishek EH | Apr 7, 2023 | 3 Min Read
Tutorial on how to create an array of components and render them, Also discuss how to store components in an array and render them.
Read More
How to use media queries in styled components
Abhishek EH | Apr 5, 2023 | 2 Min Read
Tutorial on how to use media queries in styled components to display different view in mobile screens and desktop screens
Read More
How to use Local Storage in Next.js
Abhishek EH | Apr 4, 2023 | 4 Min Read
Tutorial on how to use local storage in Next.js. Store app state in local storage and retrieve it when user reloads the page. Also, learn how to write useLocalStorage hook.
Read More