What is a headless CMS? A headless CMS is a back-end only content management system (CMS) built from the ground up as a content repository that makes content accessible via a RESTful API or GraphQL API for display on any device. The term “headless” comes from the concept of chopping the “head” (the front end, i.e. the […]
Software Development
Introduction to CQRS, AXON Framework and AXON Server
Introduction We will learn about the Axon Framework, Axon Server, what CQRS is, how it works, and why it is so Popular worldwide in this blog. AXON is an Open-Source Framework for event-driven microservices and domain-driven design. It is a Java Framework that gives developers access to repositories, implementations of crucial components including aggregates, command, […]
Configuring Jenkins Jobs by Using CRON
Today, I’d like to walk you through configuring a Jenkins job automation through C jobs and its various choices. Before jumping in, I’ll shed some light on what Jenkins is. Understanding Jenkins Jenkins is an open-source integration tool that allows continuous development, testing, and deployment of newly created codes. Jenkins plugins cover everything from version […]
My Experiences with Live Connection Mode: Power BI
Live Connection Mode: Power BI Live Connection is one of the connection modes to connect the data source into Power BI, just like Import and Direct Query. As of now, some of the cloud data sources we can connect through Power BI Live Connection are: Azure Analysis Services SQL Server Analysis Services Tabular SQL Server […]
Spring boot with Java API Client to Build and Execute Queries in Elasticsearch.
Spring boot with ES Java API Client to Build and Execute Queries in Elasticsearch. Prerequisites: Knowledge in Java, Spring boot, Elasticsearch, Kibana. Concept: The purpose of this blog is to present an idea for connecting, constructing queries, and querying Elasticsearch through Java applications. What is Elasticsearch? Elasticsearch is a distributed, free and open search and […]
Efficient Custom Stencil using APS
As you are aware, the alfresco solution for BPM is built on the alfresco process service Engine. Alfresco process service enables process designers to develop forms, or user interfaces for user tasks, to simplify the interaction between business processes and human actors. APS has several present UI features, such as text input and process variable […]
Tutorial on How to Create an EC2 Instance in AWS
A Case Study of AWS Elastic Compute Cloud (EC2): There are occasions when one is Constrained by a desktop computer or laptop’s Capabilities. Let’s say a data scientist has a sizable dataset they’d like to analyze. A mistake like the one below occurs when the scientist tries to load the complete dataset into memory. The […]
Retrieval of different datatypes with formContext Data Objects on Model driven (Dynamics 365) Forms
This article is dedicated to retrieving different data values available on Dataverse tables using client-side scripts such as JavaScript. This technic would be very helpful to extend model-driven form out-of-box functionality to meet the real-time business requirement, such as implementing complex business rules validations, making form fields hide/show, manipulating datatypes values, and many more. Now […]
6 Proven Customer Engagement Solutions Revealed
Technology is changing quickly, and it seems like there is something new every day. It can be intimidating to try and keep up with all the latest tech news, let alone implement it for your business. Brands often struggle with where to put their resources, what to invest in, and how to implement new technologies […]
Flutter – Trend Setter in Mobile App Development
In today’s contemporary world, mobile app development is evolving and progressing, giving mobile apps a gradual but steady makeover. All mobile applications are not developed the same way. There are many different ways of developing mobile applications in today’s market like native platforms, web, progressive web apps (PWAs), cross-platform app development, etc. When creating native […]
4 Great Shortcuts for Oracle Cloud HCM Compensation
Finding a new shortcut, such as DIY home projects or driving to a familiar location, is always helpful. Of course, it is nice to be more efficient at work; any tips can help improve your speed. Specifically, the Compensation module for Oracle Cloud HCM has many shortcuts to enhance the user experience. Unfortunately, we continue […]
Basic Understanding of Full Load And Incremental Load In ETL (PART 1)
Full Load: Full Load in ETL is loading ALL the data from the source to the destination. A target table is truncated before loading everything from the source. That’s why this technique is also known as Destructive Load. In full load first we truncate the destination table and then we load all the data from source […]