[widgets_on_pages id="Home widgets"]

Java Articles by Foojay.io

February, 2026

  • 26 February

    Cipher Downgrade: How a Tomcat Update Could Weaken Your TLS Configuration

    Author: Joe Kuhel Original post on Foojay: Read More Table of Contents What’s the risk?Who is AffectedThe Fix How to Verify Recommendation A recent update to Apache Tomcat introduced a subtle but significant change to how TLS cipher suites are configured. If your Spring Boot application explicitly configures TLS ciphers, particularly TLSv1.3 ciphers, and runs on Tomcat 9.0.115+ (Spring Boot …

    Read More »
  • 26 February

    Translating a Website into 8 Languages with AI Agents in One Night

    Author: Bruno Borges Original post on Foojay: Read More Table of Contents How I used Claude Sonnet 4.6 and fleets of GitHub Copilot Coding Agents to internationalize java.evolved — from spec to deploymentThe Architecture Decision: Let the AI Draft the SpecPhase 1: Building the InfrastructurePhase 2: The First Translations (Spanish + Portuguese)Phase 3: The Fleet — 6 Languages in Parallel …

    Read More »
  • 26 February

    Watch the Recording: DIY Technical Marketing for Java Developers

    Author: Dominika Tasarz Original post on Foojay: Read More The software development industry is more competitive than ever. Being a strong technical expert is essential, but on its own it is often not enough to grow your career or open new opportunities. In this short, practical talk DIY Technical Marketing, Real World Tips For Building A Successful Developer Brand, delivered …

    Read More »
  • 25 February

    I Got Java 25 Running on the RISC-V BeagleBoard BeagleV-Fire

    Author: Frank Delporte Original post on Foojay: Read More Table of Contents The ChallengeThe Solution: BeagleBoard Imaging Utility Serial Connection Setup Failed With macOS Succeeded With Linux Installing Java 25What’s Next: Performance TestingConclusion After my initial struggles with the BeagleV-Fire in a previous video, I succeeded in getting Java 25 running on RISC-V-powered BeagleV-Fire! Let me walk you through the …

    Read More »
  • 24 February

    MongoDB and the Raft Algorithm

    Author: Elie Hannouch Original post on Foojay: Read More Table of Contents Raft Roles and MongoDB’s Replica Set Log Replication: Ensuring Consistency Commitment and Durability in MongoDB Failure Handling and Recovery MongoDB-Specific Optimizations in Raft Consistency Levels with Raft Raft vs. Paxos: Why Chose Raft Conclusion MongoDB’s replica set architecture uses distributed consensus to ensure consistency, availability, and fault tolerance …

    Read More »
  • 23 February

    From “Crypto AI” to general AI: Do AI agents dream of electric langoustines?

    Author: Michal Maléř Original post on Foojay: Read More Table of Contents The shift that matters for agent commerce – From “Crypto AI” to general AIWhat changed in x402 and ERC-8004 in the last month or so?This is the moment that unlocked agent commerceWhat is still missing?What does the stack look like in practice?Who is Langoustine69, and why is this …

    Read More »
  • 23 February

    Announcing Cloud-Native BoxLang for $5/Month

    Author: Cristobal Escobar Original post on Foojay: Read More Table of Contents Cloud-Native BoxLang Has Never Been Easier Production-Ready for $5/Month Who Is This For? What You Get Out of the Box Deploy in 3 Clicks Grow Beyond the Basics Why BoxLang + DigitalOcean? Get Started Today Ready to Deploy? TL;DR: We just released a production-ready starter template that deploys …

    Read More »
  • 21 February

    The Triforce That Slays Legacy Java Myths – Happy 40th Zelda!

    Author: Igor De Souza Original post on Foojay: Read More Table of Contents The Triforce of Performance Improvements in Java 25 From 8-Bit to Open World – A Parallel Journey Java Has Leveled Up (Evolved) Happy 40th Anniversary to The Legend of Zelda! 🎉🗡️ Today, February 21, 2026, marks exactly 40 years since the original game launched in Japan on …

    Read More »
  • 20 February

    Stop Writing YAML: Automating Your Repo with Plain Natural Language

    Author: Bruno Borges Original post on Foojay: Read More Table of Contents What are GitHub Agentic Workflows?Security first: why this isn’t just “giving AI the keys”Live stream demos: what we builtThe quick start experienceTaking it further: porting upstream changes agentically back to a downstream projectWatch the replay! If you maintain a busy codebase, you already know the daily grind: triaging …

    Read More »
  • 20 February

    A Visual Diff of Java’s Evolution: Inside java.evolved

    Author: A N M Bazlur Rahman Original post on Foojay: Read More Table of Contents Less Boilerplate, More IntentSafer Type Handling and Control FlowWhy It MattersConclusion A community project called java.evolved was recently launched to document how common Java coding patterns have changed across releases. Instead of explaining features in isolation, the site presents “before and after” examples: traditional idioms …

    Read More »