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 Development
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, […]
Monitoring Object Creation/Deletion in Cloud Storage with GCP Pub-Sub
When using cloud-based event-driven systems, it’s essential to respond to changes at the storage level, such as when files are added, modified, or deleted. Google Cloud Platform (GCP) makes this easy by enabling Cloud Storage and Pub/Sub to talk to one another directly. This arrangement lets you send out structured real-time alerts whenever something happens […]
Exploring Lucidworks Fusion and Coveo Using Apache Solr
Introduction Today’s modern digital world, enterprise search solutions are critical for unlocking the value of vast and diverse data. Lucidworks Fusion and Coveo stand out as two leading platforms that leverage Apache Solr’s robust search capabilities, each bringing unique strengths to the table. This article explores how these platforms use Apache Solr and their features, […]
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 […]
Real-Time Communication in Next.js Using Socket.IO: A Beginner’s Guide
In today’s web landscape, users expect instant feedback-whether it’s receiving a new chat message, seeing a real-time stock price update, or getting notified when someone comments on a post. This shift has made real-time communication essential for modern applications. In this beginner-friendly tutorial, we’ll explore how to build real-time features in a Next.js app using […]
Mastering Databricks Jobs API: Build and Orchestrate Complex Data Pipelines
In this post, we’ll dive into orchestrating data pipelines with the Databricks Jobs API, empowering you to automate, monitor, and scale workflows seamlessly within the Databricks platform. Why Orchestrate with Databricks Jobs API? When data pipelines become complex involving multiple steps—like running notebooks, updating Delta tables, or training machine learning models—you need a reliable way […]
How to Add Product Badges in Optimizely Configured Commerce Spire
This blog is written for developers, merchandisers, or client teams looking to display visual indicators (e.g., “New”, “Sale”, “Non-Returnable”, “Best Seller”) on products within the storefront. In Ecommerce, badges are small visual cues that communicate important product information to customers, such as “New Arrival”, “Sale”, or “Limited Stock”. In Optimizely Configured Commerce (Spire), product badges […]
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 […]
IDMC – CDI Best Practices
Every end product must meet and exceed customer expectations. For a successful delivery, it is not just about doing what matters, but also about how it is done by following and implementing the desired standards. This post outlines the best practices to consider with IDMC CDI ETL during the following phases. Development Operations Development Best […]
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, […]