TIL: Creating Fixed Length Iterables in Python

TIL how to create fixed-length iterables in Python using collections.deque with maxlen parameter. Perfect for creating circular buffers and bounded collections.

January 24, 2022 路 1 min

Advent of Code 2021

My journey through Advent of Code 2021, tackling daily programming challenges in multiple languages. Learning Rust, Go, Elixir, and more while improving problem-solving skills and competitive programming abilities.

December 7, 2021 路 2 min

TIL: Breaking PostgreSQL at Scale and LeetCode Problem Patterns

Today I learned about PostgreSQL performance challenges at scale and discovered a curated collection of LeetCode problems organized by common algorithmic patterns.

April 7, 2021 路 1 min

TIL: Grit - A Multitree-Based Personal Task Manager

Today I discovered Grit, an innovative personal task manager that uses a multitree data structure to organize tasks and projects in a hierarchical, interconnected way.

April 3, 2021 路 2 min

TIL: Applied Cryptography, Algorithms, Rust Discord, and Learning Resources

Computer Science Education Applied Cryptography Course A Graduate Course in Applied Cryptography Comprehensive graduate-level cryptography textbook Covers both theoretical foundations and practical applications Free online resource for advanced cryptographic study Essential for security-focused software development Algorithms and Data Structures Algorithms by Jeff Erickson Modern algorithms textbook with clear explanations Covers fundamental algorithms and analysis techniques Practical approach with real-world applications Open Data Structures Free textbook on data structures and algorithms ...

January 3, 2021 路 2 min

TIL: Cryptography Course, Algorithm Resources, Rust Tools, Discord API, and Self-Hosting Solutions

Today I discovered comprehensive cryptography and algorithm resources, explored Rust development tools including Discord API libraries, and found valuable self-hosting and productivity solutions.

January 3, 2021 路 3 min

TIL: Git Internals Deep Dive

Today I explored the internal workings of Git version control system, understanding how Git stores and manages data under the hood.

December 28, 2020 路 4 min

TIL: MIT OpenCourseWare - Algorithms and Computer Science Fundamentals

Today I learned about MIT's excellent OpenCourseWare offerings for algorithms and mathematical foundations of computer science, with comprehensive video lectures and materials.

November 9, 2020 路 12 min

TIL: Real World Cryptography, Rust Resources, and CS Education

TIL 2020-07-16 Book on Real World Cryptography - A practical guide to applied cryptography by David Wong. Brown University: Programming and Programming Languages - Comprehensive course materials on programming language theory and implementation. CS 61B Data Structures, Spring 2019 - Berkeley鈥檚 excellent data structures course with Java implementations. Crust of Rust on YouTube - Jon Gjengset鈥檚 series diving deep into intermediate Rust concepts. Foundations of Applied Mathematics - Lots of Python and Data Science resources from BYU. ...

July 16, 2020 路 1 min