Filtering by programming · show all
Visual Studio Code 1.126
Learn what's new in Visual Studio Code 1.126 (Insiders) Read the full article
SvGrid: a Svelte 5 native data grid (MIT core, headless + render component, MCP-ready)
The Svelte ecosystem has matured fast in the last year, but one thing I kept hitting was the data grid problem. If you wanted a real one, your options were: TanStack Table (Svelte adapter). Headless only, multi-framework. You build the entire DOM lay…
The Wrong End of the Problem
The Wrong End of the Problem Every company wants AI in their development process right now. That part is clear. What's less clear is where they're putting it. Most teams I see have done the same thing. Handed developers access to an AI assistant and …
Dancing the Limbo
The current situation is odd, and I am not sure how to tackle it. Getting laid off by Dynatrace was a first in my career. Although I am enjoying this extended time off, it has a strange feeling to it. Garden leave ends in June, and I am planning to e…
The Ultimate Guide to OSINT: Framework, Ethics, Tools & Techniques (Part 1)
Introduction Open Source Intelligence (OSINT) has emerged as a crucial discipline in the digital era, driven by the rapid growth of information available on the internet. Today, the internet grows by approximately 20-30% each year, with a significant…
AI জুনিয়র ডেভেলপারদের চাকরি কমাচ্ছে বাংলাদেশের ফ্রেশারদের কী করতে হবে?
আমার এক ছোট ভাই CSE থেকে সদ্য পাস করেছে। ভালো CGPA, কোড লিখতে পারে, খুব উৎসাহী। সে আমাকে বললো "ভাইয়া, LinkedIn এ গত তিন মাসে শুধু জুনিয়র developer এর চাকরি খুঁজছি। কিন্তু যেখানে আগে ১০০টা posting থাকতো, এখন ৩০টা। বাকিগুলো কোথায় গেল?" আমি একটাও উত্…
Turing's Last Cipher: The Lost Archive
This is a submission for the June Solstice Game Jam What I Built Turing's Last Cipher: The Lost Archive is a browser-based cryptography adventure inspired by the life, work, and legacy of Alan Turing. Players take on the role of a young cryptanalyst …
Why Most Custom AI Skills Never Run (And the One Fix)
There is a quiet failure mode with AI agent skills that almost everyone hits: you build a custom skill, it looks perfect, and it simply never runs. No error, no warning. It just sits there unused. The reason is remarkably consistent, and so is the fi…
What Is SKILL.md? A Practical Guide to AI Agent Skills
If you work with AI coding agents, you have probably seen SKILL.md mentioned and wondered what it actually is. In a matter of months it went from one company's feature to a standard adopted across Claude Code, Cursor, Codex CLI, Gemini CLI and more. …
How to Write a SKILL.md That Actually Triggers
You wrote a skill. The instructions are clear, the logic is sound, and your AI agent never uses it. This is the most common frustration with AI agent skills, and the cause is almost never the body of the skill. It is the description. How an agent dec…
Building Your First AI Agent Skill: From Markdown to APIs
AI agent skills are easier to build than they look, and they scale from a simple markdown file to something that runs scripts and calls APIs. Here is a practical walkthrough of the whole spectrum, starting from the simplest useful skill. Start simple…
SSH Sessions Dropping Frequently? Here's Exactly How I Troubleshoot It
Ever had your SSH session disconnect right in the middle of a production deployment? I have. After getting burned by it a few times, I created a simple troubleshooting checklist that helps me quickly find the root cause. You're in the middle of a cri…
Series Week 23/52 : OCI DR Environments: The Managed Service Blindspot
%0A%20%20%20%20%20%20%20%20.libutton%20{%0A%20%20%20%20%20%20%20%20%20%20display:%20flex;%0A%20%20%20%20%20%20%20%20%20%20flex-direction:%20column;%0A%20%20%20%20%20%20%20%20%20%20justify-content:%20center;%0A%20%20%20%20%20%20%20%20%20%20padding:%20…
Visual Studio 2026, 6 Months Later
Throughout this post, we’ll discuss Visual Studio updates and improvements, such as performance, GitHub Copilot, Hot Reload and more.I remember exactly where I was when Visual Studio 2026 dropped back in November: at my desk, watching the Micro…
Angular 22: The Evolution of Modern Angular
Signals, OnPush, declarative async resources: Angular 22 makes standard several features that help developers build better apps.A few days ago, we checked out Google I/O 2026, and today we need to talk about our favorite framework: Angular. Why? Beca…
Getting Contact Information with .NET MAUI
Let users easily pull contact info (like name, number, email) from one app and save it to their device’s contact list in .NET MAUI.Let’s be honest, the only “accessory” you take with you everywhere—no matter the activity…
Data Fetching with TanStack Query for Vue
Learn how to set up TanStack Query in a Vue app, fetch data with useQuery, leverage automatic caching and control refetching behavior.If you have been building Vue applications for any amount of time, you’ve likely run into the same pattern ove…
Practicing Vertical Slice Architecture in ASP.NET Core
Tired of organizing code through technical layers? How about going beyond the basics and “slicing” the system? Vertical Slice Architecture structures the application not by the type of code to be written, but by the problem to be solved. …
Is it Safe? Creating Reliable AI Agents with Progress Agentic RAG
The Progress Agentic RAG no-code, software-as-a-service solution lets you create an AI agent in minutes. But, after that, you need to validate whether your agent is providing relevant, accurate and complete responses.You know that AI agents using Lar…
SCIM Provisioning for DevCraft Subscriptions: Automating License Management for Your Teams
Progress DevCraft Complete and DevCraft Ultimate subscription licenses just got a whole lot easier to manage across your team with SCIM provisioning.Managing access across growing development teams can quickly become time-consuming when done manually…
Why You’ve Outgrown Free & OpenSource React UI Libraries
TL;DR:Free libraries are great earlyThey break at scaleThe cost becomes engineering time, not just licensingThat’s when teams start evaluating alternatives The challenge isn’t the license cost.The real cost of free UI libraries shows up l…
Exploring the SLNX Solution File Format
SLNX files are here! In this post, we'll talk about what this format is, why it exists, what it gets right and where you might get tripped up.If you’ve worked with .NET for any length of time, you’ve made peace with the .sln file. Not bec…
Telerik UI for Blazor Meets A2UI: The Next Step Toward Dynamic UI Generation
Learn how A2UI enables AI systems to generate interactive, dynamically generated Blazor interfaces and how Progress Telerik UI for Blazor will help.Imagine this: instead of clicking through a travel app—picking dates, applying filters, scrollin…
Building Component-Aware Production UIs with Angular and Kendo UI MCP
Through MCP, we can use component-aware AI to help us build user interfaces in conjunction with our favorite component libraries. See it in Angular!We as developers use AI tools like Cursor, Claude Code and Copilot; they have changed how we write cod…
Creating Localized .NET MAUI Applications
Reach more people with your apps: Learn how to localize .NET MAUI applications, including XAML text elements, view models and prebuilt Telerik controls for .NET MAUI.Making our mobile applications accessible to users who speak a different language th…
KendoReact vs. OSS: What You Can Actually Get for Free (and What You Can’t)
There’s no shortage of React component libraries out there, many of them open-source or free to use. Developers often look at a commercial component library and think, “Why would I ever pay for something I could get for free from someone …
When Status OK Is Still a Failure: A Taxonomy of Silent AI Agent Breakage and How to Detect It
The Progress AI Observability Python SDK can help debug AI agent tasks that fail despite component reports claiming success.TL;DR: Production AI agents exhibit a failure class that traditional monitoring cannot detect: tasks that fail while every com…
Nuxt 4 Server Routes vs. Fetch Composables
See a Nuxt app load data from the server in a Server Component and using useFetch to see how Server Components and fetch mechanisms compare.There are currently two ways to load data from the server and hydrate it. Nuxt has Server Components, just lik…
Transacting with Indian-Origin Fintech
A few days ago, I was browsing through an online bookstore to purchase some books. While placing the order, something remarkable struck me — every major technology I used in the process was of Indian origin. This realization inspired me to reflect on…
aitm 1.0: a terminal where the AI is a participant, not the driver
I was doing AI-assisted coding inside a terminal session. The AI kept modifying files, but I had no way to view those changes in the same window — I had to switch apps, switch context, come back. Every loop through the cycle was an interruption. What…