Asynchronous Programming is also referred as Continous Passing Style(CPS) programming. Async functions take an extra argument, which is a function that is called after the async code has finished executing. This extra...
As a developer, mostly we spend our time on terminal and repeatedly we perform same operation multiple time. Knowing few keyboard shortcuts we can speed up workflow. In this article...
A couple of years ago, if you have google something like “Programming Language to Learn” definitely most of the resources would have more or less suggested you to learn Java...
One of the most important feature while choosing linux distribution is it’s packaging system. Packages and Linux distribution keeps releasing frequently and to keep up with this blizzard of software...
Github allow us to host static site in github for free. It also support static site builder like jekyll. But let’s limit this article on hosting plain static site.
It’s been a while you started programming or you are just new to the programming world, memorizing frequently used shortcuts will help speed up. These keyboard shortcuts will help you...
Expect is an awesome tool to automatically interact with applications that run in terminal. Expect script allows us to start an application, then to monitor the stdout and to send...