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 […]
Software Development
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, […]
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 […]
October CMS: A Modern CMS for Developers and Creators
In the ever-evolving world of content management systems (CMS), there are many options to choose from—WordPress, Joomla, Drupal, and others. But for developers who love clean code, flexibility, and control, October CMS stands out as a modern, elegant solution built on the popular Laravel PHP framework. What is October CMS? October CMS is an open-source, […]
Loading JSON Data into Snowflake From Local Directory
In today’s world, there are various data formats such as traditional, unstructured, raw format and semi structured data and load into target system. Semi structured data is often used in web applications, IOT and API sensors. Customers use JSON format mostly to get the data because it is easy to understand. Snowflake Snowflake is a […]
Building a WordPress Plugin with React: A Step-by-Step Guide
In this post, we’ll explore how to create a WordPress plugin using React for its frontend interface. We’ll make a “countdown timer” plugin as our example, which demonstrates key concepts such as WordPress-React integration, shortcodes, and dynamic content rendering. For this project, it is assumed that you already have a WordPress site running locally, as […]
Helpful Git Aliases To Maximize Developer Productivity
Git is a powerful tool, but it can sometimes be overwhelming with the number of commands required to perform common tasks. If you’ve ever found yourself typing out long, complex Git commands and wondered if there’s a faster way to get things done, you’re not alone. One way to streamline your workflow and reduce repetitive […]
Good Vibes Only: A Vibe Coding Primer
In the ever-evolving landscape of software development, new terms and methodologies constantly emerge, reshaping how we think about and create technology. Recently, a phrase has been buzzing through the tech world, sparking both excitement and debate: “vibe coding.” While the idea of coding based on intuition or a “feel” isn’t entirely new, the term has […]