© 2026 Hashnode
Meet Kaloyan Stoyanov, a tech lead who turned his passion project into a full-fledged SaaS product, and sold it within days of launching it. A year before officially launching NuloApp, Kaloyan realized that many creators in the "faceless YouTube chan...

Wasp v Django: Building a full stack application just got a lot easier Hey, I’m Sam, a backend engineer with a lot of experience with Django. I wanted to make the jump and learn some frontend for a full stack app. I quickly experienced the arduous na...

TL;DR WebSockets allow your app to have “real time” features, where updates are instant because they’re passed on an open, two-way channel. This is different from CRUD apps, which usually use HTTP requests that must establish a connection, send a req...

The problem statement When using Google OAuth in Wasp project, you might notice that behind the scenes, whenever you are logging in the user, creates the user for you, if it doesn't exist. It does so with very minimal user fields, but what if you nee...

Intro What to expect In this blog post, I will explain how I created the Phrase Tutor app for learning Italian phrases using two different technologies. I will share some code snippets to show what was required to build the app with both Wasp and Sup...

The present tech world is filled with shiny technologies, and more new technologies and tools are being invented almost daily. This is to say that you have several options of languages and frameworks to choose from if you want to build something as b...
