Testing errors

Unit Tests in Java - Introduction

A complete beginner鈥檚 guide to unit testing in Java, covering concepts, best practices, and examples with JUnit 5 and Mockito.

January 23, 2026 路 4 min 路 Matheus Oliveira
Illustration of Neovim editor with Lua code

Why Every Programmer Should Know Vim/Neovim

Discover how mastering Vim/Neovim can transform your productivity and change the way you write code, going far beyond just a simple text editor.

January 23, 2026 路 4 min 路 Matheus Oliveira
Two Pointers Technique Diagram

Do you know about slow index and fast index?

Learn how to reduce algorithm complexity from O(n虏) to O(n) using the two-pointer technique.

January 23, 2026 路 2 min 路 Matheus Oliveira