Month March 2026

Moving From Moment.js To The JS Temporal API

Almost any kind of application written in JavaScript works with times or dates in some capacity. In the beginning, this was limited to the built-in Date API. This API includes basic functionality, but is quite limited in what it can…

Vite: O Bundler Moderno que Acelera Sua Programação Web

Descubra o Vite, o bundler moderno que acelera o desenvolvimento frontend. Aprenda suas vantagens, recursos e como usá-lo com React, Vue e outras bibliotecas, otimizando sua programação web. Atualmente, o desenvolvimento frontend está em constante evolução. Por esse motivo, a…

Why Your OpenClaw Cron Jobs Should Run in Isolation

Why Your OpenClaw Cron Jobs Should Run in Isolation Category: Engineering Slug: isolated-cron-jobs-reliability Read time: ~12 min Image key: isolated-cron-jobs Most people set up their first OpenClaw cron job in the simplest way possible: attach it to the main session,…

Understanding Modern AI: Adaptive A* Search and Agentic Ai

Introduction: Artificial Intelligence is developing very quickly. Researchers are constantly improving AI algorithms and systems. In our AI course we studied topics like search algorithms and intelligent agents. In this blog, I explored two research papers related to these topics.…

Safe Subtree Deletion Best Practices in ForgeRock DS

SubtreeDelete is an LDAP operation used to delete an entire subtree of entries in a directory server. This operation is powerful but comes with significant risks if not handled properly. In this post, I’ll share my experiences and best practices…