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.
TIL how to create fixed-length iterables in Python using collections.deque with maxlen parameter. Perfect for creating circular buffers and bounded collections.
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.
Today I learned about PostgreSQL performance challenges at scale and discovered a curated collection of LeetCode problems organized by common algorithmic patterns.
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.
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 ...
Today I discovered comprehensive cryptography and algorithm resources, explored Rust development tools including Discord API libraries, and found valuable self-hosting and productivity solutions.
Today I explored the internal workings of Git version control system, understanding how Git stores and manages data under the hood.
Today I learned about MIT's excellent OpenCourseWare offerings for algorithms and mathematical foundations of computer science, with comprehensive video lectures and materials.
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. ...