9 followers
I am a backend system engineer working for a credit card issuer. I mostly work on C/C++ and assembler programs on IBM's TPF OS. However I keep trying my hands on Python and Nodejs when offwork :)
Most of the high level languages such as Java,C/C++ have special main method defined as the execution entry point. This tells interpreter where to...
Monitoring CPU and memory usage are one of the top todo checklist for a backend engineer. Sometimes you wont even notice when your server is down due...
Its holiday season every where and we don't want to open laptop and system all the time when travelling and enjoying our personal time. In this post,...
There are many ways to monitor and set alerts for your web server using third party apps but they don't come with free, be it Pingdom or Amazon's...
This post has been updated to include changes to support Linux operating system as well. So you can use this code to change desktop background in both...
In this post we are going to see how we can use Python to find the size of any file and folder. We will check how many files we have inside a folder...