TO THE NEW Blog PAGES

JS

Supercharge Your Code: 7 TypeScript Utility Types to Explore

TypeScript utility types are a good set of weapons for developers seeking to write more robust, flexible, and maintainable code. These powerful tools empower us to manipulate and transform existing types, tailoring them to our specific needs and making it easier to navigate complex data structures with confidence. By leveraging utility types, we can ensure […]

Adobe

Extending ACS AEM Commons Reporting

ACS AEM Commons Reporting is a collection of reporting tools and utilities designed to enhance the reporting capabilities within AEM. It offers a solid foundation for generating insightful reports, but what if you need to tailor reporting functionalities to meet specific business needs? That’s where extending ACS AEM Commons Reporting comes into play. Problem Statement […]

iOS

Explore the world of FlutterFlow and its amazing features and benefits!

FlutterFlow is a low-code platform that enables mobile app development for a wide range of individuals. Built on Flutter, Google’s user interface toolkit, it allows users to create natively compiled applications for mobile, web, and desktop devices from a single codebase. The distinguishing feature of FlutterFlow is its visual development interface, which facilitates a drag-and-drop […]

Generative AI

Unleashing the Power of Generative AI

Introduction Generative AI is revolutionizing industries by enabling machines to create content, solve complex problems, and automate tasks that were once thought to require human creativity. From generating realistic images to writing entire articles, generative AI is reshaping the future of technology. But what exactly is it, and how can you start using it in […]

Priya Gupta
Priya Gupta
Read

iOS

A guide on Optimising and Improving your Flutter app Memory performance by Using Flutter Dev Tools

Introduction of Dev tools in Flutter Flutter Dev tool provides an in-depth analysis of App performance from UI to CPU and memory usage of the app. Flutter provides a Profiling tool which can help in better understanding our apps run time performance. To use profiling tools following conditions needs to be taken in consideration – […]

JS

The Singleton Design Pattern in JavaScript: A Comprehensive Guide

Introduction What is the Singleton Design Pattern? The Singleton Design Pattern limits the instantiation of a class to only one instance. This is beneficial when a single object or shared resource is required to coordinate actions throughout the system. It’s especially handy for managing shared resources or data across various instances of a class. For […]

Database Administration

Redshift IdP Authentication Setup using Azure Active Directory

Introduction Recently, we helped a large enterprise customer set up their data warehouse on Amazon Redshift using Azure AD for corporate credentials. This allowed users to log in with their corporate credentials, improving user experience and simplifying maintenance. We achieved this by setting up Azure AD federated access to Amazon Redshift. This post explains how […]

Database Administration

Mongo Monitor : Mongo Current Operations monitoring by lite application

Introduction In this blog, we have mentioned how we can monitor the current operations of MongoDB instances with a small application developed by us. Its light weight application was developed using Nodejs, HTML, and javascript. It’s a very helpful application to monitor running queries on MongoDB and do the analysis on it: Pre-requisite : Nodejs […]

iOS

A guide on Optimising and Improving your Flutter app performance by Using Flutter Dev Tools

Introduction of Dev tools in Flutter Flutter Dev tool provides an in-depth analysis of App performance from UI to CPU and memory usage of the app. Flutter provides a Profiling tool that can help in better understanding our app’s run time performance. To use profiling tools following conditions need to be taken into consideration – […]

iOS

Live Activities Introduction and Setup – Part 1

Introduction As iOS users, we are all familiar with live activity. When we buy a pizza through one of the ordering apps, live activity pops up (either on the lock screen or  in the dynamic island region) and shows the updated status of our order. Their purpose is to display the most recent data from […]

Amit Kumar
Amit Kumar
Read

Adobe

Simplistic Guide to configure SMTP & Email Settings in Adobe Commerce

Email configuration in Adobe Commerce is essential for maintaining effective communication with customers through transactional emails and notifications. Unlike Adobe Commerce Cloud, SMTP (Simple Mail Transfer Protocol) functionality is not natively included in Adobe Commerce Community Edition by default. However, you can easily integrate SMTP capabilities into Adobe Commerce Community Edition through extensions offered by […]

DevOps

Automating WordPress Installation on Windows Server 2016 and Windows Server 2019 with PowerShell

In the ever-evolving world of web development, automation is key to efficiency and productivity. Setting up a WordPress site can be time-consuming, especially when managing multiple installations. By leveraging PowerShell, you can automate the WordPress installation process on Windows Server 2016 and Windows 10, saving valuable time and minimising human error. Introduction WordPress is one […]

Services