Is the Golden Age for Software Developers Over? What 5 Years of Job Data Reveals
An analysis of recent job posting data to understand the trends shaping the software developer job market and strategies for early-career developers.
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...
Restaurant Page I went above and beyond on what was supposed to be a simple project to learn about Webpack and ES6 modules. Hint: I learned Figma, implemented a responsive site utilizing Bulma CSS...
Intro This post will mainly serve to help me retain my knowledge by summarizing important information I’ve learned. I recently watched Japanese Pronunciation, Video 1: The Japanese Writing Systems ...
Intro It is now april 2nd, I finished the final project for the ruby on rails course on the odin project, a social media site. Feel free to check it out on my github. Challenges I have faced a few...