Posts
My articles
Using the Clamp Function for Definite Boundaries in JavaScript
Updated: at 06:14 PMLearn the utility function for dealing with numerically bounded data
Writing Quality ES6 JavaScript Modules
Updated: at 11:07 PMES6 Modules are powerful when used the right way. The flexibility they provide is vital for any production-ready JavaScript application
React Design Patterns: Recursive Components
Updated: at 10:18 PMNested and hierarchical data can be better organized using recursive component design patterns in a React code base.
React Design Patterns: Layout Components
Updated: at 11:39 AMFrequently needed components can be defined once as a layout and reused across the app. Less imports, less code, more flexibility, better maintainability.
The Key To Faster Teams is Stacked, Commit-Based Pull Requests
Updated: at 11:39 AMTeams can move fast without the bottlenecks provided by code reviews. Everything from feature development to reviews can happen concurrently by using stacked pull requests.