New App In Project - Building SaaS #136
A developer builds a new teacher checklist feature in a Django SaaS project, creating a dedicated 'teachers' app.
A developer builds a new teacher checklist feature in a Django SaaS project, creating a dedicated 'teachers' app.
A technical guide on implementing Display-P3 wide-gamut colors in a website using CSS and JavaScript, focusing on converting hex colors.
A personal recap of the CSS Day 2022 conference in Amsterdam, highlighting key talks on CSS layout, animations, new features, and developer tools.
Learn systematic problem-solving techniques and tools for debugging issues in Django web applications.
A guide on writing effective alt text for images, focusing on web accessibility, screen readers, and best practices for developers.
A PyCon US 2022 talk recap on implementing framework-independent shared functionality using WSGI and ASGI middleware.
A developer's strategy for evaluating new tech tools by letting them mature on a 'carousel' before adoption, using examples like React, Gatsby, and Tailwind.
A guide to 10 essential JavaScript string methods like split(), replace(), and includes() with syntax and examples.
A guide explaining the evolution from simple websites to complex full-stack web applications, clarifying key web development terminology.
A monthly update on TinyPilot, a tech hardware business, covering revenue, profit challenges, and development goals.
A guide for web developers on debugging iOS Safari websites using only a Mac, covering emulation and developer tools.
A detailed guide explaining the differences between CSS position properties: static, relative, absolute, fixed, and sticky.
A technical guide explaining CSS Subgrid, its use cases, and how it solves layout alignment problems in modern web design.
A developer shares recent articles on using Rust with OpenCV for image recognition and creating a Svelte store with Rust.
Developer argues against using UI frameworks like Bootstrap, advocating for custom CSS and strategies to build professional apps.
A web developer's strategy for using modern CSS features while ensuring compatibility with older browsers through progressive enhancement and fallbacks.
A developer reflects on 10 years of blogging, covering the evolution of his website, technologies used, and how it influenced his career.
A developer shares their experience learning Elixir and Phoenix over a few weeks, highlighting syntax, pattern matching, Ecto, and LiveView.
Explains why JSX expressions in React must have a single parent element, detailing the underlying JavaScript translation and React.createElement method.
Introducing localStore, a JavaScript library that simplifies localStorage usage by automatically handling JSON conversion and adding features like automatic expiry.