Hello there! Welcome
RSS FeedMy name is Emmanuel, a software developer, technical writer and indie hacker. I've been using software to solve business needs for the past 3 years, a ripple effect of my career is that I enjoy breaking down complex ideas into understandable pieces that anyone can easily learn.
Read the blog posts and feel free to connect me on my socials below:
Featured
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.