tosinjs.hashnode.devMonolith to MicroserviceI recently completed the Udacity cloud developer course where I learned about microservices, CI/CD, AWS, Serverless, Docker, and Kubernetes. I have decided to put all the things I learned into practice by splitting up a project into microservices, de...Apr 24, 2023·5 min read
tosinjs.hashnode.devBuild a Push Notification Service Using FCM, Golang and MongoDBPush notifications are a service that allows information to be delivered to users without the client directly making a request. Push notifications are widely used in applications today to alert users about new information related to an application or...Mar 8, 2023·11 min read
tosinjs.hashnode.devGolang vs Javascript Error HandlingA few months ago, I had to make a switch from Javascript being my primary language to Golang. This series is meant to discuss some of the differences I noticed between both languages. Note that I am using Typescript-flavored Javascript, you should to...Jan 28, 2023·9 min read
tosinjs.hashnode.devDeploy Your Static Website to AWSI came across this image on Twitter and it made me laugh. This is a problem that we have all run into at some point in our web development careers. How do I host a static website? In this brief write-up, I'll explain how to easily host your Static w...Jul 23, 2022·3 min read