Software Development
How To Search Text In Multiple Excel Files Quickly

Working with big Excel spreadsheets never have been easy, especially when you need to search for a piece of text in a file that have thousands, even ten of thousands rows. Searching through a single file can cost you hours, if not days if you work on a slow computer. To make the matter worse, […]

Read More…

Software Development
Find Big Files And Delete To Clean Up Your Computer

So I usually find out that there are old files that occupy my HDD but I don’t know which one . For example, I downloaded movies long time ago, watched but didn’t delete. I was searching for a program to help me find such files and delete them. Unfortunately, I couldn’t find any. So, I […]

Read More…

Software Development
10 Hours Apps

I’ve recently posted a blog here detailing my plan to generate $10,000/month from various sources (by making software, of course). The plan was to make many apps and monetize them in a various ways. Time is limited since I still have a day job. So, I came up with the idea of 10 hours apps. […]

Read More…

Software Development
How To Install MySQL connector for Python 3 in MacOS

Recently, I have a task involving using Python with MySQL. I needed to install MySQL connector for python but all the methods I found on the internet are not applicable. I have Python 3.7 on my Mac. Here is what I did to install mysql connector for python 3: python3 -m pip install pymysql Hope […]

Read More…