Articles

Various articles about tech related topics.


Branches of a tree.

Graph Pathfinding Algorithms: A Comprehensive Guide

May 9, 2025
All about Graph pathfinding algorithms. How they work, the data structures they use, their time and space complexity, and practical use cases. Use this article as a learning resource and a technical reference guide.
Nodes.

Graph Traversal Algorithms: A Comprehensive Guide

May 9, 2025
Graph traversal systematically visits vertices. Depth‑First Search dives deeply along paths; Breadth‑First Search expands layer by layer. Built‑ons like topological sort and component detection exploit these passes to order DAGs and expose connectivity.
Patterns.

Sorting Algorithms: A Comprehensive Guide

May 8, 2025
Discover how sorting algorithms, from bubble to quick, merge, heap, shell, and non‑comparison methods like counting, radix, and bucket, organize data efficiently, highlighting speed, memory use, and stability.
Graph.

Graph-Based Search Algorithms

May 8, 2025
Dive into graph traversal: BFS for shortest unweighted paths, DFS for exhaustive discovery, plus weighted variants—Dijkstra, A*, bidirectional, and heuristic search. Understand frontier control and edge‑cost strategy for optimal exploration.
Measurement lines.

Search Algorithms for Data Structures

May 8, 2025
This article will guide and help you explore search methods and algorithms tailored to core data structures: linear & binary scans in arrays, O(1) hash lookups, prefix tries, balanced BSTs, skip lists, and B‑trees, mechanics, trade‑offs, and practical use cases.
Searching data. #headers,

Search Algorithms: A Comprehensive Guide

May 8, 2025
This comprehensive guide demystifies search algorithms, from simple linear scans to hash‑table lookups, tries, balanced trees, and BFS/DFS in graphs. All while showing you how each strategy slashes lookup time for specific data shapes and teaching you how to write efficient code.
Abstract ball of sorted lights.

Sorting Algorithms: A Technical Reference Sheet and Comparison Chart

April 28, 2025
This article is a comparison chart and also a technical reference sheet which integrates provenance, algorithmic variants and engineering pragmatic factors (speed, memory, scope, etc.) of several popular Sorting Algorithms. Use this article as an advanced technical reference.
Artistic representation of data layers.

Data Layering in GIS: Combining Multiple Data Layers in Maps

April 25, 2025
Data layering in GIS is a fundamental technique that enables the creation of rich, informative maps by combining multiple data sources. Whether you are overlaying drone imagery with cadastral parcel lines or combining geological maps with weather data, this article will offer you a comprehensive guide.
Representation of a data structure #headers,

A Friendly Guide to Computer Science Algorithms by Category

April 25, 2025
Whether you are a new programmer or brushing up on fundamentals, this guide will help you understand these essential algorithms in a clear, tutorial-friendly way. From sorting, searching, graphing and cryptography to dynamic programming, greediness and machine learning algorithms.
NFT hydroponics.

NFT Hydroponics for Home Gardeners: A Complete Guide

April 16, 2025
NFT hydroponics is an accessible and rewarding method for home gardeners to grow fresh produce and herbs. This guide and tutorial will teach you how to create your first NFT hydroponics setup at home, and then upgrade it in scale: Materials needed, assembly steps, crop types, and much more.
Fruits and vitamins.

Essential Vitamins Reference Sheet

April 14, 2025
The ultimate, easy to read and understand guide and reference sheet to Vitamins. From the Role in the boy and the Recommended daily intakes, to the Food sources providing them and warnings about toxicity and other risks.
Minerals and nutrients.

Essential Minerals & Electrolytes Reference Sheet

April 14, 2025
The ultimate, easy to read and understand guide and reference sheet to Essential Minerals & Electrolytes. From the Role in the boy and the Recommended daily intakes, to the Food sources providing them and warnings about toxicity and other risks.
Various healthy foods: bread, carrots, chicken.

Key Nutrients, Antioxidants & Phytochemicals Reference Sheet

April 14, 2025
The ultimate, easy to read and understand guide and reference sheet to Key Nutrients, Antioxidants & Phytochemicals. From the Role in the boy and the Recommended daily intakes, to the Food sources providing them and warnings about toxicity and other risks.
Image of a garden.

The Ultimate Edible Indoor Garden Guide

April 14, 2025
The objective of this guide is to help and guide you to successfully create your own fully edible, near-closed-loop Edible Indoors Garden using techniques that range from hydroponics and vertical stacks, to microgreens and algae thanks: plant potatoes, seeds, legumes, leafy green, mushrooms and much more fully indoors.
Snake plants.

The Indoor Plants Reference Guide – An Easy to Follow Guide

April 13, 2025
This guide will help you chose indoor plants based on a list of plant care factors that determine how easy or hard to maintain each plant is. Do you want an indoor plant that requires little care? Or do you want an exotic, beautiful indoor plant? This list will help you choose one.
Bim modeling.

Building Information Modeling (BIM): A Comprehensive Guide

April 4, 2025
By integrating digital design with data management tools, Building Information Modeling (BIM) techniques and technologies are revolutionizing architecture, engineering and construction (AEC) design. This comprehensive guide will help you understand and implement BIM.
Abstract 3D lines.

An Introduction to Microkernels

February 11, 2025
A microkernel is a minimalist operating system (OS) architecture where only the most essential system functions run in kernel mode, while everything else, including device drivers, file systems, and network stacks.