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

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!

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.

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!

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.

How I connnected my Dockerized App to MariaDB database installed in Synology Server

Connecting to local database server using dockerized app.

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.

Subscribe to My Newsletter

I frequently write about techology.