Posts by Tag

Java

Java Compilation

less than 1 minute read

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

Gradle

less than 1 minute read

Index

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.

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

Back to top ↑

Algorithms

Math

2 minute read

Index

Sets

less than 1 minute read

Index

Heaps

less than 1 minute read

Index

Graphs

less than 1 minute read

Index

Maps

2 minute read

Index

Stacks

less than 1 minute read

Index

Queue

less than 1 minute read

Index

Back to top ↑

Spring Microservices

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...

Google BigQuery

less than 1 minute read

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

Spring Config Client

less than 1 minute read

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

Back to top ↑

Developer tools

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

Back to top ↑

Spring Boot

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...

Google BigQuery

less than 1 minute read

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

Spring Config Client

less than 1 minute read

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

Back to top ↑

SQL

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

Back to top ↑

Git

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...

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...

Back to top ↑

System Design

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 ↑

CRUD

Back to top ↑

Microservices

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...

Back to top ↑

Macbook

MacBook : Useful Settings

1 minute read

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

Back to top ↑

Miscellaneous

Trading

2 minute read

Technical analysis masterclass

Gardening

less than 1 minute read

Jiffy Natural & Organic Seed Starter Mix, 12

Back to top ↑

Google Cloud Platform

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 ↑

Database

Back to top ↑

Shortcuts

Back to top ↑

GCP

Google BigQuery

less than 1 minute read

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

Back to top ↑

Photography

Back to top ↑

Machine Learning

Back to top ↑

Code Quality

Code Quality

less than 1 minute read

Readability Maintainability Testability

Back to top ↑

Excel

Back to top ↑

Interfaces

Back to top ↑

Python

Back to top ↑

javascript

Back to top ↑

Coding

Back to top ↑