Swift Concurrency: From Ruby on Rails to async/await
Learning Swift's concurrency model coming from Ruby on Rails - understanding async/await, task groups, and actors without the documentation jargon.
Learning Swift's concurrency model coming from Ruby on Rails - understanding async/await, task groups, and actors without the documentation jargon.
A comprehensive framework guiding product builders from initial hypothesis (A) to market success (Z) by prioritizing user psychology, minimizing friction, and adhering to strict quality principles.
How I prevented my AI app from maxing out my OpenRouter API key by building a production ready cost tracking gem
An analysis of recent job posting data to understand the trends shaping the software developer job market and strategies for early-career developers.
How I added an invitation solution to the built in rails 8 authentication solution so sign ups require an invitation code.
Learn how to efficiently compare commits in VSCode using GitLens—a must-know skill for debugging and version control.
Implementing React concepts learned so far, including state management, side effects, and using data from an external API.
A step-by-step guide to understanding and implementing the Quicksort algorithm in Python.
Intro In this article I will be solving leetcode 146 LRU Cache. Using python OrderedDict() then implementing it via doubly linked list and pythonDict() What is it? A Least Recently Used (LRU) Ca...
Learning Kanji! In the past month, I have dedicated 1 hour each day to open up Anki and learn new characters. In this article I will share the resource I am using and maybe list a few favorite char...