New articles every week

Stay Updated with Tech Trends

Your source for the latest in software engineering and technology news. Deep dives into Java, DevOps, and career insights.

Featured Articles

Deep dives into software engineering, tools, and best practices

Concurrency in Java: A guide to ExecutorService and Future
Java10 min read

Concurrency in Java: A guide to ExecutorService and Future

Learn how to use ExecutorService and Future in Java to build efficient, concurrent applications. This comprehensive guide covers thread pools, task submission, and asynchronous programming patterns.

Andres Tascon
Andres TasconMay 19, 2024
Get to know Git aliases
Git8 min read

Get to know Git aliases

Discover how to boost your productivity with Git aliases. Learn how to create custom shortcuts for common Git commands and streamline your development workflow.

Andres Tascon
Andres TasconMay 20, 2024
How to ignore files in Git
Git5 min read

How to ignore files in Git

Learn how to effectively manage files in Git using .gitignore and global exclude files. Discover the differences between shared and private ignore patterns.

Andres Tascon
Andres TasconFebruary 25, 2023
Java 25 is here — and it's actually worth upgrading for
Java8 min read

Java 25 is here — and it's actually worth upgrading for

Scoped Values are production-ready, object headers just got smaller, and you can finally write code before super(). Here's why Java 25 is the LTS release you shouldn't skip.

Andres Tascon
Andres TasconMay 18, 2026
How to properly build an MCP server
AI12 min read

How to properly build an MCP server

A practical guide to building Model Context Protocol servers — covering tools, resources, and prompts, plus the rules that separate production servers from proof-of-concepts.

Andres Tascon
Andres TasconMay 13, 2026
ACID: Four letters that keep your data safe
Backend10 min read

ACID: Four letters that keep your data safe

A practical guide to Atomicity, Consistency, Isolation, and Durability — with SQL examples and a bank transfer walkthrough showing all four properties in action.

Andres Tascon
Andres TasconMay 4, 2026

Stay in the loop

New articles on software engineering, Java, DevOps, and career insights — delivered fresh every week.