Blog Archive
Proven Job Search Strategies for Experienced Software Engineers - Insights from HN
Summarization of the thread of Hacker News which I like worth noting
Read Post
Client Retention – The Wrong Way
Wrote some messy code two years ago. Recently, a contractor contacted me for updates, but after I gave a high quote, they hired another dev. Turns out, the new engineer couldn’t fix my old code either! Now, I’m back staring at the spaghetti I wrote years ago, laughing and regretting it at the same time. Lesson learned always write clean, maintainable code!
Read Post
Calculating Total Pages for Pagination - A Guide
Pagination is a crucial concept in web development and data management, helping to present large sets of data in a manageable way by dividing them into multiple pages. One key aspect of implementing pagination is determining the total number of pages needed based on the total number of items and the number of items displayed per page. This article will explore two effective methods for calculating the total number of pages and provide practical Python.
Read Post
From Good Discord Bot to Awesome Discord Bot
Discover how upgrading to slash commands transformed our e-commerce alert system. From overcoming command input challenges to enhancing user experience, this change has made interacting with the bot smoother and more intuitive. Learn how a simple update can take your bot to the next level!
Read Post
Why SitemapSpider of Scrapy is really awesome?
With simply three lines of code you can have all the required links from the website if you are scraping.
Read Post
How I connnected my Dockerized App to MariaDB database installed in Synology Server
Connecting to local database server using dockerized app.
Read Post
How to install tmux in Synology NAS Server
Installing tmux in Synlogy NAS Server can be really challenging if you are accessing it's terminal first time.
Read Post
Subscribe to My Newsletter
I frequently write about techology.