Git history contains valuable clues about how a codebase evolves. Learn how histui and its Pi extension turn repeated file changes into focused, local context for refactoring, debugging, and working with unfamiliar code.
Writing
Making local Next.js development feel like production with HTTPS, secure cookies, and working subdomains.
Build a modern multi-tenant SaaS app with subdomain isolation, Supabase Auth, and Next.js.
Language Parsing, Visitor Pattern, Clousre Implementation, Recursive Rendering.
Use git submodules, sparse checkout and workspaces to create and manage your projects efficiently and elegantly.
Solving Advent of Code challenges while learning a new language can be like finding a treasure chest for every problem you solve.
Tools are really helpful and great for starting out but it's always fun to understand how it works and what actually happens behind the scenes.
Sometimes we might need to maintain 2 different github repo and may be we want to track and ignore different files as required....
For m training examples with each example having n features, a m x n dimensional vector can be used for representing the data.
32 or 64 bit systems are characterized by the amount of data the CPU registers can hold at once. CPU reads data in a sequence of bits.
Derivative, Partial Derivative, Gradient, Rate of Change, Vetor Fields, and ML
Gradient descent is an optimization algorithm that we use in machine learning and by optimization, we mean finding the maximum or minimum value of a function and in this case, we are descending to find the minimum value.
Single threaded language? Blocking Code? How is concurrency attained? Event loop?