UX Polish - Building SaaS #90
A developer adds UI improvements and new features to a SaaS application based on direct customer feedback.
A developer adds UI improvements and new features to a SaaS application based on direct customer feedback.
A guide to advanced tips and best practices for using styled-components in React to improve code quality and developer happiness.
A software engineer's personal review of 2020, covering work on frontend infrastructure and accessibility, side projects, blogging stats, and travel.
A web developer reflects on 2020 career changes, embracing frontend development, and focusing on core web technologies for 2021.
Learn how to quickly deploy a CodePen project to Netlify in under 30 seconds by exporting and dragging files.
Learn how to add global CSS styles to a Next.js application by importing them in the _app.js file.
A deep dive into the rules and edge cases of CSS margin collapse, explaining when and why vertical margins overlap.
A guide to setting up Tailwind CSS with Django on Heroku, replacing the large CDN version with a custom, smaller build.
A tutorial on setting up a React project from scratch using Webpack 5 and Babel, without relying on third-party boilerplates.
A tutorial on integrating Babel with Webpack 5 to use modern JavaScript features by transpiling code for browser compatibility.
A tutorial on setting up and using CSS with Webpack 5, including configuration for both development and production environments.
A step-by-step tutorial on setting up a minimal Webpack 5 configuration for a JavaScript and HTML web application.
A developer's guide to practical tools and techniques for testing and improving web accessibility, debunking common misconceptions.
A developer adds a landing page to their SaaS app using a Tailwind CSS template, detailing the integration and styling process.
A tutorial on creating a full-bleed webpage layout using CSS Grid, focusing on improving readability for long-form content.
A beginner-friendly introduction to CSS variables (custom properties), explaining their syntax and basic usage with simple code examples.
A tutorial on using a JavaScript fake API with mock data to build a React frontend when a backend isn't available.
An article exploring Preact, a lightweight React alternative, and its progressive ecosystem for building web applications.
A guide to setting up a Vite project with Preact and TypeScript, including configuration steps and setup tips.