In this mini-series, I’m going to show you how to create and deploy a web app to production using the following tech stack: Angular 16 Spring Boot 3 MongoDB 5 […]
Java Functional Interfaces Tutorial
A comprehensive guide on Java function interfaces. Unlock the Power of Java Functional Interfaces: Dive into a comprehensive tutorial series that demystifies Java’s functional programming capabilities. Explore the world of […]
Spring Boot Unit Testing Primer
Writing test is important for any application. There are various types of tests a developer can write. At the very least, developers should write unit tests for their code. Unit […]
Learn basic Python In 10 Days
Let’s learn some Python. Here is the curriculum Day 1: Introduction to Python Install Python on your computer Learn about Python’s basic syntax, data types, and variables Write your first […]
Learn SQL With PostgreSQL Mini Series
Welcome to the SQL with PostgreSQL series! In this series, we will be exploring the fundamentals of the SQL language. We are going to use PostgreSQL in this series. SQL […]
RabbitMQ Tutorials
RabbitMQ is a popular open-source message broker that implements the Advanced Message Queuing Protocol (AMQP). It is used by many organizations to build distributed systems and microservices, and is known […]