排序
Security Using Spring and JWT
Security Using Spring and JWT, Introduction I've finally been able to get this article out. It took this long because of two major reasons; firstly I was enmeshed in a very interes...
Kafka – Crash Course
Kafka - Crash Course,Apache Kafka is in its core a distributed, scalable and fault tolerant log system exposed as a Topic abstraction and implemented with a high-performance and la...
Kotlin primitive and object arrays
Kotlin primitive and object arrays,I initially set out to write this post because I was playing around with some reflection code and thought I found something interesting. Alas, th...
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...