Understanding IT costs is critical for small business owners who want to budget smartly and avoid surprises. This post outlines the core IT expenses you should consider, whether you're starting out or...
read moreBlog
Latest articles
-
-
Find text from image OCR - Python
import os import re from PIL import Image import pytesseract import cv2 import numpy as np # ✅ Path to Tesseract (Windows) pytesseract.pytesseract.tesseract_cmd = r"C:\Program Files\Tesseract-OCR...
read more -
SQL For Interview
DQL (Data Query Language) Window Functions and Partition What are the different operators available in SQL? JOINS Pattern matching in SQL and REGEX Bounded preceding and following Aggregate Functions ...
read more -
Latest Common Crawl - 2025 - 43
The latest Common Crawl dataset provides a wealth of information for researchers and developers alike. With its vast archive of web pages, it enables a variety of applications — from training machine ...
read more -
From the Big Bang to Today
🌌 From the Big Bang to Today A perspective on time: the entire history of the universe compressed into one scrollable view. Epoch 1: Cosmic & Geologic (13.8 Billion YA → 250 Million YA) Epoch 2: Ancie...
read more -
pelican - static CMS - my experience
<div class="document"> <p>For this blog I use pelican static site generator - <a class="reference external" href="https://getpelican.com/">https://getpelican.com/</a> Below I think are the advantages ...
read more -
django - docker - tunnel: self-Host your web application on a laptop that you have
In the online forums that I am in, I often see people asking how to host their application. And specifically, which cloud provider to use? In this blog post, I will show you how to self-host your Djan...
read more -
Google takeout - Step by step
Google Takeout gives your data to download. In this blog, we will make sense of the data. Table of Contents Downloading Data Downloading Data Go to Google Takeout page. Select the data types you want ...
read more -
zoho mail django/python settings
To use Zoho Mail as your email backend in Django or Python, you need to configure the SMTP settings accordingly. EMAIL_HOST = "smtp.zoho.com" EMAIL_HOST_USER = "pk@mangoblogger.com&...
read more -
Vizualizing webpage visits using Webclipper plugin data
<p>I thought about why should Google and Big tech only make decisions based on the pages that I visit? Can I do something with this data?</p> <p>Based on this premise I created the firefox plugin that...
read more -
Django Admin Handy Features
For the List View: More Control and Information These features enhance the main list of your records, allowing for quick actions and better at-a-glance information. list_editable ✏️ This is a game-cha...
read more -
Celery Admin vs Windows Task Scheduler: Which is Better?
Django Celery Beat: A Deep Dive with Examples, Pros, and Cons vs. Windows Task Scheduler For developers working with Django, scheduling recurring tasks is a common requirement, from sending out daily ...
read more