Recently Updated Pages
Event data
An event is just the data that is sent by the forwarder and parsed by the indexer. It is associat...
Event vs Statistics Tab
If you perform a normal search, the event tab list all the events that are matched with the searc...
Java Loggers
Java Logging Logging in a program is important to keep track of a program's run-time behavior. L...
System property value
System property value They are contained only within the Java platform. Environment variables a...
Running Java Applications
Running Java App In order to run your Java Applications you must first compile all of the source...
All About Importing Modules and from Packages
Module? A module is just a Python file with the correspondingĀ .py extension. So if you're talkin...
Remove all untracked files
To remove all unwanted un-tracked files you can just run: git clean Use it with -n for a dry ru...
Parent and Child pom.xml
https://howtodoinjava.com/maven/maven-parent-child-pom-example/
Maven Intro
What is Maven Maven is a build automation tool. Think of it as a Makefile but instead of you wri...
What the heck are @Annotations?
Annotation They are metadata that you can write into your Java program. They don't affect the ex...
All About Branches
Branch name inconsistency Sometimes the branch name shown in git are inconsistent. For example,...
Why Sometimes git checkout fails
Did you ever wonder why when you run git checkout <branch name> from say a feature branch to the ...
Executing Binary/Script
If binary is relative to your current directory If the binary/script is relative to your current...
Some Random Services
CloudFormation Declarative way for outlining your AWS infrastructure using a template. "I want ...
Disaster Recovery and Migration
Disaster recovery Disaster recovery is about preparing for those disaster that can happen to the...
SQS, SNS, Kinesis, Active MQ
Decoupling mechanism When we deploy multiple applications they will inevitably need to communica...
Even More Architecture Discussion
Event processing in AWS SQS + Lambda Lambda service is going to poll from SQS, however, there c...
Serverless, Lambdas, DynamoDB, Cognito, API Gateway
Lambda function Why is serverless good? Well if you are using EC2 instances then you have to pro...
VPC
Networking 101 IP Addresses Every host or device on a network must be addressable, meaning that...
Route 53
Domain name system It is a lookup server that help you translate domain names to IP addresses. I...