PinnedPublished inDev GeniusHow to connect EC2 and VSCODECheck out how to connect VSCODE to EC2 to edit files on server easily.Jan 22, 2023Jan 22, 2023
Published inDev GeniusHow to deploy a website on a domain name using AWS Route 53The world of web is a fascinating place. Every bit of knowledge is just a search away. If you are a web developer, you are also…Dec 10, 2022Dec 10, 2022
Published inLearning SQLIndexes, Views, and Triggers in PostgreSQLAn article about indexes, views, procedures and triggers in postgreSQL.Jun 19, 2022Jun 19, 2022
Published inDev GeniusHow to add resolver in angularNavigation is an important aspect that affects the user experience for a web app. Resolver is one such tool that helps us to improve…May 8, 2022May 8, 2022
Test REST APIs using Jest and SupertestTesting is an important practice that is often ignored. It helps to prevent bugs, reduce development costs, and improve performance. In…Feb 12, 2022Feb 12, 2022
Published inDev GeniusHow to send SMS in NodeJS using TwilioSending emails or showing notifications is cool, but sometimes for concise and timely information, SMS proves to be the better…Dec 19, 2021Dec 19, 2021
How to set up JWT in a Node applicationIn REST APIS we have to protect some of our endpoints to control who can request information from those endpoints. JSON Web Token is a…Nov 28, 2021Nov 28, 2021
How to set up an ssh key for GithubHaving an ssh key for GitHub will save us from writing username and password while performing a git action on a repository. In this…Nov 14, 2021Nov 14, 2021
How to create a pipe in angular and test it using JasminePipe in angular is a useful tool to transform a string or date or similar data for display. In this article, we will create a pipe to…Nov 7, 20211Nov 7, 20211