Bring in the WhiteNoise, Bring in Da Funk - Building SaaS #34
A technical guide on integrating WhiteNoise into a Django app to manage static assets, replacing Nginx.
A technical guide on integrating WhiteNoise into a Django app to manage static assets, replacing Nginx.
An open source developer draws parallels between community building in software and neighborhood revitalization, emphasizing kindness and proactive effort.
A guide on how to start adding tests to a large, existing codebase, focusing on the Testing Trophy methodology for the best return on investment.
Explains how to write resilient UI tests using user-centric queries instead of brittle CSS selectors, with examples in React.
Explains the two main uses of the question mark in JavaScript: the ternary operator and optional chaining.
Stack Overflow announces Prashanth Chandrasekar as its new CEO, highlighting his tech background and the company's future goals.
An argument for strategically engaging with online trolls to set community standards and support others, not just ignoring them.
Explores the benefits and core concepts of Redux for JavaScript developers, highlighting its lasting impact on state management.
A guide to using the GitHub API and PyGithub to automatically filter and close spam pull requests based on keywords.
A developer's guide to avoiding premature abstraction by prototyping, shipping, and then refining code for better results.
A frontend developer shares his personal journey and study resources for successfully passing the AWS Solutions Architect Associate certification exam.
Explores a simpler alternative to Docker for deploying Python web apps, comparing it to common methods and containers.
The author streamlines a SaaS deployment by removing the Git clone from the server, detailing the steps for Let's Encrypt and Git SHA changes.
A student requests help finding a Summer 2020 software engineering internship, sharing their skills and preferences for small teams or specific tech sectors.
A student's project using Arduino, Raspberry Pi, and sensors to create a system that visualizes a plant's unique needs as a color gradient.
A software engineering intern shares key lessons learned during their summer internship at ASAPP, including project management and teamwork.
An advanced guide to pytest features like parametrized tests, fixtures, and organizing large test suites, based on a Python Frederick presentation.
Explains boolean values in JavaScript and TypeScript, including truthy/falsy values, the Boolean function, and TypeScript's boolean type.
A guide on setting up and deploying a GitHub Webhook using Node.js for automated website deployments.
Explains the void operator in JavaScript and the void type in TypeScript, highlighting their differences and common use cases.