Mastering Zod Validation
Mastering Data Validation and Error Handling in TypeScript with Zod
Introduction In TypeScript applications, static typing offers safety during development, ensuring that variables and functions respect well-defined contracts. However, this guarantee does not always extend …
4 min read
Codeminer42 Dev Weekly #81
Last Updated on October 6, 2025 HELLO EVERYONE!!! It’s the 3rd of October, 2025 and you are reading the 81st edition of Codeminer42’s weekly tech …
4 min read
The Road To JVM: The JVM Specification
Last Updated on October 2, 2025 In the last article, we discussed brainfuck and implemented a compiler + VM that can run brainfuck code. Continuing …
4 min read
Four talks in four weeks
A journey to exchange knowledge
Exchanging knowledge is something I deeply enjoy and have been doing through conference talks since 2015. I believe it’s one of the best ways to …
4 min read
Codeminer42 Dev Weekly #80
HELLO EVERYONE!!! It’s September 26th, 2025, and you are reading the 80th edition of the Codeminer42’s tech news report. Let’s check out what the tech …
4 min read
How to Detect Forbidden Words in Text (Without Slowing Down) – Part II
In our previous blog post, we adopted the Trie (Prefix-tree) data structure to address the use case of detecting forbidden words in texts. This structure …
4 min read





