My writing

7
Creating a GraphQL API while utilizing your REST API image

Creating a GraphQL API while utilizing your REST API

Using an existing REST API we'll learn how to create a GraphQL API around our existing services instead of a complete rewrite of our API.

    graphqlrestapijavascript
Published

Jan 03 2021 @ 20:12 PM

Time to read: 19 minute(s)

Understanding GraphQL through REST image

Understanding GraphQL through REST

Why GraphQL is a useful API specification

    graphqlrestapispecificationsarchitecture
Published

Dec 28 2020 @ 20:12 PM

Time to read: 21 minute(s)

Upgrading from React 16 to React 17 image

Upgrading from React 16 to React 17

The time has come to upgrade and although the team says there are no new changes, development speed will increase for many

    reactcreate react appfast refresh
Published

Oct 26 2020 @ 01:12 AM

Time to read: 8 minute(s)

Catching up a forked repo on GitHub image

Catching up a forked repo on GitHub

When contributing to open source repositories you often need to catch up your fork of that repository to submit a contribution. Here's how to do it

    githubopen sourcegit
Published

Oct 16 2020 @ 01:12 AM

Time to read: 9 minute(s)

Using Tailwind CSS with Gatsby image

Using Tailwind CSS with Gatsby

Tailwind takes writing CSS down to a fraction by providing many easy to use classes so you can focus on functionality over flash. In this walk through I'm going to be covering how to add Tailwind CSS to a Gatsby project

    TailwindCSSGatsbyReact
Published

Oct 04 2020 @ 02:12 AM

Time to read: 12 minute(s)

Setting up scripts with Typescript image

Setting up scripts with Typescript

Everyone needs to script a process to become more efficient. If we frequently update a script it's nice to have documentation and completion. Typescript is a powerful tool to make lookup and updating quick and easy. Lets implement it!

    javascripttypescriptscriptingnodebabelfsspread-operatornode-fetchjson
Published

Sep 16 2020 @ 20:12 PM

Time to read: 11 minute(s)

Creating a GitHub profile page image

Creating a GitHub profile page

Creating a GitHub page is easy but is treated like a secret. Let's clear that up.

    githubmarkdownprofile
Published

Aug 13 2020 @ 02:12 AM

Time to read: 3 minute(s)