System Design | Implementation Rule Book | CheatSheet

By Prithvi Atal, Engineer, Driving High-Performance Solutions

Sunday, December 25, 2016

Elastic Search : Basic concepts and how to do setup

›
About Elastic search: -Near real time search platform -Each index can be horizontally splitted into multiple shards. Each shards can...
Saturday, December 24, 2016

Springboot User doc

›
Running in debug mode: export MAVEN_OPTS="-Xms2g -Xmx2g -XX:MaxPermSize=2g -Duser.timezone=IST -Xdebug -Xnoagent -Djava.com...

Quick Gemfire Setup

›
In this blog, we will walk through Gemfire setup and issues encountered  in running on production. Steps to install in local sandbox: ...
Saturday, August 13, 2016

Multi threaded Ping Service

›
Let's create a service that keeps on pinging multiple services and give their status like live,down and so on.. public class PingS...

Websocket integration with Angular js -II

›
In the previous blog we created a server which serves web socket based service, here we angular js based client will establish connection a...

Websocket integration with Rest API : sample application -I

›
Websocket is an independent TCP based protocol. Web socket establishes a persistent connection between client and server, both can send da...
Monday, April 4, 2016

Node Tools

›
node : single queue per node enviornment process: gives node configuration Event loop : Loupe:http://latentflip.com/loupe
Tuesday, March 22, 2016

Most useful Opensource Tools

›
Diagram: -creately -lucidchart -sequencediagram.com -googledrawing Injection Proxy  - Vaurien
Sunday, February 21, 2016

RabbitMQ : Most Useful Commands

›
brew install rabbitmq Admin: rabbitmq-plugins enable rabbitmq_management -----------------------------------------------------------------...

Mobile appliction using PhoneGap

›
We have talked a lot about mobile development, here this article will walk us through the basics of Corodova formarly known as PhoneGap. ...
Sunday, January 17, 2016

Spark : Best Use Case

›
The world is moving towards data oriented app that the end user quickly get the analysed result and business decisions are made subsequentl...

Spark How to use?

›
Spark is  -Light weight fast cluster computing -A fast in memory data processing engine. -Developmet api available in scala, java ...
Monday, January 11, 2016

Code coverage

›
Code coverage plays an essential part in development and helps to ensure is code is delivered with quality. Below are the code coverage t...
Sunday, December 27, 2015

Documenting Rest api using Swagger

›
Rest apis documentation has great significance when it comes to publishing and testing them. Swagger is a specification for documenting the...

Spring core : Annotations when to use what

›
 @Configuration:  Annotation based configuration alternative to xml based configuration .This will be mostly used with @Bean to define bea...
‹
›
Home
View web version

About Me

Prithvi Atal
View my complete profile
Powered by Blogger.