First Entry: Initializing the Log
Setting up a new tech diary in my portfolio.
> _System log initialized. Documenting insights, snippets, and learnings.
Setting up a new tech diary in my portfolio.
Have you ever wished for an organized mind where every idea connects fluidly and naturally? Well, Obsidian is like having that dream come true, but in the form of a digital writing app.
I remember once, while watching a Screen Cast of a competitive programmer, I realized that at no point did he use his mouse to write code. Shortly after, I discovered the best text editor.
Discover how to transform your basic Arch Linux installation into a fully customized and optimized workspace. From essential system configurations to advanced tools and tweaks.
Fundamental concepts to consider when working on competitive programming in C++.
In competitive programming, various search algorithms are used to find efficiently organized elements. One of the most common types of searches is 'binary search'.
Have you ever wondered how functions can call themselves, creating a kind of infinite (but controlled) loop? This is recursion, a fascinating concept in programming that allows solving problems elegantly and efficiently.
A comprehensive article covering the fundamental concepts of what a graph is, including its structure, types, and applications.
Learn the basic steps to initialize and build a project using the Go programming language.