Blog

Latest articles


  1. IT costs for small business

    Monday, 24 November 2025

    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 more
  2. Find text from image OCR - Python

    Friday, 14 November 2025

    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
  3. SQL For Interview

    Monday, 10 November 2025

    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
  4. Latest Common Crawl - 2025 - 43

    Tuesday, 04 November 2025

    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
  5. From the Big Bang to Today

    Tuesday, 04 November 2025

    🌌 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
  6. pelican - static CMS - my experience

    Wednesday, 29 October 2025

    <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
  7. Google takeout - Step by step

    Tuesday, 21 October 2025

    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
  8. zoho mail django/python settings

    Monday, 20 October 2025

    To use Zoho Mail as your email backend in Django or Python, you need to configure the SMTP settings accordingly. EMAIL_HOST = &quot;smtp.zoho.com&quot; EMAIL_HOST_USER = &quot;pk&#64;mangoblogger.com&...

    read more
  9. Django Admin Handy Features

    Sunday, 06 July 2025

    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