© 2023 Hashnode
#vscode-tips
Code snippets are templates that make it easier to enter repeating code patterns and who better than yourself knows what code you copy again and again. The best way to tackle this problem is with tail…
3 most productive vscode extensions Visual studio code proves itself again and again in every developer survey as the most used and loved code editor. You can install extensions to give it superpowers…
Are you looking for ways to boost your productivity while coding in Visual Studio Code? Look no further! These lesser-known Visual Studio Code extensions are sure to change the way you code, making yo…
VSCode is one of the most popular IDEs among developers, and for a good reason. With its out-of-the-box functionality and extendability, it offers a versatile and customizable experience. Tasks are a …
Welcome to the world of React! As a developer, you're about to embark on a journey that will change the way you think about building user interfaces. React is a powerful JavaScript library for buildin…
Intro During my daily work, sometimes I have to switch between different projects: backend frontend, nodejs, react, angular etc. etc. I used to think that configuring VsCode in the best way for each p…
I recently launched my Discord server to talk about Open Source and Web Development, feel free to join: https://discord.gg/bqwyEa6We6 Merge conflicts can be scary, but if you know how to use your too…
Hi there! Are you just starting out on your journey to learn how to develop websites? If so, then you might be wondering what tools you should use to get started. One tool that I highly recommend is V…
Introduction to Emmet As a developer, it's always important to find ways to streamline your workflow and increase your productivity. This is where Emmet comes in. Emmet is a toolkit that helps developers write HTML and CSS code faster and m…
Many times we always repeat a specific block of code over and over. This can be so tiring and time-wasting and sometimes causes errors or inconsistency in the code while building our applications. Most flutter developers and engineers use V…