Writing

Notes, essays, and things I keep learning

Mostly engineering and interview prep. Posts marked with an arrow live on Medium; everything else is here.

Medium

5 Pieces of Advice for Interview Prep in the Age of AI

I’ve had a handful of separate conversations recently with junior and mid-level engineers, and what stood out to me most was not that they…

#software-engineering#coding-interviews#ai
Towards Dev

Blind 75 Javascript Edition — Interval

In continuation with our Blind 75 adventure, today we will tackle the Interval section.

#javascript#linked-lists#algorithms#web-development
Medium

5 Pieces of Advice for Better Success in Finding a Software Engineering Job

I left a toxic workplace in October of 2016. Though thinking back, I should appreciate the opportunity to leave. We arrived in San…

#web-development#javascript#reactjs#interview
Towards Dev

TypeScript Function Overload

TypeScript for Function Params

#software-development#javascript#typescript#web-development
Towards Dev

6 Promise Problems that Front-end Engineers Should Master for Interviews

6 Promise problems that I’ve encountered in Javascript interviews

#software-engineering#software-development#web-development#front-end-development
Towards Dev

Storybook with GraphQL and TypeScript

This is the setup for micro frontend ReactJs development with Storybook and Typescript.

#front-end-development#typescript#javascript#software-development
Towards Dev

Basic String Search in Javascript — Trie Data Structure

Software engineers often times dislike algorithm interview questions. While our day-to-day work rarely, if ever, requires us to use…

#javascript#algorithms#leetcode#data-structures
Medium

10 Things I wish I knew earlier in my Software Engineering career

Some of us have arrived at this career path through traditional education.

#leetcode#software-engineering#software-development#web-development
Towards Dev

Useful React Hooks

These useful React hooks are what I’ve used in my day-to-day work.

#reactjs#react-hook#react#web-development
Towards Dev

Google Lighthouse — better web auditing through Node scripts

What is Google Lighthouse?

#nodejs#software-engineering#web-development#javascript