My writing
Creating a GraphQL API while utilizing your REST API
- graphqlrestapijavascript
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.
Jan 03 2021 @ 20:12 PM
Time to read: 19 minute(s)
Understanding GraphQL through REST
- graphqlrestapispecificationsarchitecture
Why GraphQL is a useful API specification
Dec 28 2020 @ 20:12 PM
Time to read: 21 minute(s)
Upgrading from React 16 to React 17
- reactcreate react appfast refresh
The time has come to upgrade and although the team says there are no new changes, development speed will increase for many
Oct 26 2020 @ 01:12 AM
Time to read: 8 minute(s)
Catching up a forked repo on GitHub
- githubopen sourcegit
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
Oct 16 2020 @ 01:12 AM
Time to read: 9 minute(s)
Using Tailwind CSS with Gatsby
- TailwindCSSGatsbyReact
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
Oct 04 2020 @ 02:12 AM
Time to read: 12 minute(s)
Setting up scripts with Typescript
- javascripttypescriptscriptingnodebabelfsspread-operatornode-fetchjson
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!
Sep 16 2020 @ 20:12 PM
Time to read: 11 minute(s)
Creating a GitHub profile page
- githubmarkdownprofile
Creating a GitHub page is easy but is treated like a secret. Let's clear that up.
Aug 13 2020 @ 02:12 AM
Time to read: 3 minute(s)