Tweeting out the best Java posts from dev.to. Part of the @ThePracticalDev family ❤️

Joined September 2018
2 Photos and videos
RT @animesh_kr1: Performance testing often happens too late, when fixing issues is expensive. Explore shift-left with Gatling can fit naturally into automation pipelines using a controlled env and automated thresholds. @ThePracticalDev @springboot @java #DEVCommunity
2
1
356
Java developers can now build GenAI features without the boilerplate. Learn how to use Genkit Java and Gemini to create strongly typed AI flows with structured output and built-in observability. [ author: @xavidop @GoogleDevExpert } dev.to/gde/it-has-never-been…
2
1
288
Stop wasting time on port conflicts and bean configuration crashes. Here is a compilation of common Spring Boot errors and their practical solutions. { author: Akanksha Soni } dev.to/akanksha_soni_fef7854…
4
386
Java concurrency has changed. With the introduction of Virtual Threads and a focus on immutability, the way we handle parallelism is revolutionizing. Here is the deep dive. { author: @realDBC4 } dev.to/dbc2201/javas-concurr…
11
665
Implementing cdk-nag in Java CDK unit tests 🔹 Apply AwsSolutionsChecks in test setup 🔹 Use CDK Assertions to catch missing security rules { author: @yvthepief } #DEVCommunity #Java dev.to/aws-builders/vibe-cod…

1
404
Walk through fixing a Java cdk-nag test in AWS CDK, using Amazon Q to surface EC23 warnings and enforce security best practices. { author: @yvthepief } #DEVCommunity #Java dev.to/aws-builders/vibe-cod…

4
378
Insert and merge a new interval into a sorted, non overlapping list • Single pass O(n), constant extra space • Java code example { author: @vazhathody } #DEVCommunity #Java dev.to/rohithv07/leetcode-57…
2
28
1,242
Structured string parsing in Java can be brittle with regex or split. StringFormat uses templates for clear, compile-safe extraction. #DEVCommunity #Java dev.to/fluentfuture/parsing-…
1
3
27
1,256
Jargon-free guide to the Prototype Pattern: clone complex objects instead of rebuilding them and manage deep vs shallow copies cleanly. #DEVCommunity #Java dev.to/syedyshiraz/understan…
5
369
Java data types in brief: primitive vs reference, literals, type conversion rules and wrappers. Essential refresher for interviews or quick review. #DEVCommunity #Java dev.to/kmartita/java-data-ty…
3
34
1,325
Trace Java’s journey from Sun’s Oak experiment to today’s Write Once, Run Anywhere staple, driven by bytecode and the JVM. #DEVCommunity #Java dev.to/icelink/history-java-…
3
31
1,029
Java guide to creating a number-guessing game: pick a random 1–100 number, offer 10 attempts and give higher/lower hints. #DEVCommunity #Java dev.to/ramya_kamalasekaran/n…
3
326
Add Spring Boot integration tests with MockMvc to go beyond unit tests. Learn when to choose @WebMvcTest or @SpringBootTest. #DEVCommunity #Java dev.to/jmohammadmirza/spring…
8
47
1,763