Automatically mark pull requests and issues as stale with GitHub Actions
A guide on using GitHub Actions to automatically mark stale pull requests and issues in your open source repositories.
A guide on using GitHub Actions to automatically mark stale pull requests and issues in your open source repositories.
Using AI coding agents to automate repetitive plugin upgrades for Datasette 1.0, running six parallel sessions.
A developer discusses why AI matters, addressing common fears of hype and job loss while highlighting real productivity benefits for software engineers.
A technical guide on using the Obsidian Templater plugin to automate note creation, with a detailed example for managing contacts.
A developer reflects on the value of 'doing things that don't scale' for human connection and avoiding premature optimization in tech projects.
A monthly business retrospective from TinyPilot's founder covering revenue, manufacturing transition, and software release automation.
A Python Frederick meetup on automating document creation using Python-docx and Jinja templates, inspired by Practical Business Python.
A guide to manually tackling tedious software development tasks like linting and dependency upgrades, and when brute force is the right approach.
Introduces the 'Code Review Pyramid' concept to prioritize important aspects like functionality and performance over style in code reviews.
A tutorial on building and scheduling a Python web scraper to run automatically using GitHub Actions, including emailing results.
Guide on automating Twitter posts from a Laravel application using the Zapier integration platform.
A guide on how to automate posting Instagram Stories using Python and an unofficial API library, including code examples.
A guide to automating PostgreSQL database backups using scripts and AWS S3 for secure, reliable cloud storage.
A beginner's guide to starting programming, recommending Python and outlining a learning path from basics to building small projects.
The article argues for automating repetitive workflows, highlighting benefits beyond just time-saving, like maintaining focus and reducing mental friction.
Learn how to automatically schedule and publish articles to the DEV community platform using GitHub Actions and a custom Python script.
A guide to using the GitHub API and PyGithub to automatically filter and close spam pull requests based on keywords.
The article details a significant performance improvement in Ansible deployments by integrating the Mitogen tool, resulting in a 4.5x speed increase.
A guide to deploying a Django web app using Ansible, including a detour on Continuous Integration and a major speed improvement.
A recap of the January live streams focused on building a SaaS product with Python and Django, covering integrations and admin tools.