Posts by Year

2024

Git Revert

less than 1 minute read

git revert is useful when you want to undo the changes made by a specific commit without rewriting history

Git Cherry Pick

less than 1 minute read

Git cherry-pick is a command used to apply a specific commit from one branch to another. It’s useful when you want to pick only certain commits from one bra...

ssl Security Certificate Issue

1 minute read

Solution for the issue on Local microservice testing Caused by: javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpat...

Java Compilation

less than 1 minute read

```shell git clone https://github.com/AdoptOpenJDK/jitwatch.git

Scaling Vertical vs Horizontal

less than 1 minute read

Vertical Scaling(Scaling Up) - Buying a bigger machine Horizontal Scaling (Scaling Out) - Adding more machines

Back to top ↑

2023

Math

2 minute read

Index

Gradle

less than 1 minute read

Index

Git Rebase Squash and Fast forward

1 minute read

Index To combine multiple commits (squash) from the feature branch into one while merging into the develop branch, an squash merge or interactive...

Kafka Essentials

2 minute read

Kafka Terminology Producer: A producer is a client that sends messages to the Kafka server to the specified topic. Consumer: Consumers are the recipients who...

Triggers

1 minute read

In Oracle Database, there are two main types of triggers:

SQL Window Functions

less than 1 minute read

WHAT IS A FUNCTION? A named block of code which returns same value when it is called, using the same argument. – WINDOW Functions / Analytic Functions

SQL Basics

less than 1 minute read

Default schemas Postgres - public SQL Server - dbo MySQL - Oracle - sys

Trading

2 minute read

Technical analysis masterclass

Back to top ↑

2022

Predicate Functional Interface

less than 1 minute read

java.util.function.Predicate represents a simple function that takes a single value as parameter, and returns true or false. Predicate uses a Lambda that re...

Generics

less than 1 minute read

With the help of generics, the possibles runtime exceptions can be converted to compile time exception.

Google BigQuery

less than 1 minute read

Once the data is received, convert (serialize) the results data into DTO, using defauklt jackson mapper

Static

less than 1 minute read

Static belong to class NOT to the instance (object)

Generics

4 minute read

With the help of Generics, the possible runtime Exceptions can be converted to Compile time Exceptions

Java IO

less than 1 minute read

Class with InputStream or OutputStream (in its name) -> for BinaryData

Gardening

less than 1 minute read

Jiffy Natural & Organic Seed Starter Mix, 12

MacBook : Useful Settings

1 minute read

Necessasary UI Settings All the commands can be located here. Show Full directory path on Finder:

Atom

less than 1 minute read

Atom

Sets

less than 1 minute read

Index

Back to top ↑

2021

Heaps

less than 1 minute read

Index

Graphs

less than 1 minute read

Index

Spanner Database

1 minute read

For making full use of the free tier, The Database and it’s corrosponding instance need to be up and running only while development and testing. Always delet...

Back to top ↑

2020

Back to top ↑

2019

Code Quality

less than 1 minute read

Readability Maintainability Testability

Spring Config Client

less than 1 minute read

Test Microservice for Spring Cloud Config. This is a client Application

Back to top ↑

2018

Back to top ↑

2017

Maps

2 minute read

Index

Back to top ↑

2016

Stacks

less than 1 minute read

Index

Queue

less than 1 minute read

Index

Back to top ↑