Skip to main content
Home

Archive

Skip tag navigation

Lean into the fear

Chantastic recently spoke at ReactJS Dallas about dealing with Imposter Syndrome. One of my favorite moments was when he talked about being asked to take over React Podcast hosting duties. He said he was afraid he was going to say the wrong thing to the amazing developers he would be interviewing.

Read more of Lean into the fear

Your experience counts

On my journey from designer to becoming a developer, I often wondered if I needed a Computer Science degree. This is also one of the most common questions I get from others looking to jump into development from another career.

Read more of Your experience counts

Debugging JavaScript with binary search

I recently had to debug a problem that existed somewhere in the middle of around 460 lines of JavaScript spaghetti. Debugging was useless because the bug was taking down dev tools! The approach I took was something that I often employ when facing a seemingly impossible task like this.

Read more of Debugging JavaScript with binary search

Building habits through relationships

Atomic Habits by James Clear is a fantastic read. At its heart, the message of the book is that setting goals is ineffective in the long run. Real, lasting change only comes through building systems—creating the right conditions for doing the right habits.

Read more of Building habits through relationships

On changing careers

I had just made the decision to leave my 15-year career as a designer to become a developer, and I had no idea where to start. The only programming I had ever done was building websites for friends and family. I was completely green.

Read more of On changing careers

Blogruary: 28 days of posting

I suck at blogging. Presently. I presently suck at blogging. I read somewhere that you should qualify negative statements with “presently.” So, yeah, I presently suck at blogging, but I would love to get better at it.

Read more of Blogruary: 28 days of posting

Year-end review 2020

2020 is out and I wanted to do a short review of what I did this year, as well as look forward to 2021. This year was difficult to be sure, but in spite of the craziness, or maybe because of it, I was surprisingly able to meet some goals I had previously set.

Read more of Year-end review 2020

Composing data in Eleventy

A lot of what I do at The Container Store involves page templates, and one of the biggest challenges with template work (and components, for that matter) is creating a system that’s flexible yet maintainable. One of the ways flexibility can be achieved is by giving child elements a way to hook into the parent element. In JSP templates (what we use at The Container Store), template hooks can be added via the invoke action, but I wanted to figure out how to do this on my personal Eleventy site.

Read more of Composing data in Eleventy

How I'm redesigning my blog

Personal projects are a great way to grow your skillset, learn new technologies and explore new ideas. I began my personal blog with that in mind, but also wanted to share what I learn. With that in mind, I wanted to try and document the process behind this new redesign.

Read more of How I'm redesigning my blog

← Older postsNewer posts →