Latest Blog Posts

Streamline Workflow

Streamline Workflow

It is fun to learn new developing technologies. As you try these new systems, most provide an installation bundler to get the new end user started. ...

Chuck Smith
GIT Commit

GIT Commit

Contributing on open source projects can be fun. However, if you have never made a pull request on GitHub, it can be unnerving. I am sharing my ...

Chuck Smith
Passionate Journey

Passionate Journey

As I am sitting at home during this worldwide pandemic, I have been reflecting on my coding journey. I just graduated from Flatiron School and have ...

Chuck Smith
Gridsome Pagination

Gridsome Pagination

When ever I set up a blog, there are a few features which are must haves, linkable taxonomy (i.e. tags or categories) and pagination. No one wants an ...

Chuck Smith
Rails Configuration

Rails Configuration

So this article you can file away as what I learned today #TIL. This surprised me so much I am writing to share. This is written specifically about ...

Chuck Smith
Linting in React

Linting in React

Recently I started experimenting with the idea of code linting via ESLint and Prettier. I recently wrote another article on this subject concerning ...

Chuck Smith