blog.muhib.meThe essence of writing clean code: Part IWriting code is a form of art 🎨 Following the basic principles of clean code can help achieve the level of artistry. If you write code for a living 👩💻, then sooner or later clean code will matter a lot to you. The concepts shown here are the gist...Oct 14, 2023·7 min read
blog.muhib.meWhy you should not use JWT for authenticationJWT (JSON Web Token) is a well-known and simple method of authenticating a user. Almost all tutorials you did on the backend, specially API building tutorials probably told you to use JWT. I also thought once that JWT is the modern and better authent...Feb 14, 2023·8 min read
blog.muhib.meDocker: A conceptual overviewIn modern DevOps, Docker is considered the most popular set of services for application containerization. In this article, we will NOT be covering a Docker tutorial, because a lot of good tutorials are already available on the internet. Instead, we w...Sep 3, 2022·5 min read
blog.muhib.meIntroduction to Microservices architecture with TinderHowdy folks? It's been a long time since I wrote an article. Today, I'm restarting with this which will aid beginners to learn what Microservice architecture is, how it works and its pros and cons. After that, we will design a mock Tinder applicatio...Jan 7, 2022·8 min read
blog.muhib.meIntroducing ScreenView: The missing social platform for movie/tv show loversDo you love to watch movies? Do you love to watch tv and web series? Then, ScreenView is for you. When the Auth0 hackathon was announced, I along with my friend decided to build a platform for what we love most which led to ScreenView. Before getting...Aug 27, 2021·3 min read