On Duty!Philosopher Arthur Schopenhauer on the need to not only accumulate information but also to reflect and digest it: You may accumulate a vast amount of knowledge but it will be of far less value to you than a much smaller amount if you have not though...Aug 13, 2025·3 min read
Observer Design Pattern in PythonDesign Patterns are commonly tested solutions for problems developers face, one of the most known design patterns out there is the Observer Pattern, it's pretty common with apps that have GUI. for example in JavaScript observers are offered by the b...Sep 19, 2022·5 min read
SurrealDB, Database from the Future?WHAT IS SURREALDB!? SurrealDB is a multi-model database, its engine is powered by Rust, and it delivers a massive amount of features, it's fast, lightweight, schemaless, schemafull, relational, ACID, on-memory, in-disk, embedded and the feature list ...Sep 17, 2022·6 min read
Automating Linters and Tests on a JavaScript App using GitHub Actions 🤖When you're working on a project that contains other developers where each of you has a different background, and different coding style. The style of the code should be consistent across all the project files, that's why tools like ESlint & Prettier...Sep 15, 2022·5 min read