Anxiety Driven Development
A reflection on managing pressure and anxiety in software development, and how to maintain quality while meeting deadlines.
A reflection on managing pressure and anxiety in software development, and how to maintain quality while meeting deadlines.
A Matrix-style screensaver for the Commodore 64, written in C using the cc65 toolkit.
A Matrix-style screensaver implementation for Commodore 64 written in 6502 assembly, featuring multiple display modes and interactive controls, inspired by the legendary xmatrix screensaver.
An example of working with time series data and CompletableFuture in Java, covering air quality index calculation with concurrent data retrieval.
An open letter to all people who, like me, suffer from anxiety and panic attacks.
Musical ear is a skill that can be developed through training. Discover how hearing works and how to improve your musical perception through practical exercises.
An imaginary and humorous dialogue with Miles Davis exploring musical themes, jazz, odd time signatures and the life of musicians, written in Roman dialect with cultural and musical references.
Most issues in software development usually arise from poor, inconsistent knowledge of the domain at hand. A topic apparently as simple as time representation, serialization and management can easily cause a number of problems both to the neophyte and to the experienced programmer.
Complete guide for writing effective log messages in Java: best practices for debugging, production monitoring, exception handling, and configuration of modern logging frameworks.
Learn how to extract individual partitions from a complete disk image backup using dd and mount commands.