Mar 14 · 2 min read · Please refer to the earlier posts in this series on encoding & decoding as a prerequisite Hex-transforms Base64-transforms Introduction Challenges 1 & 2 don't jump straight into encryption & decryptio
Join discussionFeb 10 · 29 min read · Part 1: Encoding and Decoding What is Encoding? Encoding is the process of converting data from one format to another. It's about representation, not security. Think of it like translation: you're changing the language, but the message is still reada...
Join discussion
Jan 20 · 6 min read · What is this article about? This article explains the concept of data encoding and its main types. I also prepared a small program that demonstrates benchmarks of the most common encoding methods in JavaScript. Link to repository: https://github.com/...
Join discussion
Jan 13 · 12 min read · Introduction In the world of data serialization and network protocols, efficiently encoding integers is crucial for minimizing storage space and transmission bandwidth. Variable-length integer encoding (often called varint ) is a technique that uses ...
Join discussionDec 26, 2025 · 5 min read · In data science, moving from raw data to a working machine learning model is rarely a straight line. It’s more like a careful assembly process that requires cleaning, reshaping, and rigorous testing before any real predictions can happen. This guide ...
Join discussionDec 24, 2025 · 4 min read · Hi everyone! this is Jimmy , and this is a short article in my series “Breaking Things with Go.” In this series, I document my journey through Jon Bodner’s Second Edition: Learning Go – An Idiomatic Approach to Real-World Go Programming and explore h...
Join discussion