Organizations today are going into a rapid digital transformation. With MuleSoft’s API Led connectivity approach, the integration strategy of the enterprises is now going towards more reusability with quicker deliverables of projects through discovery, self-service, and reusability. But what if we mix the flavor of Event Driven Architecture also into the Enterprise’s Integration Strategy? With this blog, […]
Integration & IT Modernization
Getting Started with ServiceNow – Performance Analytics
Why Performance Analytics? It is crucial for an organization to have reliable and efficient services. However, such services are not always easy to use and may not have the visibility, alignment, and reporting that you are looking for. With the help of ServiceNow’s performance analytics, you can quickly and effectively make decisions with pre-built KPIs […]
Next.js API, Swagger UI & OpenAPI Specification
REST API is king when it comes to writing server-side logic and providing data to the client-side. As your team and solution scale upward, your team’s API documentation workflow will need a strategy to maintain clear and high-level documentation. My recommendation is use OpenAPI Specification and Swagger. OpenAPI Specification (OSA) is a standard for writing […]
An Introduction of Azure Sentinel
An Introduction of Azure Sentinel Microsoft Sentinel is a solution for a variety of issues including intelligence analysis, detecting uncovered threats, investigating suspicious activity, enterprising monitoring, and rapid response. Sentinel is a Security Information and Event Management (SIEM) and Security Orchestration, Automation, and Response (SOAR) service in the cloud. Today, I will discuss Azure Sentinel’s […]
What is Bravo for Power BI?
What is Bravo for Power BI? Bravo studio is a design before, no code tool which allows you to turn your app designs and prototypes into real publishable mobile apps (both iOS and Android). You can use Bravo to build even complex apps by connecting your design to external tools via APIs. In this blog, […]
Ready or Not, GA4 is Coming
Google Analytics – the linchpin of every digital marketer’s data reporting schema – is set to go through some big changes in the next year. As I detailed earlier this year, Google has announced that in 2023 they will deprecate Universal Analytics (UA), the version of Google Analytics that we have become accustomed to over […]
Introduction to Matillion ETL
What is ETL and how it works? ETL stands for Extraction, Transformation, and Loading. It is the process in which data is extracted from different sources and transformed into proper format. Data management plays the important role as it improves the productivity, reduces error, strengthens operational efficiency, minimizes data loss, and improves security. There are […]
How to create cascading parameters in Reporting services (SSRS)
What is SSRS? SSRS stands for SQL Server Reporting Services. It is a reporting tool developed by Microsoft that comes free with the SQL Server. It produces formatted reports with the tables of data, graph, and reports. Reports are hosted on a server and configured to run using parameters supplied by users. When we run the […]
Implementation of XML Extract in SSIS
SQL Server Integration Service (SSIS) : SSIS is a component of the Microsoft SQL Server database software that can be used to execute a wide range of data migration tasks. SSIS is a fast & flexible data warehousing tool used for data extraction, loading and transformation like cleaning, aggregating, merging data, etc. It makes it […]
Is Optimizely A Good Fit For Portals?
This is a question that I am often asked and having seen many successful Optimizely portals, I can absolutely say the answer is yes. I’ve been amazed by what clients have been able to achieve with portals built on the platform. In this article, I would like to discuss a few topics that could potentially […]
Introduction to Robotic Process Automation (RPA) using Blue Prism
Robotic Process Automation (RPA) Robotics is nothing but computers that imitate human actions. They introduce automation, which means tasks are done without human intervention. Some common RPA examples and use cases we encounter include automation of data entry, data extraction, and invoice processing. There are additional examples of RPA use cases automating tasks in different […]
Using Docker to Simplify DevOps
Docker is an open-source project that has changed how we think about deploying applications to servers. By leveraging some amazing resource isolation features of the Linux kernel, Docker makes it possible to easily isolate server applications into containers, control resource allocation, and design simpler deployment pipelines. Moreover, Docker enables all of this without the additional […]