← All tags

Tips for starting your first SWE job

· 6 min read

I recently started my first job as a Software Engineer, and I wanted to jot down some amazing advice I received. I’m sure it will be valuable for anyone who is starting out their first Software Engineering job.

#musings #craft

Understanding Web Performance Metrics

· 6 min read

As users, we know how valuable performance of a website is. But as developers, how do we approach performance of our webapp? In this post, let's explore the metrics used to quantify web performance, and how we can optimize those metrics and have a positive impact on the user experience.

#learnings #craft #Web Performance

Know Thy (JS) Tools

· 4 min read

Understanding the tooling is crucial to understand what exactly is happening to the code we write, which helps us write better, bug-free code. This post is a collection of notes I made to understand more about the tools used in the JavaScript ecosystem.

#craft #JavaScript
← Back to all posts