Writings
This is the catelogue of some of the blog posts I have written for various organizations including StackOverflow blog, HoneyBadger, Auth0 blog, HackClub workshops. You can find more details on my content portfolio.
How Lee Robinson created his Guestbook, and you can do it too
Ready to dive in and build a guestbook app using the Vercel stack? Let's do this!
How edge functions move your back end close to your front end
Serverless functions have made computing seamless and fast. but for worldwide audiences, you need to get closer to your user to overcome latency.
How to Build a Full Stack Content Management System using Next.js, Xata, and Cloudinary
Managing a website's content is always challenging when developing a modern web application. Using a Content Management System (CMS) is one of the simple and efficient methods.
Memory Game
Create your own memory game using JavaScript
Build a Jamstack Full-stack Application
Many modern approaches for designing flexible and scalable web applications have become popular as browsers have evolved. Jamstack is one of these cutting-edge techniques to develop lightning-fast web apps.
Why solve a problem twice? Design patterns let you apply existing solutions to your code
Software design patterns are like best practices employed by many experienced software developers. You can use design patterns to make your application scalable and flexible.
Strategy Design Pattern in Python
Learn strategy design pattern to write better code in Python
Configuring PostgreSQL as Auth0 Custom Database
Connect Auth0 to PostgreSQL to create and maintain your own user store.