🏷️

automation

12 articles tagged with "automation"

Tech Feeds

open-source-drops

D4Vinci/Scrapling: 🕷️ An adaptive Web Scraping framework that handles everything from a single req...

🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!

dev-tooling-dx

Automating Custom Screenshots for NES Game Posts

When writing about retro games, screenshots make all the difference. But what do you do when Wikipedia doesn't have a good NES box art image, or MobyGames blocks your automated requests? I needed a wa...

dev-tooling-dx

Understanding n8n from a System Design Perspective

Over the past few months, while researching how to build low-cost AI-driven systems as a solo developer, I started looking at n8n not as a no-code tool, but as an architectural component. This article...

other

Building an Open-Source Dip-Buying Strategy for Altcoins (Pine Script)

I work on the marketing side of a small trading automation project, so I'm not the one writing Pine Script — but I sat with our dev long enough while he was building this strategy that I can explain t...

ai-agents-tool-use

I Automated My Blog with Cron + AI Agents — 30 Days of Real Data

TL;DR I built a fully automated blog pipeline using cron jobs and AI agents. After 30 days, it generated 47 posts, drove 2,300+ views, and taught me hard lessons about automation that nobody talks a...

open-source-drops

SynkraAI/aios-core: Synkra AIOS: AI-Orchestrated System for Full Stack Development - Core Framework ...

Synkra AIOS: AI-Orchestrated System for Full Stack Development - Core Framework v4.0

ai-assisted-coding

Streamlining Authentication Flow Testing with Rust and Open Source Tools

In modern software development, ensuring robust and reliable authentication flows is critical to security and user experience. As Lead QA Engineer, I have leveraged Rust, known for its performance and...

ai-assisted-coding

Why I Built Another Task Runner

Yes, I know. Another task runner. In 2026. Let me explain why. I'm not a Make expert. But somehow I became the person people ask when they need to add a task to our Makefile. Last week it was /'How do...

dev-tooling-dx

📜 AWS 134: CLI Command Center - Deploying Lambda via Zipped Packages

Hey Cloud Builders 👋 Welcome to Day 34 of the #100DaysOfCloud Challenge! AWS CLI is how real-world automation happens. We are going to write a Python script, package it into a .zip file, and deploy i...

dev-tooling-dx

From Manual Tasks to Full Automation: How AI-Powered Web Scraping Pipelines Boost Productivity by 10x

The article discusses the transformative impact of AI-powered web scraping pipelines on data collection, emphasizing their ability to automate processes, adapt to dynamic web environments, and enhance productivity by up to 10x. Key components include intelligent automation, adaptive anti-bot strategies, and self-healing error recovery, which collectively improve data quality and operational efficiency.

ai-assisted-coding

Mastering Word Document Automation in C#: Integrating Checkbox and Picture Content Controls

This article provides a comprehensive tutorial on automating Word document generation in C# using Spire.Doc. It covers the integration of checkbox and picture content controls, offering practical code examples and insights into enhancing document interactivity and efficiency.

ai-agents-tool-use

Serverless MCP: Stateless Execution for Enterprise AI Tools

In the first two posts of this series, we explored why enterprise MCP needs compositional architecture and how to design skills that abstract complexity from the AI agent. But there's a question we ha...