Skip to main content

Posts

pg_durable - Durable SQL Functions And Orchestration For PostgreSQL

  pg_durable is a Microsoft developed PostgreSQL extension that integrates fault-tolerant, long-running execution directly into the database. To understand why this is useful, think about what normally happens if you run a long, complex database job and the server crashes or your connection drops; you lose your progress, and you have to start all over again. https://www.i-programmer.info/news/80-java/18984-pgdurable-durable-sql-functions-and-orchestration-for-postgresql.html
Recent posts

What Happened At AI-fokus 2026

  AI-fokus, a spin off of Jfokus, is a conference focusing  on the evolution of agentic AI and its practical implementation in software development. https://www.i-programmer.info/news/105-artificial-intelligence/18981-what-happened-at-ai-fokus-2026.html

What Happened At JNation 2026

  JNation Conference is a software development event held annually in Coimbra, Portugal, that covers various topics relevant to the software development industry. https://www.i-programmer.info/news/80-java/18966-what-happened-at-jnation-2026-.html

Melonjs - Browser Based 2D Game Engine

  melonJS is an open-source, lightweight HTML5 game engine designed for building 2D and 2.5D games using JavaScript and TypeScript. The framework offers a Canvas2D-inspired API that simplifies rendering while providing a powerful WebGL backend with automatic fallback capabilities. https://www.i-programmer.info/news/167-javascript/18949-melonjs-browser-based-2d-game-engine.html