惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Stack Overflow Blog
Stack Overflow Blog
量子位
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
美团技术团队
小众软件
小众软件
aimingoo的专栏
aimingoo的专栏
Recent Announcements
Recent Announcements
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Microsoft Security Blog
Microsoft Security Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
酷 壳 – CoolShell
酷 壳 – CoolShell
J
Java Code Geeks
V
V2EX
大猫的无限游戏
大猫的无限游戏
D
DataBreaches.Net
博客园 - Franky
爱范儿
爱范儿
T
Tailwind CSS Blog
A
About on SuperTechFans
Google DeepMind News
Google DeepMind News
博客园_首页
B
Blog RSS Feed
博客园 - 司徒正美
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Reading list (27th April to May 12th)
Ricardo Suei · 2026-05-12 · via DEV Community
Cover image for Reading list (27th April to May 12th)

Ricardo Sueiras

What I am currently reading ( 28th Apr 26 to May 12th )

These are the current online posts that I enjoyed reading and are worth sharing.

AI

  • Some interesting perspectives on the dependency that orgs might be falling into with the use of agentic ai coding assistants - link [opinion] - ( Added: 2026-05-11 21:07:31 )

  • Looks super interesting - this tool (open source) captures your agent AI session alongside your code commits. Works with multiple coding agents. - link [tool] - ( Added: 2026-05-06 16:45:22 )

  • This video shares how Anthropic build Skills, so worth paying attention to - link [best-practice] - ( Added: 2026-05-06 16:25:53 )

  • A must read post if you are looking to understand and write Skills files for AI Agents - link [opinion] - ( Added: 2026-05-06 14:07:52 )

  • Borrowing from concepts like memory paging that we used to use back in the 32bit CPU architecture era to access larger memory spaces by paging in/out memory, comes a new approach to memory management for your LLMs - link [tool] - ( Added: 2026-05-04 11:16:55 )

  • An essential resource for anyone using Kiro IDE or CLI - link [tool] - ( Added: 2026-05-04 10:59:03 )

  • Another read on the intersection of AI and legal constructs in tech - link [opinion] - ( Added: 2026-05-04 10:45:18 )

  • What alternatives to copyright can you use to protect the output of your agentic AI? This post looks at patents and trade secrets - link [opinion] - ( Added: 2026-05-04 09:00:09 )

  • Another post on copyright and IP controls in the agentic world - link [opinion] - ( Added: 2026-05-04 08:51:42 )

  • A post that explores how to build more robust AI systems by taking a look at how you can apply resilience engineering techniques and good practices - link [best-practice] - ( Added: 2026-05-03 19:37:48 )

  • A great post on the increasingly important topic of token economics - dont skip this post. - link [best-practice] - ( Added: 2026-05-03 19:35:58 )

  • A very nice workflow for using AI coding agents that provides a set of skills that helps walk you through from start to end. - link [best-practice] - ( Added: 2026-05-03 19:31:36 )

  • Interesting reference implementation of an agentic low code tool built on AgentCore - link [code-repo] - ( Added: 2026-04-29 21:59:33 )

  • Google Cloud's Chief Evangelist Richard Seroter discusses developer loyalty, AI dev tools competition with AWS and Azure, and Google's platform strategy. - link [opinion] - ( Added: 2026-04-29 13:53:13 )

  • A post on the conundrum around copyright, intellectual property, and the output of agentic AI - link [opinion] - ( Added: 2026-04-29 13:49:58 )

  • From this post, an interesting data point (needs validation) "44 percent of Gen Z workers admitted to sabotaging their employers’ AI deployments as a form of rebellion" - link [opinion] - ( Added: 2026-04-29 13:25:04 )

  • A training course from Jetbrains on spec driven development - link [tutorial] - ( Added: 2026-04-29 13:24:18 )

  • Planning and implementation guidance from AWS, with a focus on best practices and tools, for architects, managers, technical leads, and executives - agentic AI has some good info and pattern decomposition - link [best-practice] - ( Added: 2026-04-29 12:08:59 )

  • Thoughtworks unveils its agentic workflow - well worth checking out - link [best-practice] - ( Added: 2026-04-29 09:54:23 )


CODING

  • Move over Localstack, there is a new kid on the block - link [tool] - ( Added: 2026-05-11 21:06:47 )

  • A lightweight VM manager that allows you to mount local files/directories and then make them available to coding agents within a safe, sandboxed VM - link [tool] - ( Added: 2026-05-06 16:03:12 )

  • Very cool resource for making sure your UML diagrams look fresh, AWS architecture icons - link [code-repo] - ( Added: 2026-05-05 15:08:39 )

  • A must read post that takes a more pragmatic look at the hype around spec driven development - link [opinion] - ( Added: 2026-05-04 14:27:31 )

  • Blog post and tool that looks at creating a simulation of code deployment and how you can use this to simulate and predict what stress points you might see as you increase velocity of changes made - link [opinion] - ( Added: 2026-05-04 09:42:50 )

  • A nice walkthrough of using gittrees with AI coding agents to do multiple parallel tasks on the same code base - link [best-practice] - ( Added: 2026-05-03 19:35:03 )

  • Essential resource if you are using or wanting to learn about d3 - domain driven design - link [tool] - ( Added: 2026-04-29 22:03:04 )

  • A very “hit” agent harness setup for AI coding that looks to make this more deterministic - link [tool] - ( Added: 2026-04-29 07:24:16 )


TECH

  • An open source video tool that helps you create great videos for your demos or presentations - link [tool] - ( Added: 2026-05-08 08:49:30 )

  • The RICE method to help you priortise feature releases - simple formula with consistent rubric - link [best-practice] - ( Added: 2026-04-30 21:26:03 )


AWS

  • The MIT alternative to Localstack - link [tool] - ( Added: 2026-05-01 21:18:40 )

OSS

  • This is an incredibly thoughtful, must-read piece from Gabriele on open source sustainability. - link [opinion] - ( Added: 2026-04-28 16:35:34 )

Generated on 2026-05-12 by Bookmark Manager | 28th Apr 26 to 12th May 26 | Total bookmarks: 31

Follow me on LinkedIn or GitHub