-
Core Java👁 spring-interview-questions-answers
Java: Streaming a JDBC ResultSet as CSV
In my previous post, I showed how to convert a java.sql.ResultSet to JSON and stream it back to the caller.…
Read More » -
Enterprise Java👁 spring-interview-questions-answers
Bootiful GCP: Spring Cloud Stream with Google Cloud Pub/Sub
I’ve recently read Josh Long‘s Bootiful GCP series on Sprint Central’s engineering blog and especially liked the 4th part about…
Read More » -
Enterprise Java👁 spring-interview-questions-answers
Consuming Twitter Streaming API with Spring Integration
1. Overview Spring Integration has been known to have a myriad of connectors for interacting with external systems. Twitter was…
Read More » -
Enterprise Java👁 spring-interview-questions-answers
Build a Basic App with Spring Boot and JPA using PostgreSQL
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…
Read More » -
Enterprise Java👁 spring-interview-questions-answers
Reactive Spring Webflux with AWS DynamoDB
AWS has released AWS SDK for Java version 2, the SDK now supports non-blocking IO for the API calls of different…
Read More » -
Enterprise Java👁 spring-interview-questions-answers
Build a Simple CRUD App with Spring Boot and Vue.js
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…
Read More » -
Enterprise Java👁 spring-interview-questions-answers
Running code on Spring Boot startup
Spring Boot does a lot of configuration automatically for us but sooner or later you’ll have to do some custom…
Read More » -
Enterprise Java👁 spring-interview-questions-answers
Understanding H2 InMemory Database with Spring Boot
Introduction Basically the database setup involves several steps before we can use it through configured datasource in our application. This…
Read More » -
Core Java👁 spring-interview-questions-answers
In any incomprehensible situation go scripting
Scripting is one of the most popular ways to make your application adjustable for client needs right at runtime. As…
Read More »
