System Design | Implementation Rule Book | CheatSheet

By Prithvi Atal, Engineer, Driving High-Performance Solutions

Sunday, August 30, 2015

Countdown latches: concurrency

›
Countdown latches are concurrency construct that cause one or more thread to wait until a set of thread execution completes Using Count...

Concurrency : Thread Executor basics

›
package : Java.lang.concurrent. ExecutorService Thread Pool naming convention : pool-<N_GLOBAL_GROUP_COUNT>-thread-<M_THREAD_...

Java-7 features : quick sample

›
1. Multi Catch statement:Multiple exceptions type to be handled by the same catch clause: sample: Catch(ParseException pe | IOException ...
Thursday, August 27, 2015

Why dockerizing your application is essential?

›
Running our app on virtual box is a bit costly operation, as VMs are heavy and slow.This also requires effort in setting upend provisionin...
Sunday, August 23, 2015

Thread Basics - I

›
Thread: Why to use thread? To run task parallel and concurrently To utilise the hardware resource efficiently multi core/mullti cpu+...
Saturday, August 15, 2015

Http scripting

›
 curl is an open source http scripting tool that can be used to make/ gets the data.  it sends data and it retrieves the information. ...
Friday, August 14, 2015

Spring expression language

›
#{<bean_name>.<getMethodName>('<argument>')}" />
Sunday, October 13, 2013

Automating a process in Unix

›
Here we are going to talk on Bash programming whch is quite powerful when It comes to automat in g a    process in unix environment. Here ...
Saturday, December 8, 2012

Serialization at Client Side

›
Seriali zation is a p rocess of converting Obje ct into Raw data.In javascript many times we need to conve rt Raw data into Object and vice...
1 comment:

Test Framework setup

›
In this blog we will talk about setting up a Test framework. Unit test case helps the application in many ways.For e g in f inding...
‹
›
Home
View web version

About Me

Prithvi Atal
View my complete profile
Powered by Blogger.