Logo
Login
Tech Posts 31190
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Dev Blog A constructive and inclusive blog for software developers. With you every step of your journey.

Built with modern PHP and MySQL. Open source software that powers developer blogs and other inclusive communities.

Made with love and PHP. Dev Blog ยฉ 2024.

๐Ÿš€ ๐—ฆ๐˜‚๐—ฝ๐—ฒ๐—ฟ๐—ฐ๐—ต๐—ฎ๐—ฟ๐—ด๐—ฒ ๐—ฌ๐—ผ๐˜‚๐—ฟ ๐—ฆ๐—ฝ๐—ฟ๐—ถ๐—ป๐—ด ๐—•๐—ผ๐—ผ๐˜ ๐—”๐—ฝ๐—ฝ๐˜€ ๐˜„๐—ถ๐˜๐—ต ๐—˜๐—ต๐—ฐ๐—ฎ๐—ฐ๐—ต๐—ฒ: ๐—ง๐—ต๐—ฒ ๐—จ๐—น๐˜๐—ถ๐—บ๐—ฎ๐˜๐—ฒ ๐—ฃ๐—ฒ๐—ฟ๐—ณ๐—ผ๐—ฟ๐—บ๐—ฎ๐—ป๐—ฐ๐—ฒ ๐—•๐—ผ๐—ผ๐˜€๐˜๐—ฒ๐—ฟ! ๐Ÿš€

Are you looking to take your Spring Boot applications to the next level? Look no further than Ehcache - the powerful, flexible, and easy-to-use caching solution that can dramatically improve your app'...
18.03.2025 0 Read More

Do Caos ร  Simplicidade: Comeรงando com Spring Boot

Se vocรช jรก trabalhou com Java antes da popularizaรงรฃo do Spring Boot, deve lembrar como era desgastante configurar uma aplicaรงรฃo do zero. Criar um simples serviรงo web envolvia arquivos XML enorm...
18.03.2025 0 Read More

Demystifying Authentication in Spring Security

Demystifying Authentication in Spring Security
Authentication is one of the most fundamental features in modern applicationsโ€”whether youโ€™re logging into a website, accessing an API, or even verifying a one-time password. If youโ€™re working wi...
18.03.2025 0 Read More

๐Ÿš€ ๐—จ๐—ป๐—น๐—ผ๐—ฐ๐—ธ๐—ถ๐—ป๐—ด ๐˜๐—ต๐—ฒ ๐—ฃ๐—ผ๐˜„๐—ฒ๐—ฟ ๐—ผ๐—ณ ๐—ก๐—ฎ๐˜ƒ๐—ถ๐—ด๐—ฎ๐—ฏ๐—น๐—ฒ๐—ฆ๐—ฒ๐˜ ๐—ถ๐—ป ๐—๐—ฎ๐˜ƒ๐—ฎ: ๐—” ๐—›๐—ถ๐—ฑ๐—ฑ๐—ฒ๐—ป ๐—š๐—ฒ๐—บ ๐—ณ๐—ผ๐—ฟ ๐—˜๐—ณ๐—ณ๐—ถ๐—ฐ๐—ถ๐—ฒ๐—ป๐˜ ๐——๐—ฎ๐˜๐—ฎ ๐— ๐—ฎ๐—ป๐—ฎ๐—ด๐—ฒ๐—บ๐—ฒ๐—ป๐˜

Are you looking to level up your Java collections game? Let's dive into the world of NavigableSet, a powerful interface that extends SortedSet and offers enhanced navigation capabilities for your data...
19.03.2025 0 Read More

The Surprising Reason Your JSON Data is Returning null in Spring Boot

Introduction Last week, I found myself in a debugging nightmare. My Spring Boot services were talking, but somehow, one of them was ghosting key data.The amount field came through fine, but t...
19.03.2025 0 Read More

Tailwind v4 + Java Template Engine and spring boot

Tailwind v4 + Java Template Engine and spring boot
As a Spring Boot developer, youโ€™ve likely faced the challenge of adding sleek, modern styling to your web application. Enter Tailwind CSSโ€”a utility-first CSS framework that has taken the developme...
20.03.2025 0 Read More

Understanding Distributed Locking: A Deep Dive into RedLock with Redis

Introduction to Locking Locking is a fundamental concept in computing, ensuring that resources are accessed safely in concurrent environments. It prevents race conditions where multiple proce...
20.03.2025 0 Read More

๐Ÿ” ๐— ๐—ฎ๐˜€๐˜๐—ฒ๐—ฟ๐—ถ๐—ป๐—ด ๐—ฆ๐˜„๐—ฎ๐—ด๐—ด๐—ฒ๐—ฟ ๐—•๐—ฎ๐˜€๐—ถ๐—ฐ ๐—”๐˜‚๐˜๐—ต ๐—ถ๐—ป ๐—ฆ๐—ฝ๐—ฟ๐—ถ๐—ป๐—ด ๐—•๐—ผ๐—ผ๐˜: ๐—ฆ๐—ฒ๐—ฐ๐˜‚๐—ฟ๐—ฒ ๐—ฌ๐—ผ๐˜‚๐—ฟ ๐—”๐—ฃ๐—œ ๐——๐—ผ๐—ฐ๐˜‚๐—บ๐—ฒ๐—ป๐˜๐—ฎ๐˜๐—ถ๐—ผ๐—ป

Are you struggling to secure your Swagger UI in your Spring Boot application? Let's dive into the world of Swagger Basic Auth and unlock the potential of secure API documentation!Swagger UI is an inva...
20.03.2025 0 Read More

Serving Static and JSP Resources in Spring Boot: A Guide for Legacy Integration

Serving Static and JSP Resources in Spring Boot: A Guide for Legacy Integration
If youโ€™re modernizing a legacy Java application, chances are youโ€™re dealing with JSP files. In this post, weโ€™ll walk through how to configure a Spring Boot application to serve both static resou...
21.03.2025 0 Read More

๐Ÿš€ ๐—จ๐—ป๐—น๐—ผ๐—ฐ๐—ธ๐—ถ๐—ป๐—ด ๐˜๐—ต๐—ฒ ๐—ฃ๐—ผ๐˜„๐—ฒ๐—ฟ ๐—ผ๐—ณ @๐—ฅ๐—ฒ๐—พ๐˜‚๐—ฒ๐˜€๐˜๐—•๐—ผ๐—ฑ๐˜† ๐—ถ๐—ป ๐—ฆ๐—ฝ๐—ฟ๐—ถ๐—ป๐—ด ๐—•๐—ผ๐—ผ๐˜ ๐—ฅ๐—˜๐—ฆ๐—ง ๐—”๐—ฃ๐—œ๐˜€

Are you building RESTful APIs with Spring Boot? Then you need to master the @๐—ฅ๐—ฒ๐—พ๐˜‚๐—ฒ๐˜€๐˜๐—•๐—ผ๐—ฑ๐˜† annotation! This powerful feature is essential for handling incoming JSON data...
21.03.2025 0 Read More
Loading...
#reading
I Built an Open-Source Framework to Make LLM Data Extraction Dead Simple
0
Beginner's Guide to the Model Context Protocol (MCP)
0
Deep Dive into Server-sent Events (SSE)
0
I Built My Own AI Starter Kit. Here Are 5 Things I Learned
0
Openai Agents SDK, Responses Api Tutorial
0
#popular
Mastering OpenAIโ€™s new Agents SDK & Responses API [Part 1]
0
What is Model Context Protocol (MCP): Explained in detail
0
Beginner's Guide to the Model Context Protocol (MCP)
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
How to Run DeepSeek Locally Using Ollama
0