How to give rendering control to users with prop getters
Explains the prop getters pattern in React, using downshift and react-toggled as examples to give users rendering control.
Explains the prop getters pattern in React, using downshift and react-toggled as examples to give users rendering control.
Part 2 of a series analyzing gender differences in dating dynamics, focusing on challenges and perspectives for nerds.
Author celebrates the 2-year anniversary of their self-published 'Intermediate Python' book, which has reached over 520,000 readers.
Author launches a comprehensive course on React state management, covering local state, Redux, and MobX, with a book, screencasts, and projects.
Analysis of RNDR, a decentralized GPU-cloud rendering token for AR/VR and media, exploring its efficiency and security mechanisms.
Learn how to build a simple compiler in just 25 lines of JavaScript, covering lexical analysis, parsing, and code generation.
Introducing paypal-scripts, a zero-config tool for PayPal developers inspired by create-react-app to boost productivity.
A guide on implementing SVG patterns as backgrounds in React applications, including code examples and tool recommendations.
A guide to creating skeleton loading screens with CSS to improve perceived performance and user experience.
A technical guide on using Service Workers and localStorage to create web forms that save user input when offline and submit later.
An introduction to CPU branch prediction, explaining its purpose and classic algorithms to understand modern research.
Explains Laravel 5.4's real-time facades feature, which allows creating facades on-the-fly without separate classes.
Explains Laravel 5.4's new higher order messaging and 'when' method for collections, showing cleaner syntax for filtering and actions.
Explains Laravel's tap() helper function, its 'higher order' version, and how to use it with collections for cleaner code.
A personal reflection on the !!con conference, praising its exceptional inclusivity, encouraging atmosphere, and effective social rules.
An overview of the Pipfile format and pipenv tool for Python package management, including a link to a recorded presentation.
The author shares their experience organizing ScriptConf, focusing on achieving a diverse speaker lineup and collaborating with the Travis Foundation.
An explanation of Sattolo's algorithm for generating a random permutation with a single cycle, aimed at those without a strong math background.
Learn to build a low-cost, self-hosted cloud storage app using Sia and Nextcloud, offering a cheaper alternative to Dropbox or Google Drive.
A guide to building a statically typed functional language, covering type checking, interpretation, and transpilation to JavaScript.