Software Development
-

OfficeFloor IntelliJ Plugin
OfficeFloor is now available to develop within IntelliJ. While the plugin was originally developed for Eclipse, we have now isolated…
Read More » -

Load balancing: Round robin may not be the right choice
Based on our experience, we believe Round robin may not be an effective load balancing algorithm, because it doesn’t equally…
Read More » -

[MEGA DEAL] The Machine Learning & Artificial Intelligence Certification Bundle (98% Off)
Take a 44-Hour Deep Dive Into the Algorithms & Statistical Models That Make Machine Learning & Artificial Intelligence Wor Hey…
Read More » -

The First and Last Rites
Let’s look at another test smell. Consider the following tests: @Test public void connectionWorks() { database = openDatabase(); database.healthCheck(); database.close();…
Read More » -

It’s Too Noisy
I want to look at a general case of noise in code. To do so, let’s look at how to…
Read More » -

[MEGA DEAL] HyperCam 5: Home Edition (50%)
Capture & Share Anything That Happens on Your Screen with This Best-in-Class Screencasting Software Hey fellow geeks, This week, on…
Read More » -

Missing Parameterized Test
Sometimes, what you need is a parameterized test. They do the job of representing a single way of testing with…
Read More » -

A Brief Overview Of Regression Testing
Studies have indicated that after installing a new app, only a quarter of the users return to the app on…
Read More » -

My most used Git commands on open source projects
The basic step when committing to open source projects is to fork the project. Then the process is easy you…
Read More »


