PinnedPublished inPython in Plain EnglishTalk Rust 1: The “Rustification” of Python… what’s the big deal?In a recent episode of Real Python podcast, Wes McKinney, the creator of Pandas, was asked: “What’s something that you are excited about…Mar 24, 20245Mar 24, 20245
Published inPython in Plain EnglishAn Explanation to Fearless Concurrency in Rust (and Comparison against Python)Most modern languages support concurrent programming, few would have the guts to position itself as a fearless one. Granted that concurrent…Sep 15, 2024Sep 15, 2024
Published inPython in Plain EnglishBitwise Operations in Python and C/C++ part 2: more useful operatorsIn my previous article, I introduced three basic bitwise operators and their not-so-obvious use cases. There are three more useful bitwise…Sep 5, 2024Sep 5, 2024
Published inPython in Plain EnglishBitwise Operations in Python and C part 1: More than just a bit wiseBitwise operations provide developers with a set of convenient tools to manipulate the original bit patterns of binary numbers/variables…Sep 5, 2024Sep 5, 2024
Published inCodeXMultiprocessing vs. Multithreading: A Concept Refresh on Concurrency and Parallel Processing.People tend to mix up multiprocessing with multithreading and sometimes they are even used interchangeably. For non-professional…Sep 3, 2024Sep 3, 2024
Published inPython in Plain EnglishUse Regular Expression in PythonI have to admit I hate regular expressions, or regex. But last week, when I had to go through some legacy codes, the validation module was…Sep 3, 2024Sep 3, 2024
Published inCodeXHow to prepare yourself as a competent tech professional during the age of economic uncertainty?Today I had to let go of a junior developer in my team. As a small team tech leader, I have tried everything to keep my people around…Aug 28, 2024Aug 28, 2024
Published inCodeXTalk Rust: Build a CLI CSV tool with Rust part 2 improvements.In my previous article, I built a minimal useable CLI tool that convert a csv file into a json file. I’ve already pointed out several areas…Aug 27, 2024Aug 27, 2024
Published inCodeXTalk Rust: Build a CLI CSV tool with RustIt’s been a while since I wrote anything major in Rust and my Rust skills are getting rusty (no pun intended). I’ve been promoting Rust…Aug 23, 20241Aug 23, 20241