My Newsletter
Subscribe to my newsletter and get the latest articles and updates in your inbox!
Subscribe to my newsletter and get the latest articles and updates in your inbox!
Explore insights on tech, MVP development, website development, SEO, AI, and more. Dive into the content to find valuable tips, tutorials, and insights!
Being ready for data loss and restoration is a must for every project. Dump and restore your data inside a Docker container easily.
Building big forms that have proper validation is not an easy task. Explore how to build complex form validations with Zod and its discriminated unions.
Learn to handle TypeORM migrations in all scenarios. Understand which command to run and when.
Implementing REDIS in a NestJS service is essential for projects that plan to scale and care about performance. Another tool in your path to production.
Build a robust structure of NestJS Dockerfile with running migrations and be ready to deploy anywhere.
Build a scalable structure with NestJS, GraphQL and TypeORM with PostgreSQL for your database. Be production ready, and ready to scale.
Running different terminals and navigating to folders one by one? Automate it with one script using iTerm2.
Create GitHub actions that automate the process of building and testing your application on every pull request to avoid further issues.
Build a ChatGPT integration for communication as a Full-stack application with NextJS. Scale your project after the tutorial.
Steps to deploy sample NextJS project for Free on Vercel. Simple and yet effective for small projects.
As we all know, bugs in production cause confusion and irritation to our clients, but most importantly it’s possible to lose money… To avoid this, testing must be an important part of every application.