The Road to Firebase [Book]
Announcing a free book that teaches how to build a full-stack application using React and Firebase, from setup to deployment.
Announcing a free book that teaches how to build a full-stack application using React and Firebase, from setup to deployment.
A step-by-step tutorial for installing and setting up MongoDB on Windows, including environmental variables and verification.
The author reflects on their 2018 accomplishments, including creating React Testing Library and writing a novel for NaNoWriMo.
Building SaaS app: Adding a Celery background task for web scraping a third-party service using Python, Django, and Beautiful Soup.
A developer adds a third-party integration (Prompt) to a SaaS project using Python and Django, involving model, view, and template changes.
Author shares the collaborative process and statistics behind writing the second edition of 'Laravel: Up and Running'.
Explains the purpose of React's $$typeof property, a security feature using Symbols to prevent XSS attacks in React elements.
Explains TypeScript type predicates, which narrow down variable types within functions using conditional checks.
A beginner's guide to building a React application with Firebase for authentication and a realtime database.
A guide on using TypeScript with React Hooks, including a new chapter on typings and type safety considerations.
A developer documents building a SaaS product using Python and Django, starting with a live stream experiment.
An article explaining the fundamentals of software testing, from basic assertions to advanced frameworks, and how to build your own testing tools.
An introduction to Black, the uncompromising Python code formatter that automatically styles code to PEP 8 standards and beyond.
Explains migrating PayPal's server-side templates to React/JSX for unified frontend/backend templating, covering challenges and solutions.
A developer shares tips for maximizing conference value, based on their experience at React Rally, focusing on networking and learning.
Explains the software design principle 'Make impossible states impossible' to improve UI component APIs and state management.
A software developer shares his detailed daily routine and strategies for managing a high volume of work, family, and community responsibilities.
A tutorial explaining React's Render Props pattern by building a currency converter component.
How to create a custom polyfill endpoint using polyfill-service to serve only necessary polyfills, improving performance and reducing bundle size.
A guide to setting up and testing with a MySQL 5.7 database on the Codeship continuous integration platform.