Open Source
-

Recursion: Algorithmic Paradigms, Complexities, and Pitfalls
Recursion is where a function calls itself during its execution; its paradigm breaks a problem into smaller instances of the same problem.
-

Asymptotic Notation: Big O, Omega, and Theta
Asymptotic notation is the linguistic and mathematical bridge that allows developers to discuss the scalability and efficiency of algorithms.
-

Algorithm Development and Analysis
Algorithms are step-by-step procedures designed to solve problems. This post explores how algorithms are used in computational finance.
-

Fine-Tuning LLMs: Pre-Trained Transformers with Python
LLMs may be customized to fit a specific use-case in a process known as fine-tuning. Click here to learn more!
-

MIPS Assembly: Data, Registers, and Mimicking Scope
Explore the fundamentals of MIPS assembly data and registers, including their types, uses, and functionalities. Plus, how to mimic scope!
-

8 Best VS Code Extensions
Discover some amazing Visual Studio Code (VS Code) extensions that boost productivity, improve code, and make work easier.
-

JavaScript Bookmarklets: A Tutorial
Explore how bookmarklets harness the power of JavaScript to enhance accessibility, enable seamless integrations, and turbocharge productivity!
-

Navigating the Open Source Security Community
Want to learn how to contribute to open source security projects? Click here to learn more! We’ll discuss history, culture, and technology.
-

Like My Website?: Here is How I used Open Source Tools to Build It!
Want to learn how I built my website with WordPress’ Gutenberg block editor and custom CSS? Read this learn about WordPress design!