React Hooks: What's going to happen to render props?
Explores the future of React render props with the rise of Hooks, comparing implementations and arguing both have a place.
Explores the future of React render props with the rise of Hooks, comparing implementations and arguing both have a place.
A new course teaching how to refactor React class components to use modern function components with Hooks and Suspense.
Explores how cultivating gratitude and a positive attitude can improve problem-solving and outcomes for software developers.
A deep dive into why JavaScript and React class components require calling super(props) in the constructor.
Explains TypeScript type predicates, which narrow down variable types within functions using conditional checks.
A developer updates Django data models, adds data to templates, writes tests, and creates database migrations in this coding stream recap.
Learn how Python's Abstract Syntax Trees (AST) work and how to use the `ast` module to analyze your code structure.
How to add and test Celery beat, a background task scheduler, to a Django SaaS project, including deployment with Ansible.
Explains JSX as syntactic sugar for JavaScript function calls, not a templating language, and its benefits for frameworks like React and Vue.
A beginner's guide to building a React application with Firebase for authentication and a realtime database.
A guide to building TypeScript projects using Bazel, Google's open-source build tool, for efficient dependency management and incremental compilation.
A developer streams on Twitch, showing how to build a SaaS product with Python and Django, covering design, testing, and deployment.
A guide on using TypeScript with React Hooks, including a new chapter on typings and type safety considerations.
Tips for submitting a successful conference talk proposal (CfP), based on experience from both a speaker and program committee member.
A blog post reviewing a video presentation by Rob Pike on the history and development of the Unix operating system at Bell Labs.
Explores why skilled developers write poor unit tests by misapplying production code principles, arguing test code should prioritize clarity over abstraction.
A post-conference FAQ about an Angular Connect talk on automating UI development by generating Sketch symbols from Angular components.
A developer builds a Django model to handle multiple Stripe subscription plans for a SaaS application and updates the landing page.
Overview of new features, changes, and fixes in PHP-ML 0.7.0, a machine learning library for PHP developers.
Announcement of the free book 'The Road to GraphQL' for mastering GraphQL with JavaScript, React, and Node.js through practical applications.