TTosinJsintosinjs.hashnode.dev·Apr 24, 2023 · 5 min readMonolith 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...00
TTosinJsintosinjs.hashnode.dev·Mar 8, 2023 · 11 min readBuild 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...01S
TTosinJsintosinjs.hashnode.dev·Jan 28, 2023 · 9 min readGolang 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...00
TTosinJsintosinjs.hashnode.dev·Jul 23, 2022 · 3 min readDeploy 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...00