最新发布第1239页
How Do I Keep up with Scala and Java
How Do I Keep up with Scala and Java,For a long time I have been focused on front-end development. I follow a lot of high profile people on social media. I also read blogs and some...
Consuming from Kafka
Consuming from Kafka,I have been exploring on the best ways to consume from Kafka topic in Java. There are several ways: 1 The simplest way is using KafkaListener @Slf4j @Component...
Considerations for high throughput kafka producer
Considerations for high throughput kafka producer,I have been recently working on lot of high throughput kafka producers. Our application publishes close to 3 million kafka publish...
back-to-front or front-to-back?
back-to-front or front-to-back?,For a course I'm taking next semester I will be building a web app. It's nothing very complex - different types of users can view and create/update ...
Intro to Java Programming – Java Tutorial for Beginners
Intro to Java Programming - Java Tutorial for Beginners,A course for those who are new to JAVA and want to learn the basics. It is a course with hands-on approach to programming an...
A Collection Of Java Programming Resources For Beginners
A Collection Of Java Programming Resources For Beginners,(Originally published on https://github.com/prahladyeri/CuratedLists) Note: It has been a long while since I've updated thi...
A hybrid web-automation framework
A hybrid web-automation framework,An easy to use selenium-based automation framework for testing web applications. It comprises of multi-libraries for handling web automation and c...
It’s Okay to Test Private Methods
It’s Okay to Test Private Methods, Coding Tangents (10 Part Series) 1 Be Careful with Scanner Methods in Java 2 Be Careful with String’s Substring Method in Java ... 6 more parts...
Easily Merge Multiple Java –classpath Arguments
Easily Merge Multiple Java --classpath Arguments,I always confuse myself as to whether the correct flags for java and the jshell are -cp or --classpath or --class-path or something...
Fruit Cart: Config
Fruit Cart: Config, Fruit Cart (4 Part Series) 1 Fruit Cart: Inception 2 Fruit Cart: Config 3 Fruit Cart: Testing Rules of the Game 4 Fruit Cart: Writing Tests, Part I Stories slic...