Software Engineering Blog & Newsletter

Latest Posts

Nov
06

Add Header and Footer with Tailwindcss / Building Website with Next.js with Coursor.ai

Video tutorial on how to add header, footer, and content area to a Next.js website using Tailwindcss and TailwinUI. Additionally, it contains extra content showcasing how to refactor and improve the codebase using Cursor AI.
3 min read
Nov
05

Zero to One: How to Build a Web App using Next.js, TailwindCSS, and Cursor AI (for beginners)

How to build a website using Next.js, Tailwindcss, and Cursor.ai? Overview This tutorial and attached course materials are
4 min read
Oct
03

Building a native iOS app

I decided to build a small iOS application. After three web projects in the last three months, the idea of
2 min read
Aug
19

Why do I use UUID as a database primary key? (Java and Postgres examples)

Using UUID as the primary key for Java and Spring Boot projects.
2 min read
Aug
16

Upload File via REST API Controller - Spring Boot Tutorial

In this video, I explain how to upload and process files using Spring Boot and REST Controller. Topics * Controller to
3 min read
Aug
09

Spring Boot: Multistage Dockerfile and Spring Application Profiles

Spring Boot: Multistage Dockerfile and Spring Application Profiles
1 min read
Aug
07

CoderVlogger: Video Formats #DevLog

In this video post, I explain what kind of tech videos you can expect from CoderVlogger.
1 min read
Aug
05

Postgres DB for Spring Boot project (Docker, Java)

Postgres DB Docker Compose configuration for a Spring Boot project.
Aug
04

Deploy Spring Boot with GCP Cloud Run and Cloud Build

Deploy Spring Boot application with Cloud Run and Cloud Build GCP services
1 min read
Jul
24

Simple Package Structure for Spring Boot REST API

An opinionated package structure for a relatively simple REST API applications with Spring Boot