MAMuonaka Anthonyiniiamantoni.hashnode.dev·Apr 18 · 6 min readMulti-Stage Docker Builds for NestJS: What Nobody Tells YouOn paper, Dockerizing a NestJS app looks straightforward. Build the app, copy the output, run it. Done. In reality, a handful of small, easy-to-miss details can cost you hours, sometimes days. Things 00
MAMuonaka Anthonyiniiamantoni.hashnode.dev·Apr 18 · 5 min readBuilding a Production-Grade Fintech Backend with NestJSMost tutorials stop at “here’s how to send money between two users.” Real systems don’t get that luxury. Once money is involved, everything becomes stricter: consistency, traceability, failure handlin00
MAMuonaka Anthonyiniiamantoni.hashnode.dev·Jan 20 · 3 min readNext.js StreamingWhen you load a web page, you usually expect everything to appear at once. But under the hood, that often means the browser is waiting for all the data to be ready before showing anything. This can make pages feel slow or even show a white screen eve...00
MAMuonaka Anthonyiniiamantoni.hashnode.dev·Mar 13, 2023 · 3 min readIntroduction to AWS as a frontend developerFrontend development is a relatively wide field that requires you to be conversant with different technologies and tools needed to build user interfaces and web applications. However, if you desire to take your skills to the next level and work on mo...00
MAMuonaka Anthonyiniiamantoni.hashnode.dev·Mar 3, 2023 · 3 min readConnecting Docker with Next.js.Introduction Docker is a very popular tool that provides developers with the ability to package and run their applications inside a container. It is used for creating, deploying, and running applications in a containerized environment. While Next.js ...00