In this era of Web development, Next.JS and Vercel is the powerful couple. Next.JS offers performance, scalability and flexibility in building web applications whereas Vercel provides the easy and smooth deployment experience tailored for it. Today, in this blog, we will cover the step-by-step process of deploying a Next.JS app on Vercel. We will also […]
Innovation + Product Development
Human Biases – How Smart Teams Can Still Make Dumb Decisions
Even highly capable teams with solid plans can fall into the same ol’ traps. It’s not really our fault, human biases are hardwired into all of us. Awareness helps, but under pressure and tight deadlines, it’s tough to recognize these mental pitfalls in the moment. Seven Common Human Bias Problem Areas Optimism Bias – Wanting […]
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 […]
Fastify (Node.Js Framework): The Secret to Creating Scalable and Secure Business Applications
Introduction to Fastify (Node.Js Framework) Fastify is a fast and low-overhead web framework for Node.js that has gained popularity among developers in recent years. With its lightweight architecture and rich feature set, Fastify is an excellent platform for developing high-performance online apps. As with JavaScript, where everything is an object, with Fastify, everything is a […]
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 […]
HCL Commerce V9.1 – The Power of HCL Commerce Search
The HCL Commerce v9.1 release saw major changes in features, functionality, and technology. This blog series will focus on each of these components separately. Some examples of these changes include HCL Commerce Search, which is powered by Elasticsearch, a modern storefront that uses Next.js, containerized cloud-native architecture, modern business user tooling, and support for new […]
ES6: Set Vs Array- What and When?
Being a developer and especially a JavaScript developer, we have come across the concept of Arrays more than we can say of. They are the must for storing ordered collections of items and we have various methods to manipulate those collections. But then ES6 came into town and became the hero and introduced us with […]
HCL Commerce V9.1 – Coexistence of the Headless Next.js Ruby & Aurora Storefronts
HCL Commerce v9.1 release saw a major change in features, functionality, and technology. This blog series will focus on each of these components separately. Some examples of these changes include HCL Commerce Search, which is powered by Elasticsearch, a modern storefront that uses Next.js, containerized cloud native architecture, modern business user tooling, and provides support […]
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 […]
5 Questions to ask CCaaS Vendors as you Plan Your Cloud Migration
Considering migrating your contact center operations to the cloud? Transitioning from a legacy on-premise solution to a Cloud Contact Center as a Service (CCaaS) platform offers significant advantages, including greater flexibility, scalability, improved customer experience, and potential cost savings. However, the success of this transition depends heavily on selecting the right vendor and ensuring alignment […]
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 […]