Abstract In recent years, language models and AI have reshaped how we interact with data. Yet, a significant portion of business knowledge still resides in relational databases (highly structured but not exactly user-friendly for those unfamiliar with SQL). So what if you could query that data using natural language, as if you were speaking to […]
Software
State Management in React with Jotai
Imagine you’re building a React app where users can log in, get notifications, and change theme preferences. With traditional tools like Redux, managing all these states can be tricky. Lots of code, a complicated setup, and a steep learning curve. Now, with Jotai, you can handle all these states with very little code and setup. […]
Intelligent Agents with n8n: AI-Powered Automation
Abstract We live in a time when automating processes is no longer a luxury, but a necessity for any team that wants to remain competitive. But automation has evolved. It is no longer just about executing repetitive tasks, but about creating solutions that understand context, learn over time, and make smarter decisions. In this blog, […]
Flutter + GitHub Copilot = Your New Superpower
Flutter is powerful — but let’s be honest, it often involves a lot of repetitive boilerplate and wiring. Enter GitHub Copilot: your AI-powered pair programmer that lives right in your IDE and helps you write better Flutter code, faster. Why Use GitHub Copilot for Flutter? Flutter development often involves: Repetitive UI patterns Business logic & […]
Flutter Web Hot Reload Has Landed – No More Refreshes!
Flutter’s famous hot reload just levelled up — now it works on the web! No more full refreshes every time you tweak a UI. If you’re building apps with Flutter Build Web, this update is a game-changer. Let’s dive into what it is, how to use it, why it matters, and see it in action. […]
Trust but Verify: The Curious Case of AI Hallucinations
AI is no longer the future; it is happening. Every other technology faces issues during its development phase, and AI is no exception. Have you ever asked an AI a question and received an answer that sounded perfectly confident, only to find out it was completely wrong? That is not a glitch; it is called […]
Angular Signals State Management
Angular Signals State Management is a new, built-in approach that simplifies state handling in Angular. Unlike RxJS or NgRx, Signals offer an intuitive, reactive, and efficient way to manage state with automatic dependency tracking and reduced re-renders. What Are Signals in Angular? Signals in Angular represent a new reactivity model that allows you to track […]
Microsoft Copilot for Power Platform
Introduction to Copilot for Power Platform Microsoft Copilot is a revolutionary AI-powered tool for Power Platform, designed to streamline the development process and enhance the intelligence of your applications. This learning path will take you through the fundamentals of Copilot and its integration with Power Apps, Power Automate, Power Virtual Agents, and AI Builder. Copilot […]
YAML files in DBT
To make streamline project development and maintenance, in any programming language, we need the support of metadata, configuration, and documentation. Project configurations can be done using configuration files. Configuration files are easy to use and make it user friendly to interact with developer. One such type of configuration files used in DBT are the YAML […]
Simplify Cloud-Native Development with Quarkus Extensions
The gradients that developers in the modern world experience when building cloud native applications often include the challenge of figuring out the right set of libraries and integrations to use. Quarkus alleviates this pain point and makes this experience a more seamless and faster experience to develop thanks to the rich set of extensions built […]
Over The Air Updates for React Native Apps
Mobile App development is rapidly growing and so is the expectation of robust support. “Mobile first” is the set paradigm for many application development teams. Unlike web deployment, an app release has to go through the review process via App Store Connect and Google Play. Minor or major releases follow the app review same process, […]
Securely Store API, Bearer and Auth Tokens with Platform Cache
Imagine you are retrieving an API key/Bearer token from an external system to make a new callout to another external system. But there is one issue: you cannot determine when the new callout will take place, so you need to store the token value somewhere in your org for later use. Probably you will be […]