Articles in this series
So, there was a project to build a static promotional website. It had some basic responsive designs and cards; just basic website stuffs. And the...
When I first got introduced to context API in react, I was overwhelmed. Having learned to work with redux since my early days with react, I've never...
The project was to create a pipeline or a flowchart in the frontend and send the flowchart information to the backend for further processing. We used...
There weren't any DevOps engineers in our team. So, I took it upon myself to handle CI/CD through GitHub actions and deploy the projects on a digital...
Let's say backend is deployed in test-backend.testserver.com and frontend in test-frontend.testserver.com. It works fine but now let's say there's a...
Prebuild checkout payment workflow · The Initial Situation We didn't have SSL enabled on our server. We had an IP address of a digital ocean droplet...