Skip to main content

Recently Updated Pages

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

Remove all untracked files

Git

To remove all unwanted un-tracked files you can just run: git clean Use it with -n for a dry ru...

Updated 2 years ago by Tamarine

Parent and Child pom.xml

Java Maven

https://howtodoinjava.com/maven/maven-parent-child-pom-example/

Updated 2 years ago by Tamarine

Maven Intro

Java Maven

What is Maven Maven is a build automation tool. Think of it as a Makefile but instead of you wri...

Updated 2 years ago by Tamarine

What the heck are @Annotations?

Java

Annotation They are metadata that you can write into your Java program. They don't affect the ex...

Updated 2 years ago by Tamarine

All About Branches

Git

Branch name inconsistency Sometimes the branch name shown in git are inconsistent. For example,...

Updated 2 years ago by Tamarine

Why Sometimes git checkout fails

Git

Did you ever wonder why when you run git checkout <branch name> from say a feature branch to the ...

Updated 2 years ago by Tamarine

Executing Binary/Script

Linux General Knowledge

If binary is relative to your current directory If the binary/script is relative to your current...

Updated 2 years ago by Tamarine

Some Random Services

AWS Solution Architect Notes Ultimate AWS Certified Solutions Archit...

CloudFormation Declarative way for outlining your AWS infrastructure using a template. "I want ...

Updated 2 years ago by Tamarine

Disaster Recovery and Migration

AWS Solution Architect Notes Ultimate AWS Certified Solutions Archit...

Disaster recovery Disaster recovery is about preparing for those disaster that can happen to the...

Updated 2 years ago by Tamarine

SQS, SNS, Kinesis, Active MQ

AWS Solution Architect Notes Ultimate AWS Certified Solutions Archit...

Decoupling mechanism When we deploy multiple applications they will inevitably need to communica...

Updated 2 years ago by Tamarine

Even More Architecture Discussion

AWS Solution Architect Notes Ultimate AWS Certified Solutions Archit...

Event processing in AWS SQS + Lambda Lambda service is going to poll from SQS, however, there c...

Updated 2 years ago by Tamarine