atlas news
    
Coding N Concepts
09  mars     00h00
SAFe Product Owner Producer Manager POPM 6.0 Exam Notes
   If you are planning or preparing for SAFe Product Owner Producer Manager POPM . Scaled Agile Framework certification then this article is for you to get started.
    00h00
Singapore Driving - Basic Theory Test (BTT)
   A comprehesive guide for Singapore Driving Basic Theory Test BTT including the quiz
27  février     00h00
SAFe Scrum Master SSM 6.0 Exam Questions
   Comprehensive list of Free SAFe Scrum Master SSM . Exam Questions curated for cracking the exam with real exam questions.
03  février     00h00
SAFe Scrum Master SSM 6.0 Exam Notes
   If you are planning or preparing for SAFe Scrum Master SSM . Scaled Agile Framework certification then this article is for you to get started.
03  janvier     00h00
Calculate Age from Birth Date in Java
   In this quick tutorial, we’ll learn how to calculate the age in human readable format in Java.
    00h00
Date Difference in Human Readable format in Java
   In this quick tutorial, we’ll learn how to print the difference between two dates in human readable format in Java.
03  octobre     00h00
Leading SAFe Agilist 6.0 (Scaled Agile) Exam Questions
   A comprehensive list of Free unique practice exam questions for Leading SAFe . Scaled Agile certification.
01  octobre     00h00
Configure Log4j 2 Logging in Spring Boot
   In this quick tutorial, we’ll configure Log j logging by replacing it with the default Logback config in the Spring Boot application.
30  septembre     00h00
How to generate Code Snippet from Postman
   In this tutorial, we’ll learn how to generate a Code snippet from Postman for HTTP GET, POST, PUT, DELETE requests in various programming languages like C, C , cURL, Dart, Go, Java, Javascript, NodeJs, Objective C, PHP, Python, R, Ruby, etc.
30  août     00h00
Configure Multiple Kafka Consumer in Spring Boot
   This post describes how to configure Multiple Kafka Consumer in Spring Boot application from a property file having different configurations such as Kafka cluster, topic, etc.
    00h00
Configure Multiple Kafka Producer in Spring Boot
   This post describes how to configure Multiple Kafka Producer in Spring Boot application from a property file having different configurations such as Kafka cluster, topic, etc.
27  mai     00h00
Sort Map by Key using TreeMap in Java
   In this tutorial, we’ll learn how to use TreeMap to sort a Map by its keys in Java
23  mai     00h00
Sort Array List of Objects in Java
   In this tutorial, we’ll learn how to sort an Array List of Objects in Java
21  mai     00h00
Print Array in Java
   In this tutorial, we’ll learn how to print the elements of a given Array in Java.
16  mai     00h00
AWS Certified Solutions Architect Associate (SAA-C03) Exam Notes
   If you are planning or preparing for AWS Certified Solutions Architect Associate SAA C exam then this article is for you to get started.
13  mai     00h00
Hashicorp Terraform Associate (003) Exam Questions
   A comprehensive list of Free unique practice exam questions for Hashicorp Terraform Associate Certification .
13  avril     00h00
Hashicorp Terraform Associate (003) Exam Guide
   A complete study guide for Hashicorp Terraform Associate Certification Exam .
12  mars     00h00
Java Regex to Validate IPv4 Address
   In this article, we’ll learn how to validate IPv addresses using Java Regex
05  mars     00h00
Assert Optional Value in Java
   In this article, we will learn how to assert Optional in Java using JUnit and AssertJ assertion libraries.
    00h00
Assert Thrown Exception in Java
   In this article, we will learn how to assert thrown exceptions in Java using JUnit and AssertJ assertion libraries.
    00h00
Test Object’s multiple properties in Single Assert
   In this article, we will learn how to assert Object’s multiple properties in a single assert in JUnit, Hamcrest, and AssertJ assertion libraries.
25  février     00h00
Read PDF File in Java
   In this tutorial, we’ll learn how to read a PDF file in Java using different libraries.
19  février     00h00
Writing Effective Java Tests with Assertion Libraries
   Java has several assertion libraries that can help you with testing and debugging your code. In this article, we’ll look at various assertions libraries and compare them.
22  décembre     00h00
Unit Test with JUnit 5 in Java
   In this tutorial, we’ll learn how to write efficient Junit test cases in Java using Junit Jupiter assertions.
20  décembre     00h00
Unit Test with AssertJ in java
   In this tutorial, we’ll learn how to write efficient unit test cases in Java using AssertJ assertThat assertions.
18  décembre     00h00
Unit Test with Hamcrest in java
   In this tutorial, we’ll learn how to write efficient Junit test cases in Java using Hamcrest assertThat with Matchers.
16  décembre     00h00
Customize Jackson JSON Mapper in Spring Boot
   In this tutorial, we’ll learn how to customize the default Jackson JSON Mapper in Spring Boot Web Application with various Jackson configurations.
    00h00
How to Change Context Path in Spring Boot
   In this quick article, we learn how to change the servlet context path in the Spring Boot application.
13  décembre     00h00
Use Spring Boot Project as a Dependency
   In this article, we will learn how to build a Spring Boot JAR as a library and use it as a dependency in other applications.
11  décembre     00h00
Log Hibernate JPA SQL Queries in Spring Boot
   In this article, we will learn how to log SQL statements in the Spring Boot application for debugging.
01  décembre     00h00
Format number to 2 decimal places in Java
   Quick example to format any type of number int, long, float, and double to decimal places in Java
28  novembre     00h00
Custom HTML Error Page using Thymeleaf
   In this article, we’ll learn how to customize default Whitelabel Error Page in Spring Boot using Thymeleaf HTML templates
27  novembre     00h00
Disable Whitelabel Error Page in Spring Boot
   In this article, we’ll learn how to disable default Whitelabel Error Page in Spring Boot.
28  août     00h00
Convert XSD Schema to JSON using JAXB
   In this tutorial, we will learn how to auto generate class files from XSD schema using JAXB task and use them to convert to Json.
12  août     00h00
9 Balls Weight Puzzle (Solved)
   This is my favorite weight puzzle which have been asked from me in many interviews over the past few years.
22  juillet     00h00
Cool ideas for informal business meetings, sessions, and trainings
   Some of the cool ideas for informal business meetings, trainings, or knowledge sharing sessions, which are effective:
    00h00
Ranges in Kotlin
   In this post, we’ll see quick examples of creating ranges using various range expressions and iterating over ranges in Kotlin.
27  juin     00h00
Split String by delimiter in Kotlin
   In this post, we’ll see quick examples of splitting a string by delimiter to list in Kotlin.
22  juin     00h00
Hibernate Interview Questions
   List of frequently asked hibernate interview questions. Keep following this post for regular updates.
29  mai     00h00
Async Fetch Data from N Sources and Combine In Java
   Fetch Data from multiple sources asynchronously using Java executor fixed thread pool and combine them in Java
    00h00
Async Fetch Data from N Sources and Combine In Kotlin
   Fetch Data from multiple sources asynchronously using Kotlin Coroutines and combine them in Kotlin
22  mai     00h00
Clean Code in Kotlin
   In this post, we’ll learn how to write clean code in Kotlin with some practical examples and make our code more concise and readable
04  mars     00h00
Leading SAFe Agilist 6.0 (Scaled Agile) Exam Notes
   If you are planning or preparing for Leading SAFe Agilist . Scaled Agile Framework certification then this article is for you to get started.
16  décembre     00h00
Send Email with Thymeleaf template in Spring Boot
   In this article, we’ll learn how to compose emails using Thymeleaf template and send emails using spring framework’s JavaMailSender.
20  octobre     00h00
Zip and Unzip Files in Java
   In this tutorial, we’ll learn how to zip a file or directory into an archive and how to unzip the archive into a directory using Java core libraries.
15  octobre     00h00
Convert Long to String in Java
   In this tutorial, we’ll learn different methods to convert long primitive or Long object to String in Java
19  septembre     00h00
ApacheHttp5 FeignClient SSL and Proxy Connection in Spring Boot
   In this article, we’ll learn how to configure a FeignClient with SSL and Proxy Connection using ApacheHttp in your Spring Boot project.
14  septembre     00h00
Using Streams API with Map in Java 8
   Java streams API is a widely used feature to write code in a functional programming way. In this tutorial, we’ll discuss how to use Streams API for Map creation, iteration and sorting.
01  juillet     00h00
Deployment of Spring Boot Microservices using Docker and Jenkins
   In this article, we’ll learn how to automate the build amp; deployment of Spring boot based microservices using Docker, Jenkins, Gradle and Git.
25  juin     00h00
RESTful API documentation using OpenAPI
   Documentation is essential when you are building RESTFul APIs in spring boot application. In this tutorial, we’ll learn how to configure the documentation using OpenAPI in Spring Boot.