Skip to main content

Recently Updated Pages

Lambda expression in Java

Java

How are lambda function done in Java Because Java likes everything to be under a class or an int...

Updated 2 years ago by Tamarine

Import packages / modules

Go / Golang

I have a helper file that I would like to use within the same project. If say your directory lay...

Updated 2 years ago by Tamarine

Packages vs Modules

Go / Golang

Preliminary Forget about the packages and modules that you know from Python, it is no related, y...

Updated 2 years ago by Tamarine

Bash Cheatsheet

Bash Shell Cheat Sheet

Multi-line Command To execute multi-line command in bash script simple put a \ after breaking up...

Updated 2 years ago by Tamarine

Vim Cheatsheet

Bash Shell Cheat Sheet

Mandatory get out of Vim joke Ughhh how do I escape Vim? # <ESC> :wq, write the changes to the ...

Updated 2 years ago by Tamarine

Compressed file vs Archived file

Linux General Knowledge

Archived file An archived file is basically a collection of files and directories stored into on...

Updated 2 years ago by Tamarine

How does inner, left, right, full join work?

SQL

When and what is a JOIN? Querying data in your database from only one table can only get you so ...

Updated 2 years ago by Tamarine

Little and Big Endian

C Notes

Endianness Little and big endian are two ways of storing multibyte data-types into memory. For s...

Updated 2 years ago by Tamarine

Unpacking operator in code and function header

Python

Unpacking In Python you are allowed to do deconstruction similar to how you can do deconstructio...

Updated 2 years ago by Tamarine

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