5 followers
I try to write code and sometimes it works
Well, not really a guide. More like engineer-approved ramblings · I’m not a manager I’m a software engineer in the Bay Area and I’ve been working in the...
While working on a backend built using typescript, graphql, and mongoDB I reached a point where I needed some code coverage to continue development....
This is simple guide to get started with debugging typescript node application in VS Code using the Remote Development extension. The issue with this...
In this article I'm going to go over the steps to set deploy a private docker image on Elastic Beanstalk using docker-compose.yml. Beanstalk...
I started a new project with Next.js and wanted to get eslint and prettier to work with it, but the overall process turned out to be harder than I...
I recently went through the struggle of setting up a pipeline for deploying a dockerized react app to Beanstalk and the whole process has left me with...