RSSAmplifier

Blog

Code Create

Exploring all things code and design.

blog.code-create.devRSS feed ↗6 posts

Latest posts

Understanding Hash Tables

Table of Contents What's so great about hash tables? What do hash tables look like IRL? How do hash tables work? So what's the catch? How do I implement a hash table? Where can I learn more? What's so great about hash tables? Hash tables are an ex...

Leveling Up in 2021

Reflecting on 2020 was eye-opening for me. While I never had a shortage of goals I wanted to accomplish, I struggled with organizing those goals into focused efforts. So this year I committed to a different approach, and created a 3-step process to k...

Wrapping Up 2020

2020 didn't quite go according to plan, but it still had plenty of silver linings. I spent some time this week reflecting on the last 365 days and even though my 2020 resolutions were a bit unrealistic, I had a more productive year than I thought. �...

How To Plan A Redesign

I recently led a corporate website redesign, which involved a move from Drupal 7 to Drupal 8. I wanted to share my process for tackling this kind of CMS-based project. Disclaimer: The process outlined below is a guide. Feel free to adapt it to fit ...

Book Review: It Doesn't Have To Be Crazy At Work

It Doesn't Have To Be Crazy At Work is a manifesto written by Jason Fried & David Heinemeier Hansson, the creators of the productivity platform Basecamp. It describes the fundamental (and sometimes unconventional) values that define Basecamp's unique...

How to publish a ReactJS app on GitHub

GitHub Pages is a hosting service that lets you publish your projects to the web, directly from your GitHub repository. And it's free to use. Pages is really useful if you need to get your portfolio projects up and running quickly. As you learn new s...