Browsing Tag
coding
118 posts
On inheritance and subtyping
Java is the first language I learned in my career. Its structure is foundational in my early years…
Day 1088 : Solar Power
liner notes: Professional : Started the day having a video call with some folks from the team just…
Day 1072 : The Real
liner notes: Professional : No clue where the day went. I sat down to finish filling out and…
Modular Programming: Benefits, Challenges, and Modern Applications
This article explores the concept of modular programming, highlighting its benefits, such as improved readability, reusability, and scalability,…
Streamline Java Object Initialization with Inline Blocks (Including Public Fields)
When creating objects in Java, balancing simplicity, maintainability, and flexibility can be challenging. Developers often resort to techniques…
Fetching Advent of Code Inputs Dynamically in Go
Advent of Code is a fun way for programmers to test and improve their problem-solving skills. While solving…
Day 1061 : Go Fly Away
liner notes: Professional : I knew as soon as I said I wanted to do some work last…
Back to sq1: My basic HTML template
What is the best basic template for an HTML doc? I often ask myself this question, and though…
Day 1028 : Talk About It
liner notes: Professional : Today felt like it didn’t go by so quickly like the past couple of…
Git Branching
✦ You’ve completed a feature in your project and starting on a new one. You don’t want to…