PinnedInDev GeniusbyRohan Thakur·Jan 22, 2023How to connect EC2 and VSCODECheck out how to connect VSCODE to EC2 to edit files on server easily.
InDev GeniusbyRohan Thakur·Dec 10, 2022How 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…
InLearning SQLbyRohan Thakur·Jun 19, 2022Indexes, Views, and Triggers in PostgreSQLAn article about indexes, views, procedures and triggers in postgreSQL.
InDev GeniusbyRohan Thakur·May 8, 2022How 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…
Rohan Thakur·Feb 12, 2022Test 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…
InDev GeniusbyRohan Thakur·Dec 19, 2021How 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…
Rohan Thakur·Nov 28, 2021How 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…
Rohan Thakur·Nov 14, 2021How 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…
Rohan Thakur·Nov 7, 2021How 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…A response icon1A response icon1