How I use a custom domain email address for free - and you can too! Got a custom domain and want an email address to match, all within a tight budget? Discover how I set up my own email at hello@artful.dev without spending a dime.
The only thing I look for in a technical interview In technical interviews, there's one trait I hone in on. It's a litmus test for potential hires. Through careful dialogue and tailored questioning, I unravel this decisive factor. Curious?
The art of debugging: Reviving my mechanical keyboard Problem-solving is a universal skill, applicable in numerous scenarios, even when the context shifts from software to hardware. Today, I want to share a tale from my own experience, where I applied problem-solving strategies, typically used in software debugging, to an entirely different realm - a mechanical keyboard. My trusty
Beyond code: Cross-domain problem-solving in software engineering What truly lies at the heart of software engineering? Is it the lines of code we meticulously craft, or is it something more profound? Having navigated through various programming languages like F#, Clojure, and TypeScript over two decades, I've uncovered that the essence of software engineering lies not within the
Ghosting Medium: A spirited move to open publishing Greetings, dear readers! I am thrilled to announce a spectral shift in my blogging journey. I've decided to "ghost" Medium in favor of a more open "medium" - Ghost. This uncanny move was prompted by my desire to align more closely with the principles of open publishing, something Ghost embodies
Building strongly typed vectors and matrices in TypeScript Recently, I came across a problem where I had to generate primitive Pythagorean triples. Much to the wrath of several people, Iām gonnaā¦
When āoptimizationsā backfire: a wordle bot competition and a surprising probability lesson Discover surprising probability insights from a Wordle bot competition, where a risky optimization strategy led to unexpected lessons.
Optimizing the brute-force search for an n-queens solution In this post, we optimize our brute force search for solutions to n-queens problems for a few small boards.
Solving the n-queens problem with brute-force search In this post, we take the brute force and other abstractions we created earlier, to solve the n-queens problem for a relatively small n.
Solving problems with simple yet powerful abstractions in Python A series of posts on solving problems with simple yet powerful abstractions in Python. We explore a few algorithms.