Software Development
-

5 Ways to NOT F**K Up Your Microservices in Production
Java developer? Takipi replaces logging in production JVMs and lets you see the source code, call stack, and variable state…
Read More » -

[MEGA DEAL] Complete Linux System Administrator Bundle (96% off)
From Installation to Administration–118 Hours of Training to Become a Linux Pro Hey fellow geeks, This week, on our JCG…
Read More » -

What’s the Difference? Creating Diffs with JGit
In this post, I will dig into the details of how to diff revisions and create patches with JGit. Starting…
Read More » -

Building your own Slack bot
There are many cool things one can do to leverage the power of Slack – private channels, embedding various content,…
Read More » -

Mastering TDD
Two weeks ago I went to Paul Stringer’s course “Mastering TDD/BDD in iOS”. After the two days, I was exhausted……
Read More » -

SQL Query on Mixed Schema Data Using Apache Drill
You may have heard this statement before: Apache Drill does schema discovery on-the-fly. What does that mean, and why should…
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 webservice call.…
Read More » -

The name should express the intention
This time I will start with a code sample. Take a look at this: if (code.isComplexOrUnreadable()) { refactor(code); } Can…
Read More » -

Resolving JSON schema Changes with Drill and Python
Drill is a fantastic tool for querying JSON data. But Drill isn’t magical, and sometimes it runs into some data…
Read More »



