My RSS-based Content Consumption Workflow
A developer's detailed workflow for using RSS feeds and tools like Inoreader to replace social media and manage content consumption efficiently.
A developer's detailed workflow for using RSS feeds and tools like Inoreader to replace social media and manage content consumption efficiently.
A developer's personal comparison and year-long trial of Alfred and Raycast, two popular Mac productivity launcher apps, detailing their pros and cons.
A tutorial on creating custom VS Code snippets to automate repetitive coding tasks and speed up development workflow.
A guide to setting up automated message reminders in Microsoft Teams using Power Automate to boost productivity.
A DevOps specialist shares how software engineering practices improved an academic infectious disease modeling project, applying web dev skills to research.
A technical guide on creating GitHub issues from reproducible examples (reprex) using shortcuts for R programming.
A tutorial on using Microsoft Power Automate to automatically crosspost specific tweets to LinkedIn based on custom conditions.
A guide to creating a single, dynamic GitHub Actions workflow for CI/CD that handles both pull requests and main branch merges, reducing duplication.
Explores useful GitHub Actions features like manual triggers and sparse matrices for CI/CD workflows, based on migrating from Travis CI.
A guide to implementing a custom solution for re-running only failed jobs in GitHub Actions workflows to save CI time.
A guide on how to securely pass and use environment variables, like NPM tokens, within GitHub Actions workflows.
A guide to configuring the aerc email client for a git send-email workflow, including custom keybindings for patch review and merging.
A guide on setting up and using GitHub Actions for continuous integration (CI) of an open-source Python package, including a sample workflow.
First part of a series on building a modern front-end project starter using NPM scripts for tasks like Sass compilation and live reloading.
A developer advocates for using APIs over manual CSV exports to automate data integration between cloud services, highlighting efficiency and reliability.
A guide to automating the deployment of a Pelican static site to GitHub Pages using a custom git hook and branch strategy.
A tutorial on using Microsoft Flow to automate social media responses, specifically replying to Facebook birthday posts with personalized messages.
Explains how to extend Azure Logic Apps by integrating custom API Apps to implement business logic and data transformations.
An introduction to Yeoman, a toolchain for streamlining web development workflows using generators for project scaffolding.