I'm working on a Ruby CLI gem that will automate adding WordPress blog data to AirTable. It uses the...
If you've been following along you know I've been working on a Ruby CLI gem that will automate adding...
Correction In part 1 I implied that wp2at isn't a CLI. That is incorrect. Just because it...
The Scenario: I work for a marketing company and our niche – the thing we’re really, really...
One thing I hear often when working on web development projects is: “It used to work!” This past week...
As an exercise to flex and practice my SASS skills, I recently converted the CSS in one of my project...
This post will review how I handled gameplay visualization in a JavaScript SPA browser game I built....
Cover photo by mohamed abdelghaffar from Pexels 1. Not Designing for Mobile First You kno...
An accordion, in development and design, is a graphical control element that consists of vertically s...
Cover Photo by Brett Jordan from Pexels This is a quick walkthrough of making Twitter API requests t...
A few CSS selectors explained, but with Bridgerton characters. Possible spoilers! Everythin...
This is a quick cheatsheet for every Rubyist struggling to remember PHP syntax. Variables...
This is not an overview of deploying a Rails API/React application, built in two separate pieces, two...
If you've ever tried to share a deployed personal project on LinkedIn, Facebook or Twitter, you've pr...
When trying to persist data in React apps, there are generally two ways to go: localStorage or cookie...
First things first, make sure that you read the React Hook docs. This post is not a replacement for t...
You've just started building a Rails (backend) and React (frontend) application. You've configured We...
In Part I, I went over why I want to build a social media marketing app, the languages and frameworks...
I work for a marketing firm, where social media marketing is a big part of my coworker’s lives. They...
What the hell is RSpec? Since day 2 of learning Ruby, I have heard about RSpec, RSpec, RSp...
Flexbox (CSS Flexible Box Layout Module) is a layout module that makes creating responsive web applic...
Hero-ku! You've probably ended up here after deploying your application's Rails API backend to Heroku...
You’ve built a beautiful, or at least a functional, application with a Rails API backend and React fr...
In part I I described my plan for a report generator application. The plan was to build the API in Ra...
When I was first learning how to code, I spent a lot of time on a lot of learning platforms. While th...
Working in marketing, I send a lot of emails with Mailchimp. Working with clients who are data-driven...
Open a Terminal: CTRL + ~ You could have both Ubuntu (or your favorite CLI) and VS Code op...