Greetings, Programs! in the Matrix called Earth.
I'm Santha Lakshmi Narayana, a voyager on a mission to explore the digital universe.
All Posts
Oct 31, 2024
Software Development Comprehensive GuideSDLC, System Design & Architecture, Distributed Systems, Microservices, Database Replication & Partition.
May 24, 2024
Doppalf: RAG powered full-stack AI chatbot like ChatGPTBuild a full-stack RAG-powered AI chatbot like ChatGPT to give LLM your personality with Python, FastAPI, Llamaindex, Cohere, Qdrant, Next.js (Typescript), and Tailwind CSS.
Mar 25, 2024
Go Gotchas, Tips, and Good Practices for Efficient GoReview some of the common mistakes we make while writing Go code and learn how to avoid them along with good practices for efficient Go.
Mar 23, 2024
Advanced Go: Internals, Memory Model, Garbage Collection and ConcurrencyDeep dive into the Go's Memory model, the internals of Go's data structures, Garbage collection and Concurrency model.
Mar 6, 2024
Asynchronous or Concurrency patterns in Python with AsyncioEffective implementation of asynchronous or concurrency patterns like Background task and Worker Pool in Python using Asyncio.
Dec 25, 2022
Super fast Python (Part-5): NumbaSpeed up Numerical computations and functions in Python with Numba and Numpy.
Nov 18, 2022
Super fast Python (Part-4): CythonConvert slow Python code to run as fast as C/C++ using Cython.
Nov 12, 2022
Super fast Python (Part-3): Multi-processingMake computations in Python faster with Multi-processing .
Nov 9, 2022
Super fast Python (Part-2): Good PracticesWrite Python programs by following good practices to run code incredibly faster.
Nov 7, 2022
Super fast Python (Part-1): Why Python is Slow?Why Python is slow compared to C/C++ or Java? And where can we improve our code to run fast?
Mar 23, 2022
Image Enhancement using Retinex AlgorithmsEnhance low-light images using Retinex algorithms with Fast Fourier Transform in Python.
Feb 28, 2022
Retinex Theory of Color VisionRetinex theory explains the color constancy of Human Visual System that used in many Image processing applications.
Nov 26, 2021
Chromatic adaptation (Color constancy)Color constancy of an image using Chromatic adaptation technique in Python.
Oct 19, 2021
Whiteboard Image Enhancement using OpenCVEnhance whiteboard images taken from mobile using OpenCV.
Sep 14, 2021
Color TheoryDifferent color properties, color models, and color space that are useful in image processing, graphic design, and game design.
Aug 28, 2021
Color ScienceUnderstanding the concept of Color from human eye's perception to digital world representation.
Dec 31, 2020
Build Blog with Next.js and MDX & Deploy to Github PagesCreate a blog with Next.js as Static Site Generator, MDX for writing content, Github Pages for deploying the static website. Also add SEO and Image optimization.