PinnedError handling with GoIn any language error handling is a key part of writing robust and maintainable code. Go avoids exceptions in favor of explicit error…Sep 81Sep 81
Going with Go: Authentication & Route ProtectionProject: myMoneytracker Features: Go server, authentication(jwt), db(TBD), Clean ArchitectureMar 21Mar 21
Going with Go: Env files & variablesProject: myMoneytracker Features: Go server, authentication(jwt), db(TBD), Clean ArchitectureMar 11Mar 11
Going with Go: Exploring the LanguageHi, It’s been six and a half months since I started with Go programming mostly fixing bugs and writing small features on already existing…Feb 24Feb 24
NestJs Locking ResourceIn NestJs between two different asynchronous calls, we had to determine if the calls are using the same resource or not, for example…Mar 4, 2022Mar 4, 2022
Managing Multiple Github AccountsRecently I was having issues with managing GitHub credentials, a lot of time I am switching between one account to another on the same…Feb 5, 2022Feb 5, 2022
Heuristic Test Strategy ModelWe have all been there, when a new project is on the line and you are assigned to be the QA, everything is already fixed Product details…Sep 23, 2021Sep 23, 2021
Creating the CustomSMS Trigger in AWS Cognito using lambdaAWS Cognito Official Document → https://aws.amazon.com/about-aws/whats-new/2014/07/10/introducing-amazon-cognito/Jul 29, 2021Jul 29, 2021
Logger and Extending Logger with Middleware’sOfficial Document: https://docs.nestjs.com/techniques/loggerJun 9, 2021Jun 9, 2021