How Qred Bank to use agents.md on scale

At Qred, we use vibe / agentic coding for small & medium complex tasks, we do agentic coding to improve our compliance work within the development space. It may sound contradictory when we talk about how AI will improve our compliance work, normally AI is a compliance issue, this is not the case if you…

Read More

Fundamentos de JavaScript – Variables: La Base de Cualquier Programa

Introducción Como concepto fundamental en todo lenguaje de programación, las variables son la base de cualquier programa. Nos permiten almacenar y manipular datos que luego serán utilizados en nuestro programa. Como recurso útil, las variables son ubicaciones abstractas de almacenamiento, identificadas por un nombre asociado que contiene un valor. Declarando Variables: const, let & var…

Read More

I built an opensource Android AI automation agent

Introducing heybro: The Open-Source Android AI Agent for On-Device Automation In the ever-evolving landscape of mobile technology, the desire for seamless and intelligent automation has never been greater. Imagine an AI agent on your Android device that can understand your needs and automate tasks without being tethered to a computer. This is now a reality…

Read More

Build Passive Income Selling Prompts

You’ve seen them. Those breathtaking, impossibly detailed images flooding your social media feeds. A miniature, photorealistic Lionel Messi held in a transparent capsule between two fingers. A cyberpunk mouse glowing with vibrant neon energy. Your first thought is probably, “Which AI made this?” But that’s the wrong question. The real question is, “What prompt made…

Read More

The low-cost path to AI Mastery: building a Wiki Navigator with pure Similarity Search

The world of Artificial Intelligence (AI) and Large Language Models (LLMs) often conjures images of immense computing power, proprietary platforms, and colossal GPU clusters. This perception can create a high barrier to entry, discouraging curious developers from exploring the fundamentals. I recently embarked on a project—a sophisticated yet simple AI-powered chatbot I call the Wiki…

Read More

Debugging a Hexagonal CSS Masonry Layout

Before CSS will eventually get an official masonry layout with or without grid, we can achieve something similar with flex and some scripting, provided that all bricks (or tiles) have the same size. Then we can move every second row towards the top right to fill the gaps between the spikes of the previous elements….

Read More