Logo
Login
Tech Posts 31382
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.

Api de Factura Electrónica

Estimada Comunidad: En los próximos días estaré lanzando mi API de Facturación Electrónica, válida para el sistema tributario chileno....
17.03.2025 0 Read More

Spring Boot Pro Tip: Boost Performance with @Cacheable + Java 17

If your Spring Boot app is hitting the database too often and slowing down, you need caching! Using @Cacheable, you can reduce unnecessary queries, speed up responses, and improve scalability.Let’s ...
17.03.2025 0 Read More

New Java Blog – Exploring Jetty and Spring Boot!

I’ve just launched a new Java blog in English, where I explore modern Java development with Jetty, Spring Boot, and Servlets. If you're looking for alternatives to Tomcat or want to simplify web dev...
17.03.2025 0 Read More

Dominando Java Streams: Um Guia Completo para Processamento de Dados Moderno

Quando o Java 8 foi lançado em 2014, ele introduziu várias funcionalidades revolucionárias que transformaram a forma como os desenvolvedores escrevem código Java. Entre essas inovações, a API St...
17.03.2025 0 Read More

Simplify Your Java Apps: Effortlessly Merge JPGs with Cloud SDK

Are you aiming to streamline the merging of multiple JPG images in your Java applications? With the GroupDocs.Merger Cloud Java SDK, you can effectively automate the image merging process. This powerf...
17.03.2025 0 Read More

What I learned from Head First: Understanding == vs .equals() in Java

What I learned from Head First: Understanding == vs .equals() in Java
Hello friends 👋 Recently, I got confused about when to use == and .equals(). After careful analysis and referring to several sources, including YouTube videos, , I decided to put together this quic...
17.03.2025 0 Read More

Melhores ferramentas para utilizar em projetos Spring Boot

As Melhores Libraries e Ferramentas para Projetos Spring Boot Ao longo do tempo, desenvolvendo aplicações com Spring Boot, percebi que escolher as ferramentas certas faz toda a diferença. ...
17.03.2025 0 Read More

Data Structure & Algorithm: Quick Sort

The algorithm: chose an element from the input array (arbitrary or, or the first, or the last one) partition the array in left and right portions. The left part of the partition has all the elements s...
17.03.2025 0 Read More

Java @ 30: Still Hot, From Enterprise to AI

Hey dev community! 👋I just published a new article on the GitHub Blog examining why Java remains a cornerstone of enterprise development after 30 years.In "Why Java endures: The foundation of moder...
17.03.2025 0 Read More

Mastering Java 17 Streaming API: A Complete Guide

From Basics to Advanced Patterns - Everything You Need to Know Hey fellow developers! After spending years working with Java streams, I wanted to share a comprehensive guide that I wish I had...
18.03.2025 0 Read More
Loading...
#reading
Step-by-Step Git Commands Execution:
0
Mastering vim: The Editor That Takes You from Basic to Pro in Linux
0
🧠🥷How to make Image generation and editing MCP (Gemini API + Cline and Cursor)
0
LayerCSS (.lyc) Syntax guide
0
Zeno DB – A Fresh Take on Offline-First Web Apps with Postgres Sync
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