JUnit : Handling System and Environment properties in unit testing

It can be hard to automate unit testing when the code depends on the environment or system properties. In this blog post, I will show you how to test the code which depends on the System or Environment properties using 2 test packages. System Stubs JUnit Pioneer Handling Environment Variables I am going to use…

React-Map-GL : Finding earthquakes around selected location on the map

Whenever you are dealing with map applications, one of the common requirements is locating places or shops with in certain radius from your current location. For example if you go to a new place, you might be interested in searching for restaurants or petrol station near to your place. In this blog post I will…

Turn your Raspberry Pi into web dashboard – Part 2

This blog post is a continuation of part–1. Recently I worked on a task to turn the Raspberry Pi into a web dashboard. .I already covered below requirements in my previous post configuring auto login opening browser in kiosk mode configuring vnc server In this post I will cover the following requirements. Auto-hiding the mouse…