Ask a Lille Dev: What Java Developers Really Think About Quality, Frameworks, Communities, and Careers
Table of Contents Quality in Development: Simplicity Still WinsFavorite Java Framework: Spring Boot vs QuarkusWhy Developers Still Love Spring BootWhy Quarkus Generates ExcitementWelcoming Girls in Tech: Inclusion Through Everyday ActionsBest Thing About Tech CommunitiesBest Java Developer Skill Today: AdaptabilityWhy Not ...
-
Explore Spring AI SDK – Amazon Bedrock AgentCore – Part 3
Table of Contents 1. Adding Built-in Tools: AgentCore Browser2. Add the below class.3. Create a Controller4. Create a Thymeleaf UI page5. VerifyReferencesIn Part 1 and Part 2, we explored the Spring AI SDK and Amazon Bedrock AgentCore features, including the …
-
Explore Spring AI SDK – Amazon Bedrock AgentCore – Part 2
Table of Contents Step 1: Add the Ai model and AgentCore memory dependenciesStep 2: Create Short/Long Term in AWS Management ConsoleStep 3: Add the following memory-related properties.Step 4: Add the below MemoryConfig class.Step 5: Create the ChatRequest and ChatResponse classes …
-
Explore Spring AI SDK – Amazon Bedrock AgentCore – Part 1
Table of Contents IntroductionRole of Agentic AI FrameworksWhat is Spring AI and Spring AI SDK?What is Amazon Bedrock AgentCore and Why?Amazon Bedrock AgentCore Capabilties1. AgentCore Runtime2. AgentCore Memory3. AgentCore Gateway4. AgentCore Identity5. AgentCore Policy6. Build-inTool: Code Interpreter7. Build-inTool: Browser8. Gen …
-
Foojay Podcast #91: 25 Years of IntelliJ IDEA: The IDE That Grew Up With Java
Table of Contents YouTubePodcast AppsGuestsLinksContentIn this Foojay Podcast, we’re celebrating a major milestone in Java development history: 25 years of IntelliJ IDEA. Think about it: IntelliJ IDEA launched in 2000, and since then, it has become the go-to IDE for …
-
You’re invited to IntelliJ IDEA Conf 2026!
Table of Contents Day 1Day 2RegisterJoin live sessions and ask questionsRecordingsHashtagsImportant update: IntelliJ IDEA Conf 2026 is now scheduled for September 2026. We’re finalizing the exact dates and will share them soon. IntelliJ IDEA Conf is a celebration of the …
-
Command completion: IntelliJ IDEA with less shortcuts
Table of Contents Command completion extends regular completionFix errors and warnings with command completionPerform file- or class-level actionsRefactoring and code transformationUse command completion for navigationAliases for several commandsComplements existing featuresConclusionHow many shortcuts can you remember? Three? Five? More? I try …
-
TornadoInsight – Compatibility with TornadoVM SDK 2.0+ & Configuration Guide
Table of Contents OverviewJDK Configuration (Recommended)Configure the JDK in IntelliJ IDEATornadoVM SDK Configuration (Recommended)macOSLinuxWindowsVerificationmacOS / LinuxSummaryThis blog updates the previously published TornadoInsight configuration guidelines and explains how to configure the required environment variable to ensure that TornadoInsight correctly detects the …
-
🚀 Stop Fixing Bugs on Fridays: The “Connected Mode” Superpower (Part 2)
Table of Contents Problem #1: “It works on my machine, but fails on the server”Problem #2: “Why did the server catch a SQL Injection my IDE missed?”Problem #3: “I hate switching windows to check why the build failed”Problem #4: “The …
-
🚀 A Java Developer’s Guide to SonarQube for IDE: Stop Fixing Bugs on Fridays (Part 1)
Table of Contents Problem #1: “I don’t have time for complex tool setups”Problem #2: “I think my code is right, but is it?”Problem #3: “Is this urgent, or can it wait?”Problem #4: “I’m not just writing Java anymore…”Problem #5: “I …