dev.to
Latest items from this RSS source.
Flappy Hand in 30 min with copilot cli
This is a submission for the GitHub Copilot CLI Challenge What I Built I built FlappyHand, a hands-free interactive game where you control the character using hand gestures captured by your webcam. Inspired by the classic Flappy Bird, this game uses computer …
Building a Data Catalog for Your Cloud Infrastructure
Data is the lifeblood of modern organizations, but sprawling cloud environments can make it difficult to discover, understand, and govern. A data catalog acts as a central metadata repository, providing a single source of truth about your data assets. Let's e…
Publicación de paquetes npm turborepo, trusted publisher, pnpm
Hace una semana me di a la tarea de hacer un update a mi monorepo personal (aún seguimos trabajando en ello). Dentro de todas las tareas tuve que realizar la de publicar paquetes fue de las más complicadas y vengo a explicarles un poco del porque puede ser co…
🥊 Developer vs AI – New Season, Same Question: Who’s Really in Control?
New year, new hype, same existential crisis. If you’re a developer in 2026 and not thinking about AI, congratulations — you’ve successfully avoided the internet. The rest of us? We’re somewhere between “this is amazing” and “is my job still safe?”. Welcome to…
Normal Forms and MongoDB
I learned about normal forms when databases were designed before the applications that used them. At that time, relational data models focused on enterprise-wide entities, defined before access patterns were known, so future applications could share a stable,…
Schemas and data modelling in Power BI
INTRODUCTION Data is now crucial in every industry, and its role is especially important in the context of finance-related processes. In addition to collecting information from various sources, an equally important issue is its effective analysis and visualis…
Setting my own rules
First, let me explain the title. In my normal work, I infrequently get the opportunity to build with AWS services that have not been approved for use within my company. So that's why, when I use services like AWS Amplify in my personal project knowing it's no…
Why Interface + Factory? The Java Pattern That Makes Everything Replaceable
Why Interface + Factory? The Java Pattern That Makes Everything Replaceable The Pattern Every component — use case, processing step, adapter — is defined as an interface with a static factory method: public interface ProcessOrder { record Request(String order…
An Advanced, Multimodal AI Social Media Ecosystem
Social media apps are everywhere, but I wanted to build something that pushes the boundaries of standard architecture. Today, I’m open-sourcing the Viora Ecosystem—a highly advanced social platform designed for scale, real-time interaction, and deep AI integr…
LicGen — Offline License Generator (CLI + Web UI)
Built LicGen, a small CLI tool to generate software licenses straight from the terminal. Works offline, supports common licenses, and uses simple template files so adding new ones is trivial. Also made a static web UI that previews licenses and the exact CLI …
Responsible AI is becoming core engineering practice. In this article, I share architecture patterns for building safe, real-time speech tr…
Building Content-Safe Language Learning Apps: Azure Content Safety + Real-Time Speech Translation Amit Tyagi ・ Feb 7 #ai #azure #edtech #responsibleai
GHSA-382Q-FPQH-29F7: Betting on a Bad Horse: The Malicious `polymarket-clients-sdk` Crate
Betting on a Bad Horse: The Malicious polymarket-clients-sdk Crate Vulnerability ID: GHSA-382Q-FPQH-29F7 CVSS Score: 10.0 Published: 2026-02-06 A classic supply chain attack targeting the Rust ecosystem. The package polymarket-clients-sdk appeared on crates.i…