Field notes from the workbench

Readable notes for Python and systems work.

Debugging stories, infrastructure lessons, LeetCode detours, and small experiments collected while building real things.

Now readingPythonAlso insideSystemsGood rabbit holesAlgorithms

Library

Posts worth opening

Essay Jul 04, 2024

Debugging in Python - the Zen way

Debugging is a critical process in software development, aimed at identifying, isolating, and fixing issues or bugs in code. To debug, we need to know how to use the tools, and what are the right tools to do so. In this blog we will explore on a few options that we’ve seen to be useful.

Essay May 25, 2024

Privacy Policy

Welcome to TheTechCruise.com, a personal project created to offer a unique blogs on coding and related information. Your privacy is important to us, and we are committed to protec…

Problem Apr 27, 2024

161. One Edit Distance

The problem presented here is a variation of the classic "Edit Distance" problem, which falls under the dynamic programming category. It asks whether two given strings can be tran…

Problem Apr 22, 2024

2028. Find Missing Observations

When we approach problem-solving in programming, it's often tempting to dive straight into using various data structures or algorithms, each with its unique strengths and purposes…

Essay Aug 22, 2023

Disclaimer

Disclaimer: Welcome to TheTechCruise.com, a personal blog dedicated to exploring a variety of technology-related topics. The content you find here represents the thoughts and opin…

Essay Aug 21, 2023

Terms and Conditions

The below terms and conditions are under-construction and are to be considered so.

Course

Python for Bro

A Python course that builds from syntax to useful tools.

Open course