Skip to main content

Recently Updated Pages

More about OAuth2.0 grant

NodeJs/JavaScript

What is a grant? When you sent a request to the authorization server you will sent a field that ...

Updated 2 years ago by Tamarine

tr and cut command

Bash Shell

tr The tr command is used to translate or delete characters that comes from the standard input. ...

Updated 2 years ago by Tamarine

Global variables with imports

Python

Sharing global variables between modules If for whatever reason you need to share global variabl...

Updated 2 years ago by Tamarine

Apache Kafka Introduction

Apache Kafka

What is Kafka? Kafka is a data streaming platform, just like Amazon Kinesis it is able to take i...

Updated 2 years ago by Tamarine

Optional in Java

Java

Optional Optional is an object that can be think of as a container to hold other objects. It can...

Updated 2 years ago by Tamarine

When does a merge conflict happen?

Git

What is merge conflict Merge conflict arises when you have two people changing the same line in ...

Updated 2 years ago by Tamarine

Mockito how does it work?

Java

Background So what is Mockito? It is framework that is used on top of testing framework library ...

Updated 2 years ago by Tamarine

Checked vs Unchecked Exception

Java

Exceptions In Java exceptions (which differs from the C exception) there are two types of except...

Updated 2 years ago by Tamarine

Public and Private key encryption/decryption

Linux General Knowledge

Cryptography 101 Asymmetric key encryption is key to many things, especially for TLS handshake i...

Updated 2 years ago by Tamarine

Spring boot application.properties

Spring and Spring Boot

In a application.properties file you can use place holders to reference environment variables rat...

Updated 2 years ago by Tamarine

Spring boot command line arguments with Maven

Spring and Spring Boot

Running application with Maven To run your application with Maven you just run the following com...

Updated 2 years ago by Tamarine

Git rebase

Git

What is Git Rebase git rebase is one of the two strategies in git along with git merge that allo...

Updated 2 years ago by Tamarine

Pull in changes to feature branch from master

Git

Say you branch off from the main branch and are currently working on a feature in Git. Suddenly, ...

Updated 2 years ago by Tamarine

eval command

Splunk

The eval command can be used with either table data or event data.If used with event data the new...

Updated 2 years ago by Tamarine

Event data

Splunk

An event is just the data that is sent by the forwarder and parsed by the indexer. It is associat...

Updated 2 years ago by Tamarine

Event vs Statistics Tab

Splunk

If you perform a normal search, the event tab list all the events that are matched with the searc...

Updated 2 years ago by Tamarine

Java Loggers

Java

Java Logging Logging in a program is important to keep track of a program's run-time behavior. L...

Updated 2 years ago by Tamarine

System property value

Java

System property value They are contained only within the Java platform. Environment variables a...

Updated 2 years ago by Tamarine

Running Java Applications

Java

Running Java App In order to run your Java Applications you must first compile all of the source...

Updated 2 years ago by Tamarine

All About Importing Modules and from Packages

Python

Module? A module is just a Python file with the correspondingĀ .py extension. So if you're talkin...

Updated 2 years ago by Tamarine