Arpit Aggarwal, Java Code Geeks

Arpit Aggarwal

Java Code Geeks

Gurgaon, HR, India

Contact Arpit

Discover and connect with journalists and influencers around the world, save time on email research, monitor the news, and more.

Start free trial

Recent:
  • Unknown
Past:
  • Java Code Geeks

Past articles by Arpit:

Performing SUM based on Group in Tableau

Today while working on one of my assignments I got a requirement to perform a SUM of one column values based on a Group of columns in Tableau and being a novice to Tableau I started searching on the ... → Read More

Build a RESTful API in Go using AWS Lambda

Interested to learn about RESTful API? Check our article explaining how to design, build, and deploy a RESTful API in Go using AWS Lambda. → Read More

Working with Glide – Vendor Package Management for Go

In this post, we will use Glide to manage the dependencies of a Go project. Before starting, let me ... → Read More

Creating HTTP Server in Go

In this post, we will create a simple HTTP server in Go following some simple steps. Before starting... → Read More

Routing in React

In post Handling Events in React we extended react-app which we built as part of Rendering RESTful s... → Read More

Hosting WordPress Application on an EC2 Instance – AWS

In this post, we will deploy WordPress Application on an EC2 Amazon Linux AMI t2.micro instance foll... → Read More

Mocking Spring Security Context for Unit Testing

Today, while writing unit test case for one of the Java method which looks like below: public Appli... → Read More

Handling Events in React

In post Rendering RESTful service with React we created simple UI which render employee list fetched... → Read More

Configuring multiple context root for a single webapp – JBoss

Sometime back we made changes to our application to support multiple context root leveraging JBoss c... → Read More

Setting TTL for @Cacheable – Spring

Today I was asked to set the expiry time of cache for some of the keys our application is using, so ... → Read More

Expected Exception Rule and Mocking Static Methods – JUnit

Today I was asked to consume a RESTful service so I started implementing it following Robert Cecil M... → Read More

Writing RESTful Service using Node, Express and MongoDB

Looking at the popularity of Node.js, I thought of learning and creating a rest api that should crea... → Read More

Deploying RESTful Service on Cloudfoundry

In this post, we will deploy RESTful service on Cloudfoundry using Pivotal Cloud Foundry (PCF) Dev. ... → Read More

Writing and Consuming SOAP Webservice with Spring

In the era of RESTful Web Services, I got a chance to consume SOAP Web Service. To do the same I cho... → Read More

Microservices fault and latency tolerance using Netflix Hystrix

Recently in one of my project I got a requirement to execute a fallback call for a failing webservic... → Read More

Dockerizing Web Application with Puppet

In post Installing Puppet Modules – Librarian Puppet we provisioned a Vagrant VM to install the pupp... → Read More

Running Web Application in Linked Docker Containers Environment

In post Dockerizing Web Application with Puppet we hosted web application in a single container, thi... → Read More

Configuring Logstash with Filebeat

In post Configuring ELK stack to analyse Apache Tomcat logs we configured Logstash to pull data fro... → Read More

Configuring Logstash with Filebeat

In post Configuring ELK stack to analyse Apache Tomcat logs we configured Logstash to pull data fro... → Read More