Tech Reference

Wednesday, April 30, 2025

Generate pdf using flying saucer and freemarker

›
In this article we will go through flying saucer framework and how to use the same to generate pdfs. 
Friday, March 28, 2025

JUnit Interview Questions And Answers

›
What is JUnit? JUnit is a widely used testing framework for Java applications. It provides annotations, assertions, and test runners to simp...
Tuesday, March 25, 2025

Spring Web Interview Questions and Answers

›
  What are REST services ? REST (Representational State Transfer) is an architectural style for building web services that interact using st...
Friday, March 21, 2025

Spring Boot Interview Questions and Answers

›
What is SpringBoot ? How it is different from Spring framework ? Spring Boot is an extension of the Spring Framework that simplifies  the de...
Saturday, November 26, 2022

Spring Boot 3 : New features and migration

›
Spring Framework 6,  released on November 2022 , is the major version change and has many high-impacting features, changes and upgrades into...
Thursday, November 24, 2022

Microservices Design Patterns : Aggregator Pattern

›
When breaking the business functionality into several smaller logical pieces of code, it becomes necessary to think about how to collaborate...

Microservices Design Patterns - API Gateway

›
When an application is broken into smaller microservices, it brings in few challenges that needs to be addressed. These include abstracting ...
Friday, October 28, 2022

Microservices Design Patterns - Strangler Pattern

›
Microservices are getting more and more popular these days. Many companies are migrating their monolith applications to microservices. Howev...
Saturday, June 11, 2022

Leetcode : Two Sum

›
Overview: Two Sum is a programming problem where you are given an array and a target value and you have to find the indices of the elements ...
Monday, September 4, 2017

Spring + Quartz : Scheduler Job with failure recovery

›
Most IT applications need scheduled processing e.g. maintenance, data flow, clean up etc. which are not initiated by user action. To handle...
›
Home
View web version
Powered by Blogger.