Enrolling Students - Building SaaS #64
A developer builds a student enrollment form using Python and Django, focusing on context data, Tailwind CSS styling, and unit testing.
A developer builds a student enrollment form using Python and Django, focusing on context data, Tailwind CSS styling, and unit testing.
Explains AWS Elastic Beanstalk deployment policies like All-at-once, Rolling, and Immutable, comparing their impact on downtime and capacity.
Explores using the Cicada Principle with CSS variables and prime numbers to create pseudo-random visual patterns in web design.
An overview of essential testing tools and techniques for Django applications, including pytest-django, factory_boy, and django-test-plus.
A guide explaining React's useCallback Hook for optimizing function components, including examples and comparisons to useMemo and memo.
A guide to setting up a Vite project with Preact and TypeScript, including configuration steps and setup tips.
A technical guide on using Frida to reverse engineer the Nike Run Club Android app to extract authentication tokens and understand its API.
Learn how to test AWS CDK Lambda functions locally using AWS SAM, avoiding frequent cloud deployments for faster development.
Essential JavaScript features like closures, template literals, and destructuring that are crucial for effective React development.
A developer's monthly update on his tech projects, including a KVM Pi device, the 'Is It Keto' website, and the Zestful API, with revenue stats.
A developer works on the final features of a SaaS homeschool app, focusing on student enrollment, templates, and testing in Python/Django.
The provided content is a 404 error page, not the intended blog article about VSCode auto formatters.
A critique of over-engineering state management in React, advocating for a simpler approach aligned with the component tree structure.
Explains why using && for conditional rendering in JSX can cause bugs and recommends using ternary operators instead for clarity.
A guide on how to choose an open source project to contribute to, emphasizing projects you use regularly.
Learn how to use the react-error-boundary library to handle runtime errors gracefully in React applications.
A developer shares their preferred project structure and tooling for building medium-sized Express.js applications in Node.js.
Analyzes if car manufacturers optimize vehicles for specific crash tests by examining results from new, unpracticed IIHS safety tests.
An article advocating for more whimsical, personal, and fun websites, featuring a curated list of examples and a call to action.
Learn how Django uses models and migrations to store and manage data in a relational database.