How to shallow render Jest Snapshot Tests
A guide to using shallow rendering in Jest snapshot tests to avoid large outputs and duplicated test setups for React parent components.
A guide to using shallow rendering in Jest snapshot tests to avoid large outputs and duplicated test setups for React parent components.
The author removes Node.js from their SaaS deployment process, simplifying the server setup and moving static asset generation to CI.
Part 4 of a guide on streaming meetups, focusing on using OBS for directing and broadcasting your live event.
A technical guide explaining how to re-implement the React useState hook using the useReducer hook for educational purposes.
Explains how React and other libraries use development mode for debugging and how it's removed in production for performance.
Developer reflects on a monthly project update, shelving 'What Got Done' due to low interest while reporting on Zestful and Is It Keto progress.
A guide to common mistakes when using React Hooks and practical advice on how to avoid them for better code.
A software engineer explains that experience comes from solving diverse problems, not just time, and suggests ways to find them.
The article argues against writing many small, single-assertion tests for React components, advocating for fewer, more comprehensive tests.
Explains two Python solutions to a coding puzzle where a function must return True using integer interning or a custom class.
Episode on automating static asset deployment to AWS S3 via CircleCI and pulling files with Ansible during SaaS deployment.
A guide to recording high-quality speaker audio for meetups, comparing wired and wireless lapel microphone options.
An exploration of state management concepts in Angular applications, covering state types, lifecycle, and reactive programming approaches.
The author explains their decision to create a Patreon for financial support to improve their long-form educational content and live streams.
A tutorial series on setting up testing libraries and writing unit, integration, and E2E tests for React components.
A technical guide on integrating Redux Persist with Next.js to maintain the Redux store state between browser sessions.
Explains how to run webpack and Django's collectstatic in CI to simplify deployment of static assets.
A guide to setting up affordable consumer equipment for recording and streaming meetups and conferences, covering basics like laptops and cables.
Laravel Vapor is a new serverless hosting platform for Laravel applications, powered by AWS for auto-scaling and zero server maintenance.
A tutorial on setting up and writing tests for a React Counter component using Mocha, Chai, and Enzyme.