Exploring DeepSeek-OCR: How Well Can It Read Images?
Today, I was surprised by DeepSeek’s most recent paper. With the title "DeepSeek-OCR: Contexts Optical Compression", they present the DeepSeek-OCR model, already available on Hugging …
Codeminer42’s Engineering Blog
Today, I was surprised by DeepSeek’s most recent paper. With the title "DeepSeek-OCR: Contexts Optical Compression", they present the DeepSeek-OCR model, already available on Hugging …
Welcome back to YOUR possibly dev-life changing event! This is a straight continuation from Pt. 1 "But Why?", I strongly suggest reading that first but …
Last week, I attended React Conf 2025. It was a great conference; I met many people and learned a lot. The kit they gave us …
On October 7th and 8th, 2025, the React team hosted React Conf 2025, a two-day event filled with exciting announcements and updates about the React …
Portuguese version here: https://tech-pills.github.io/2025-08-31-estudos-em-ddd-design-tatico-entre-pescadores-e-desenvolvedores/ Hey everyone! Hope you’re doing well. Another article to continue our DDD studies, this time focused on tactical design and the …
Hello again! It has been some time since I last posted here. I have been hoarding more knowledge about state-of-the-art LLMs and all models currently …
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 …
In the last article, we discussed brainfuck and implemented a compiler + VM that can run brainfuck code. Continuing the journey to run brainfuck on …
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 …
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 …