Browsing Tag
java
159 posts
Why Python Is a Terrible First Language
I love Python. Still do. It’s elegant, clean, readable. It makes you feel like a wizard typing spells…
Busy Waiting in Java Multithreading: Explanation and Examples
In Java multithreading, synchronization plays a crucial role in ensuring smooth execution and preventing issues such as race…
Day-01: Java and Spring boot
Operating System: Linux Mint – Basic Commands and classifications -> file, User, package, network, process and resoruces handling…
Spring Framework Ecosystem
Spring isn’t just a framework—it’s an ecosystem! In this blog, we explored the core components of the Spring…
Mastering OAuth 2.0: Step by Step
Leapcell: The Next-Gen Serverless Platform for Web Hosting, Async Tasks, and Redis A Concise and Easy-to-Understand Explanation of…
The most important programming language in 2025
Hi there, Igor Fraga here, so… Do you know which is the most important programming language in 2025?…
💻 Lista de Exercícios Básicos em Java 🚀 Part 3
Hoje quero compartilhar alguns exercícios de Java do livro Dominando Java: 100+ Exercícios Resolvidos e Comentados para Acelerar…
The two versions of Parquet
A few days ago, the creators of DuckDB wrote the article: Query Engines: Gatekeepers of the Parquet File…
hibernate-003: @IdClass(PaymentId.class)
The annotation @IdClass(PaymentId.class) is used in JPA (Java Persistence API) to define a composite primary key for the…