The Java Dev (@the_java_dev) 's Twitter Profile
The Java Dev

@the_java_dev

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

ID: 1038136568135991301

linkhttps://dev.to/t/java calendar_today07-09-2018 18:47:00

2,2K Tweet

5,5K Followers

0 Following

The Java Dev (@the_java_dev) 's Twitter Profile Photo

40 Java questions every developer should master from core concepts to advanced topics, essential practice for your next technical interview #DEVCommunity #Java dev.to/coursedia/40-j…

The Java Dev (@the_java_dev) 's Twitter Profile Photo

Exploring deeper Java reflection: accessing private fields, invoking hidden methods and leveraging MethodHandles for safer introspection. #DEVCommunity #Java dev.to/milad-sadeghi/…

The Java Dev (@the_java_dev) 's Twitter Profile Photo

Tired of off-by-ones in binary search? Explore a declarative Java API that handles loop details so you can focus on the predicate. #DEVCommunity #Java dev.to/fluentfuture/o…

The Java Dev (@the_java_dev) 's Twitter Profile Photo

Add simple caching to your Spring Boot app with Redis in Docker 🔹 spring-boot-starter-redis 🔹 @EnableCaching for faster responses { author: Ayush Shrivastava 🇮🇳 } #DEVCommunity #Java dev.to/ayshriv/spring…

The Java Dev (@the_java_dev) 's Twitter Profile Photo

Overview of OOP in Java with core principles, class vs object distinctions and practical benefits in real code examples { author: Ayush Shrivastava 🇮🇳 } #DEVCommunity #Java dev.to/ayshriv/oops-i…

The Java Dev (@the_java_dev) 's Twitter Profile Photo

SeaTunnel's HiveSink leak got fixed by wrapping close() in finally. Learn this and other Java resource management essentials. { author: Apache SeaTunnel } #DEVCommunity #Java dev.to/seatunnel/java…

The Java Dev (@the_java_dev) 's Twitter Profile Photo

Add Spring Boot integration tests with MockMvc to go beyond unit tests. Learn when to choose @WebMvcTest or @SpringBootTest. #DEVCommunity #Java dev.to/jmohammadmirza…

The Java Dev (@the_java_dev) 's Twitter Profile Photo

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_kamalase…

The Java Dev (@the_java_dev) 's Twitter Profile Photo

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/histor…

The Java Dev (@the_java_dev) 's Twitter Profile Photo

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-…

The Java Dev (@the_java_dev) 's Twitter Profile Photo

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/un…

The Java Dev (@the_java_dev) 's Twitter Profile Photo

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/p…

The Java Dev (@the_java_dev) 's Twitter Profile Photo

Learn how to cut cold starts in Quarkus 3 Lambdas by priming DynamoDB with AWS SnapStart. Startup median drops to ~650 ms. { author: Vadym Kazulkin } #DEVCommunity #Java dev.to/aws-heroes/qua…

The Java Dev (@the_java_dev) 's Twitter Profile Photo

Explore 5 libraries for reading image EXIF data in code, including libheif, exiv2, ExifTool, Leadtools and JDeli. #DEVCommunity #Java dev.to/idrsolutions/h…

The Java Dev (@the_java_dev) 's Twitter Profile Photo

Insert and merge a new interval into a sorted, non overlapping list • Single pass O(n), constant extra space • Java code example { author: RohithVazhathody } #DEVCommunity #Java dev.to/rohithv07/leet…

The Java Dev (@the_java_dev) 's Twitter Profile Photo

Go’s sync.WaitGroup uses Add, Done and Wait to block main goroutine until subtasks complete, relying on atomic counters and semaphores. #DEVCommunity #Java dev.to/leapcell/how-d…

The Java Dev (@the_java_dev) 's Twitter Profile Photo

✅ sync.WaitGroup basics: Add, Done, Wait ✅ memory layout tricks and atomic updates ✅ goroutine coordination internals #DEVCommunity #Java dev.to/leapcell/how-d…

The Java Dev (@the_java_dev) 's Twitter Profile Photo

Walk through fixing a Java cdk-nag test in AWS CDK, using Amazon Q to surface EC23 warnings and enforce security best practices. { author: Yvo van Zee } #DEVCommunity #Java dev.to/aws-builders/v…

The Java Dev (@the_java_dev) 's Twitter Profile Photo

Day 1 of my 270-day coding journey: diving into Java with a clear roadmap to grow as a creator, thinker and builder. #DEVCommunity #Java dev.to/chakshuisadev/…

The Java Dev (@the_java_dev) 's Twitter Profile Photo

Implementing cdk-nag in Java CDK unit tests 🔹 Apply AwsSolutionsChecks in test setup 🔹 Use CDK Assertions to catch missing security rules { author: Yvo van Zee } #DEVCommunity #Java dev.to/aws-builders/v…