-
Software Development
What are Golang Types
Go is a strongly typed language and type is life. This language has rich types and good support for extension…
Read More » -
Enterprise Java
Spark Run local design pattern
Many spark applications have now become legacy applications and it is very hard to enhance, test & run locally. Spark…
Read More » -
Enterprise Java
Insights from Spark UI
As continuation of anatomy-of-apache-spark-job post i will share how you can use Spark UI for tuning job. I will continue with same…
Read More » -
Agile
Broken promise of Agile
AgileManifesto was written 17 years back(i.e 2001) and is it able to bring the change to industry ? I would say…
Read More » -
Enterprise Java
Simple Testing Can Prevent Most Critical Failures
Error handling is one of the hardest and ignored part of software development and if system is distributed then this…
Read More » -
Software Development
When microservices becomes darkservices
Micro services is great and many company comes and talk about it on how it is used for scaling team,…
Read More » -
Enterprise Java
Setup SSL in Jetty
Have you faced issues when you have to quickly enable SSL and you got stuck with it :-( You are…
Read More » -
Enterprise Java
Anatomy of Apache Spark Job
Apache Spark is general purpose large scale data processing framework. Understanding how spark executes jobs is very important for getting most of…
Read More » -
Scala
Scala Tuple performance
Tuple is very powerful construct in programming language, it allows to create sequence of finite elements. Elements in tuple can…
Read More »