NickforNick Bull Blognickbulljs.hashnode.net·Oct 6, 2020Featured5 Useful VSCode Extensions You Don’t Know AboutI’ve been using VSCode for 4 years from its beta and installed over 50+ extensions. Here is the list of my 5 useful extensions you need to know about. 5. Todo Tree Todo Tree is a simple extension that searches a workspace for comment tags like TODO a...klvenky and 3 others are discussing this4 people are discussing thisDiscuss·114 likes·6.7K readsVisual Studio Code
Andrei TiburcaforHashnode Toolboxeconomic-juice-peck-41.hashnode.net·Mar 15, 2022Top 25 Most Active Developer Communities to Join in 2022Where do developers go when they hit the programming wall, and what do they use to learn, share and hang around? That’s right – developer communities. Where would we be without them.. Developer communities are probably the best source of free info...Miki Szeles and 1 other are discussing this2 people are discussing thisDiscuss·88 likes·1.8K readsBlogging Toolscommunity
Bolaji AyodejiforBolaji Ayodeji's Blogbolajiayodeji.hashnode.net·Feb 3, 2019FeaturedManipulating Arrays in JavaScriptArrays have become an important part of any programming language. In this article, I would show you various methods of manipulating arrays in JavaScript [^^] What are Arrays in JavaScript? Before we proceed, you need to understand what arrays reall...Afolayan Oluwaseun Raphael and 1 other are discussing this2 people are discussing thisDiscuss·60 likes·823 readsJavaScript
Mannem Rohith forReact-Formrohithmannem.hashnode.net·Apr 13, 2023REACT-HOOK-FORM : A Guide With ExamplesForms are an essential part of how users interact with websites and web applications. Validating the user’s data passed through the form is a crucial responsibility for a developer. Building Forms using plain JSX maybe be a lot of work, therefore we ...Discuss·4 likes·47 readsReact
Enrique Marques JrforDivviDdivvid.hashnode.net·Feb 28, 2023Why setup your environment is importantAs a dev, one of the most important things you can do to ensure efficiency and productivity is to set up a development environment that works for you. The term "development environment" refers to the combination of tools and software that you use to...DiscussDeveloper Tools
Shawn CriggerforIt's A Digital World by Shawn Criggershawnc.hashnode.net·Feb 26, 2023Handy Links for Establishing a Debian Development EnvironmentEssential Software Every Software Developer Needs I'm trying to keep my posts short, but if you want to learn more about a particular topic, I'd be happy to provide more information. Before doing anything, update apt-get and install the build-essenti...Discuss·33 readsDeveloper Tools
Zainab Mirkarforzainabmirkar.hashnode.net·Jan 29, 2023Deploying Node.js Application in KubernetesCreate a NodeJS application npm init npm install express Create index.js and paste the following code Create Docker file FROM node:17-alpine This line specifies the base image to use for the container. WORKDIR /usr/src/app This line sets t...Discuss·12 likes·130 readsDocker
DevforDev's blogdev1289.hashnode.net·Jan 4, 2023#90DaysOfDevops #ChallengeHi, I'm Dev, for the last 3 months, I'm confused to choose and transform my career into a challenging role in which I love to do my job/business with full of energy and happy mood. I started my R&D on so many #Technologies, #Business Ideas, #Job role...Discuss·44 readsDevops
WASIM SHEIKHforWasim's Blogwasimsk.hashnode.net·Jan 3, 2023Day-3 : Basic Linux Commands (Part 2)After the Basic Linux Commands (Part 1), today on our third day we are discussing the basic linux commands (Part 2) To view what's written in a file - cat filename To change the access permissions of files - chmod 777 foldername To check which com...Discuss·30 readsDevops
Gaurav DhakforApplication of Cryptography gaurav789.hashnode.net·Dec 18, 2022System Design:- Getting Started With CachingWhen do you use caching in a system design? System design is one of the most important concepts of software engineering. One of the main problems of designing a system is that the terminology used in the system design resources is hard to grasp at fi...Discussdev
Seth PhatforSeth Phat Blogsethphat.hashnode.net·Dec 3, 2022My daily routine as a Senior Backend EngineerGosh, finally it is the first "Journey" post from my freaking blog. Imma talks about my daily routine as a Senior Backend Engineer. What makes a Senior? As a Senior, from my POV, you are expected to: Able to work individually. Quickly learn and adap...Discuss·5 likes·140 readsJourneysDeveloper
Devansh BhardwajforDevansh Bhardwaj's blogdevanshbhardwaj12.hashnode.net·Nov 22, 2022Now Log Bugs Using LambdaTest and DevRevIn today’s world, an organization’s most valuable resource is its customers. However, acquiring new customers in an increasingly competitive marketplace can be challenging while maintaining a strong bond with existing clients. Implementing a customer...DiscussTesting
Ezequiel E. TejadaforMy own takemyowntake.hashnode.net·Nov 22, 2022My take on... Making Firebase Emulators work in DockerNowadays I develop mostly inside a docker container, which allows me to have a tailor made environment for each project and makes switching and sharing the environment with new teammates a breeze. After reading a little bit about Firebase Emulators, ...Discuss·114 readsFirebase