Homepage
Open in app
Sign in
Get started
Code to Bote
Follow
The Risks of Poor Front End Testing Practices
The Risks of Poor Front End Testing Practices
Summary: In this article, we conceptually explore testing as a make-or-break philosophy. The importance of thinking critically about your…
Matt Holland
Aug 14, 2022
React Native: Use Storybook to Demo Your Components Easily
React Native: Use Storybook to Demo Your Components Easily
Summary: Storybook allows you to view and manipulate React Native components and screens easily without having to load them in your actual…
Matt Holland
Nov 16, 2021
Add alias paths and module resolution to your React Native project
Add alias paths and module resolution to your React Native project
Summary: Import project modules directly without worrying about their relative root directory locations
Matt Holland
Apr 24, 2021
React Native: How To Use SVGs
React Native: How To Use SVGs
Summary: How to add support for and use SVGs in React Native projects using react-native-svg and react-native-svg-transformer.
Matt Holland
Oct 18, 2020
React: When you should refactor useState hooks into one useReducer hook
React: When you should refactor useState hooks into one useReducer hook
Summary: Know why, how, and when it’s time to refactor a component to use a useReducer hook instead of several useState hooks.
Matt Holland
Jan 20, 2020
Static Testing Tools Your Front End Team Should Be Using
Static Testing Tools Your Front End Team Should Be Using
Summary: To minimize unnecessary errors and maximize productive code creation and reviews, every front end stack should be using a common…
Matt Holland
Jan 6, 2020
Jest: write your own “it” and “expect”
Jest: write your own “it” and “expect”
Summary: Short code samples of what goes on under the hood for Jest’s it() and expect() methods, including making them globally available.
Matt Holland
Dec 15, 2019
Create a Transitioning Header Using React Hooks (like Medium’s)
Create a Transitioning Header Using React Hooks (like Medium’s)
Article Summary: Use React’s useEffect and useState hooks to build a header that hides/shows on scroll.
Matt Holland
Aug 25, 2019
Build a Framework-Free Dashboard Using CSS Grid and Flexbox
Build a Framework-Free Dashboard Using CSS Grid and Flexbox
Article Summary: Create a beautiful, responsive dashboard page using CSS Grid and Flexbox, without any framework (including a sliding side…
Matt Holland
Jul 7, 2019
Managing Node.js - Express Sessions with Redis
Managing Node.js - Express Sessions with Redis
Article Summary: Learn how & why you should use Redis in-memory database storage for scalable Node.js / Express application session…
Matt Holland
Jan 6, 2019
Create a Scalable Node.js App Using the Express Application Generator Tool
Create a Scalable Node.js App Using the Express Application Generator Tool
Article summary: Create a scalable Node.js application using the Express generator starter tool, including modular routes & controllers…
Matt Holland
Sep 30, 2018
Adding Sequelize To Your Node.js App
Adding Sequelize To Your Node.js App
Article Summary: Assuming that you have an already-existing Node/Express web application structure, learn how to easily add the Sequelize…
Matt Holland
Sep 17, 2018
Working With JavaScript Objects
Working With JavaScript Objects
Article Summary: Explore commonly used object methods for cloning, combining, iterating, destructuring, and property-checking objects…
Matt Holland
Aug 4, 2018
About mattholland
Latest Stories
Archive
About Medium
Terms
Privacy
Teams