How to split an email address string in Azure Logic Apps
A technical guide on splitting email address strings in Azure Logic Apps using expressions to separate the domain from the full address.
A technical guide on splitting email address strings in Azure Logic Apps using expressions to separate the domain from the full address.
A developer's journey from skepticism to embracing AI coding assistants like Claude, discovering they act as collaborative pair programmers rather than replacements.
A detailed breakdown of the workflow, tools, and process for producing a weekly tech podcast, from scheduling guests to editing and publishing.
Microsoft introduces an AI-powered workflow assistant in Azure Logic Apps, providing contextual help and guidance for building and managing workflows.
Explains how to use Azure Logic Apps' built-in input/output obfuscation to secure data in operational logging and how to validate the settings.
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 developer's detailed comparison and migration guide from Alfred to Raycast, highlighting Raycast's superior UI, extensions, and productivity features.
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 data scientist shares their workflow using the {drake} R package to manage dependencies and ensure reproducibility in long-term machine learning projects.
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.