Dec 19, 2025 · 6 min read · Lenguaje: JavaTemas: API REST, RSQL, DSL, JDBC Sobre este artículo Muchas veces, por cuestiones de desempeño o de diseño, terminamos usando acceso directo a bases de datos mediante JDBC, alejándonos de la comodidad que nos ofrecen los ORM y JPA. Ese ...
Join discussion
Nov 30, 2025 · 3 min read · 📝 Quick Summary: Tile Language (tile-lang) is a domain-specific language designed to streamline the development of high-performance GPU/CPU kernels. It uses a Pythonic syntax and builds upon the TVM compiler infrastructure, allowing developers to fo...
Join discussionOct 4, 2025 · 4 min read · Empowering developers to write Python code in their native Maithili language using the elegant Devanagari script. Programming in Your Mother Tongue Imagine writing Python code not in English, but in Maithili, one of India’s and Nepal’s most ancient a...
Join discussionOct 1, 2025 · 5 min read · Most people encounter expression trees for the first time through LINQ. They write a query like orders.Where(o => o.Amount > 1000) and discover that the compiler has turned their lambda into a tree of nodes representing parameters, constants, and bin...
SSonu commented
Jul 28, 2025 · 7 min read · From Code to Concept Working with AI on software projects is no longer a futuristic dream, it’s already here. But if you’ve tried building something serious with tools like Cursor, Claude Code or Windsurf, you’ve likely hit a wall: when the project i...
Join discussion
May 13, 2025 · 3 min read · While programming, we often aim to avoid repetition. Repetition is boring, and ironically, much of programming exists to automate boring tasks in the first place. But repetition is just one symptom of a much deeper problem: Code itself is a liability...
Join discussion
Apr 21, 2025 · 7 min read · Last week, I started a project that I've been conceptualizing for some time now - Avi, an Autonomous Voice Interface. It's the next evolution of my previous work on ALEX, but completely reimagined in Rust for better performance, reliability, and scal...
Join discussion
Apr 16, 2025 · 7 min read · Ensuring that the integrity and structure of incoming data is equally important and time-consuming in modern web application development, especially with APIs. Invalid or unexpected data can lead to bugs, security risks, and frustrating user experien...
Join discussionNov 15, 2024 · 5 min read · Crypto Insights A Lisp for Bitcoin, More Powerful Than Script? The author has been long exploring a form of Lisp as an alternative to Bitcoin Script, previously proposing BTCLisp. Building on that, the author introduces BLL (a Basic Lisp Language), a...
Join discussion