Admin dashboards - Building SaaS #10
Building an admin dashboard in Django, covering user authentication, view protection, and semi-automated backend tasks.
Building an admin dashboard in Django, covering user authentication, view protection, and semi-automated backend tasks.
The author reflects on their 2018 accomplishments, including creating React Testing Library and writing a novel for NaNoWriMo.
A UI engineer explores the fundamental problems and challenges in user interface development, beyond specific libraries or frameworks.
Author shares the collaborative process and statistics behind writing the second edition of 'Laravel: Up and Running'.
A post-conference FAQ about an Angular Connect talk on automating UI development by generating Sketch symbols from Angular components.
An article explaining the fundamentals of software testing, from basic assertions to advanced frameworks, and how to build your own testing tools.
A guide on setting up and using CSS Modules for styling components in a create-react-app project without extra configuration.
A guide on adding and using Sass for styling in a create-react-app project, including setup and component examples.
An introduction to Black, the uncompromising Python code formatter that automatically styles code to PEP 8 standards and beyond.
The author explains how automated testing saves time and builds confidence in software development, based on personal experience.
A tutorial on using the Intersection Observer API in React to implement anchor-based navigation for long articles.
A software developer shares his detailed daily routine and strategies for managing a high volume of work, family, and community responsibilities.
How to create a custom polyfill endpoint using polyfill-service to serve only necessary polyfills, improving performance and reducing bundle size.
The author argues against using shallow rendering for React component testing, explaining its pitfalls and advocating for better alternatives.
A guide to counting lines of code in a PHP project, recommending the PHPLOC tool and explaining its output.
A technical guide on creating dynamic, scroll-responsive Bézier curves and swoopy shapes using SVG and React.
A developer argues against transpiling modern JavaScript, showing how to use native ES6+ features like async/await and modules in browsers.
A tutorial on integrating PayPal payments into a React application, including creating a REST API app and building a reusable component.
Learn how to use WordPress as a headless CMS with its REST API to generate static sites for the JAMstack.
A developer shares how he built two production-ready web apps entirely in the browser using CodeSandbox and deployed them with Netlify.