PinnedVS Code extensions for (React ) frontend developersA list of useful VS Code extensions for frontend developers that significantly increase productivity when writing code.Oct 31, 20213Oct 31, 20213
PinnedPublished inJavaScript in Plain EnglishHow to Create a Custom VS Code Snippet to Scaffold Your React ComponentsBy using VS Code snippets, you can significantly improve your productivity as a developer.Nov 23, 2021Nov 23, 2021
PinnedPath aliases in Create React App (v4) without ejectingAs soon as a React application starts growing in size and complexity, various problems also arise. One of those, is managing module…Nov 4, 20202Nov 4, 20202
Published inJavaScript in Plain EnglishBoost Your Productivity as a Developer with VS Code Key ShortcutsAs an experienced developer, you know that time is a valuable commodity when it comes to programming. Every minute counts, and anything…Mar 25, 2023Mar 25, 2023
8 useful Bash shortcuts to increase your terminal productivityA terminal, also known as a command-line interface (CLI), is a text-based interface that allows users to interact with their operating…Mar 21, 2023Mar 21, 2023
How to show a loader when navigating between pages in Next.jsImplementing a React component that acts as a loader while navigating between two Next.js pages.Dec 14, 2021Dec 14, 2021
Using Google Fonts in Next.js 10.2+To use Google Fonts in a Next.js application you would typically either create a custom Document file or create a custom Head component.Jun 19, 20211Jun 19, 20211
How to create a SCSS mixin for responsive designCreating a responsive SCSS mixin that you can use in any project without having to remember how to use CSS media queriesJun 11, 20212Jun 11, 20212
How to create a JS library and publish it to npmDid you ever write some amazing code that you wanted to use in all your projects and you ended up manually copying it over ? I did. Even…Jan 10, 20211Jan 10, 20211