How To Handle Form Data In React JS

Introduction. Handling form data in React JS is a topic that touches every developer who builds interactive web applications. I’ve spent a lot of time working with forms and managing user i...
0 Read More

Making Makefiles for fun and profit

Making Makefiles for fun and profit
TL;DR: Make is a 48-year-old build automation tool that's still incredibly useful today. This post explains how Makefiles work, why they're awesome despite their cryptic syntax, and shows practical e...
0 Read More