Posts
React Refs: The Complete Story
December 1, 2020•5,177 words
React Refs are an immensely powerful, yet often misunderstood API. Let's learn what they're capable of, and how they're usually misused.
Package Font Files on NPM for Angular Usage
November 24, 2020•1,047 words
Do you use custom fonts that you want to share with multiple apps? Learn how to distribute those fonts on NPM and consume them in Angular!
Adding Cathage Dependencies into React Native
October 13, 2020•898 words
CocoaPods is a great dependency manager, but some need Carthage still. Let's walk through how to integrate Carthage with React Native!
What do file extensions do?
July 11, 2020•932 words
A file extension isn't the only way a file is inditified, so what does it do?
Autogenerate Changelogs and Manage Releases using Conventional Commit
June 23, 2020•2,131 words
Whether creating changelogs or just keeping track of git tags, releases matter. Learn how to automate your release process with conventional-commits!
Better Angular Form Components with ngModel and formControl Implementation
June 9, 2020•2,340 words
Some components make controlling their state easier with 'formControl' and 'ngModel'. Let's see how we can build our own!