Recent Posts
Categories
- Design (2)
- Elasticsearch (3)
- Golang (5)
- hadoop (2)
- Java (11)
- Kubernetes (1)
- linux (1)
- Maven (1)
- Openshift (1)
- Performance (1)
- Scala (2)
- Security (3)
- Spark (2)
- Spring (2)
- Spring Batch (1)
- Spring Boot (1)
- sqoop (1)
- UI (1)
- unix (1)
- Vim (2)
Tags
annotation
apache hive 3
cdp
cloudera
commands
CORS
cronjob
design pattern
DNS
elastic
elasticsearch
go
golang
hadoop
hdfs
hive
http
ip
java
jms
junit
Kubernetes
mq
mysql
nginx
Openshift
oracle
proxy
proxy_pass
queue
rdbms
resolution
resolver
reverseproxy
scala
server
spark
spring
springboot
spring boot
sqoop
string
timezone
upstream
vim
Recent Posts
Categories
- Design (2)
- Elasticsearch (3)
- Golang (5)
- hadoop (2)
- Java (11)
- Kubernetes (1)
- linux (1)
- Maven (1)
- Openshift (1)
- Performance (1)
- Scala (2)
- Security (3)
- Spark (2)
- Spring (2)
- Spring Batch (1)
- Spring Boot (1)
- sqoop (1)
- UI (1)
- unix (1)
- Vim (2)
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
To find out more, including how to control cookies, see here: Cookie Policy
Tags
annotation
apache hive 3
cdp
cloudera
commands
CORS
cronjob
design pattern
DNS
elastic
elasticsearch
go
golang
hadoop
hdfs
hive
http
ip
java
jms
junit
Kubernetes
mq
mysql
nginx
Openshift
oracle
proxy
proxy_pass
queue
rdbms
resolution
resolver
reverseproxy
scala
server
spark
spring
springboot
spring boot
sqoop
string
timezone
upstream
vim
Find Us
Address
123 Main Street
New York, NY 10001
Hours
Monday–Friday: 9:00AM–5:00PM
Saturday & Sunday: 11:00AM–3:00PM
%d
JUnit Annotations with Example
JUnit is a unit testing framework for the Java programming language. JUnit is used primarily to test each and every unit or component of your application, like classes and methods. It helps to write and run repeatable automated tests to ensure your code runs as intended.
Share this:
Like this:
Continue Reading
HTTP2 – Performance saviour for application
Recently, I took the task of improving the performance of my application and shortlisted the probable reasons or factors for the same. Out of which few of them were: Large. read more…
Share this:
Like this:
Continue Reading
Java Beans and POJOs are not same
All JavaBeans are POJOs but not all POJOs are JavaBeans.
Share this:
Like this:
Continue Reading
Golang gRPC communication made easy!
In this post we are going to build a simple gRPC client and server application. I was recently trying to set this up in one of my projects and was. read more…
Share this:
Like this:
Continue Reading
Simple HTTP request logging middleware in Go
When we’re building a web application there’s some shared functionality that we want to run for many (or even all) HTTP requests. We might want to log every request, gzip. read more…
Share this:
Like this:
Continue Reading