Portfolio

I gave a talk at GitKon! https://gitkon.com/sessions/git-internals-how-it-works/ This talk touches on Git works internally, how to do advanced Git data loss recovery, and more!
I wrote some automated code to post all of my Unicorn Utterances blog posts to Polywork! https://gist.github.com/crutchcorn/f3fca48a0468f9df983cc99f3ea8c86e Just uses JavaScript in the browser to p...
I wrote an article! Angular Templates — From Start to Source https://unicorn-utterances.com/posts/angular-templates-start-to-source/
I wrote an article! What is Server Side Rendering (SSR) and Static Site Generation (SSG)? https://unicorn-utterances.com/posts/what-is-ssr-and-ssg/
I wrote an article! Adding Cathage Dependencies into React Native https://unicorn-utterances.com/posts/using-carthage-with-react-native/
I wrote an article! The Ultimate Windows Development Environment Guide https://unicorn-utterances.com/posts/ultimate-windows-development-environment-guide/
I wrote an article! Uttering Hello — The Site's First Post https://unicorn-utterances.com/posts/uttering-hello-introduction-post/
I wrote an article! TypeScript Intermediates - Type Generics https://unicorn-utterances.com/posts/typescript-type-generics/
I wrote an article! Autogenerate Changelogs and Manage Releases using Conventional Commit https://unicorn-utterances.com/posts/setup-standard-version/
I wrote an article! Understanding The DOM: How Browsers Show Content On-Screen https://unicorn-utterances.com/posts/understanding-the-dom/
I wrote an article! React Refs: The Complete Story https://unicorn-utterances.com/posts/react-refs-complete-story/
I wrote an article! How Binary and Hexadecimal Work: An introduction to non-decimal number systems https://unicorn-utterances.com/posts/non-decimal-numbers-in-tech/
I wrote an article! Networking 101: UDP & TCP https://unicorn-utterances.com/posts/networking-101-udp-and-tcp/
I wrote an article! Making a Slack Bot using NodeJS and MongoDB https://unicorn-utterances.com/posts/making-a-slack-bot-with-node-and-mongo/
I wrote an article! Building an Angular Blog With Scully https://unicorn-utterances.com/posts/making-an-angular-blog-with-scully/
I wrote an article! Introduction to TypeScript — What is TypeScript? https://unicorn-utterances.com/posts/introduction-to-typescript/
I wrote an article! Integrating Native Android Code in Unity https://unicorn-utterances.com/posts/integrating-android-code-in-unity/
I wrote an article! How Computers Speak: Assembly to AST https://unicorn-utterances.com/posts/how-computers-speak/
I wrote an article! WebDev 101: How to use npm and Yarn https://unicorn-utterances.com/posts/how-to-use-npm/
I wrote an article! How to Pick Tech Stacks For New Projects https://unicorn-utterances.com/posts/how-to-pick-tech-stacks-for-new-projects/
I wrote an article! Debugging NodeJS Applications Using Chrome https://unicorn-utterances.com/posts/debugging-nodejs-programs-using-chrome/
I wrote an article! Data Storage Options for React Native https://unicorn-utterances.com/posts/data-storage-options-in-react-native/
I wrote an article! Setup Android Studio Emulator for AMD Ryzen CPUs https://unicorn-utterances.com/posts/android-studio-setup-for-ryzen-cpus/
I wrote an article! Draw under the Android NavBar Using React Native https://unicorn-utterances.com/posts/draw-under-navbar-using-react-native/
I wrote an article! Write Simpler Tests - 5 Suggestions for Better Tests https://unicorn-utterances.com/posts/five-suggestions-for-simpler-tests/
I wrote an article! Networking 101: A Basic Overview of Packets and OSI https://unicorn-utterances.com/posts/basic-overview-of-packets-and-osi/
I wrote an article! Package Font Files on NPM for Angular Usage https://unicorn-utterances.com/posts/angular-npm-font-usage/
I wrote an article! Better Angular Form Components with ngModel and formControl Implementation https://unicorn-utterances.com/posts/angular-components-control-value-accessor/