
latest

Code-Split Your React App with Lazy + Suspense
Optimize app performance by splitting components, routes and libraries.

Marshal Murphy
August 17, 2020 - 6 MIN READ

ThreeJS

Build the Solar System with WebGL & Three.js
Learn how to create and animate 3D scenes in the browser.

Marshal Murphy
July 29, 2020 - 11 MIN READ

programming

Dice Game Algorithm (Iterative Array Sum Matching)
It's your first time in Vegas, and you've discovered a dice game you've never heard of before...

Marshal Murphy
July 17, 2020 - 3 MIN READ

Netlify CMS

Create a Free Netlify-Gatsby Website with Continuous Deployment
Effortless continuous deployment, simple to set up, and FREE.

Marshal Murphy
July 12, 2020 - 7 MIN READ

programming
First Come, First Serve (Array Validation)
Given 3 arrays, let's find out if one is comprised of the others.

Marshal Murphy
June 12, 2020 - 3 MIN READ

Redux Toolkit

Async API Fetching with Redux Toolkit 2020
With RTK we can approach Redux in a new way, with far less code.

Marshal Murphy
June 10, 2020 - 8 MIN READ

programming
In-Place String Reversals
Given a string, write a function to return the string reversed.

Marshal Murphy
June 05, 2020 - 2 MIN READ

programming

Palindrome Permutations
Write a function that checks whether any permutation of a string is a palindrome.

Marshal Murphy
May 29, 2020 - 3 MIN READ

GraphQL
Authentication with GraphQL & Prisma
Together we take the plunge into practically learning GraphQL queries and mutations

Marshal Murphy
May 26, 2020 - 6 MIN READ

GraphQL

The New Modern Backend: Node, GraphQL, Prisma & Docker
Today we are going to set up a New Modern Backend to carry us into the Future...

Marshal Murphy
May 19, 2020 - 9 MIN READ

react native

How to Mock Instagram’s Settings UI using Redux Hooks in React Native
Let’s mock the Instagram Settings UI to learn how to use Redux Hooks.

Marshal Murphy
May 09, 2020 - 7 MIN READ

web development
Web Accessibility: Semantic HTML & ARIAs
Structure your code more smarter, and do stuff with arias.

Marshal Murphy
May 04, 2020 - 7 MIN READ

web development
Web Accessibility: Tabbing & Focus
Often overlooked and forgotten in web development, but super important.

Marshal Murphy
April 27, 2020 - 8 MIN READ

react native
Bring Data to Life on Mobile: D3.js & React Native
D3 is pretty wild. But how do we use it with React Native?

Marshal Murphy
April 17, 2020 - 6 MIN READ

react native

Up and running with Expo, React Native, & React Navigation 5.0
Keep your dependencies current. This morning I woke up to find that ...

Marshal Murphy
April 10, 2020 - 6 MIN READ