Hey! A few days back, I completed a book which was first of this genre I ever read. And now I think why never this topic did attract me before? This blog post is a brief overview of the thoughts given in the book. The genre is “Financial Literacy”, authored by “Robert T. Kiyosaki” and the book title says “Rich Dad Poor Dad”! Continue reading “A Blog Post About Financial Literacy”
Hardwork v/s Smartwork
Hi all! When we explain someone about productivity, these 2 words hard-work and smart-work inevitably come into consideration. Did you ever think about it? I mean, what “smart-work” really is? How is it different from “hard work”? Keep the answer in your mind and keep reading.
What is a makefile?
Hello everyone! Ever wanted to write a shell script to automate a task in your project? For example, after cloning the project, do X task and then manipulate Y file, etc. For the same thing before, I used to write shell script
files. So that, after cloning the project a user may run those scripts and get the work done. But better than a shell script it is a good idea to add a makefile. Wondering? Keep reading.
How to encrypt USB drives with LUKS
Hello readers! Ever thought about the risk of loosing your USB drive having important data? You surely don’t want others to get that data without your permission. Right? In this case, encrypting your USB device is a recommended way to keep a security layer. Keep reading for a simple tutorial to encrypt USB drives with LUKS.
Testing with unittest.mock
Hello! Just 10 days back, there was a time when I tweet this.
While I always found it difficult, some people say writing mock test is super easy. I think it’s time for me to code more modular.
After a week of making the tweet, I set myself to read the official documentation with patience. The more I read, the more I started liking the tool. In the end, I understand people were right in saying that “mock tests are easy”. Below is a quick overview of what I could understand of writing mock test cases.
Git stash is really cool
Ever messed up with git repositories (who hasn’t)? Git stash may turn out to be a lifesaver. It has some really cool options. Let’s check them out! Continue reading “Git stash is really cool”
My experience in HackVSIT-2k19
Hello everyone! Recently, I went to a Hackathon (HackVSIT) held at Vivekanand Institute of Professional Studies. Following are some memorable glimpses of the event.