This is the third installment in our middleware modernization series. You can read the first installment here and the second installment here. Organizations often lack the time and resources needed to effectively modernize legacy systems and applications. Middleware helps ease the challenges associated with modernization and provides the flexibility to upgrade applications. Benefits of Middleware […]
Technical
A New Standard for Interacting with the Web by Keyboard or Screen Reader
In my first post, I shared perspectives and best practices on how to interact with the web using a keyboard or screen reader. To recap, both of these devices are useful and robust forms of technology that give web users the capability to interact with and navigate to content that would otherwise be inaccessible to them. Now we’ll talk about what’s next, and how the Web Content Accessibility Guidelines 2.2 (WCAG 2.2) will create a more inclusive user experience across […]
Salesforce + MuleSoft: How to Leverage These Solutions in the Manufacturing Industry
The manufacturing industry was evolving even before 2020, but the global pandemic added a new urgency to manufacturers’ needs to digitally transform. Today, organizations in manufacturing must meet new, more pressing demands of connectivity, technology, and agility. In this article, we’ll look closely at how Salesforce, MuleSoft, and Perficient offer manufacturers the technical and organizational […]
Starting Your Middleware Modernization Journey
The following is the second installment in our middleware modernization series. You can read the first installment here. If your applications no longer meet business requirements, it may be time to modernize. Legacy middleware platforms weren’t built to address the needs of modern, hybrid IT environments, but modernized middleware can support application environments that work […]
How to Understand SSH Tunneling and Its Use Cases
SSH tunneling is the feature offered by the OpenSSH tool, which lets us create a tunnel between two hosts so that data from some other protocol is encapsulated in the SSH header and transferred as SSH data between those two hosts. SSH comes with authentication and encryption built-in, meaning we can use SSH tunnels to […]
Sending and Receiving an event through EventBridge with Multiple Targets
In this context, we will show how to send an event using custom rule and retrieve an event by adding target. Here I have added two targets which is simple pub/sub implementation as Amazon SNS as our publishing service, Amazon SQS as a subscriber and monitor the success event logs using AWS CloudWatch in EVENTBRIDGE. […]
Leveraging Flask Micro-Framework with Python
If you’ve worked with Python before, you’re probably familiar with the frameworks that Python deploys to quickly get a website up and running. If not, then you’ve come to the right place. Python is one of the most popular programming languages, and its ease of use and adaptability means that it’s used to create applications […]
Tools Used in Robotics Process Automation (RPA)
Robotic process automation (RPA) is a software technology that makes it easy to build, deploy, and manage software robots that emulate human actions interacting with digital systems and software. Just like people, software robots can do things like understanding what’s on a screen, complete the right keystrokes, navigate systems, identify and extract data, and perform […]
Understanding and Creating Multi-Click Images and Map Links in SharePoint Online
This tutorial walks you through how to add multiple hyperlinks inside an image and embed it into a SharePoint page. To add a hyperlink to an image, we want to map the link in the image with its coordinates. You can easily accomplish this through an image map. Image Maps An image map allows a user to click on different clickable areas of the image and be linked to different destinations, making it easy to navigate to a different page. By using image mapping, you can […]
A Brief Introduction to Ansible
Let’s look back at the network and system computing age when server deployment and management were daunting tasks for companies. Then, only the system administrator was responsible for software installation, settings management, and all other administration services manually on various servers. It was almost impossible to manage workloads manually and always needed to put the […]
Fast Healthcare Interoperability Resources (FHIR) Explained
FHIR! FHIR! FHIR! FHIR (Fast Healthcare Interoperability Resources) Specification is a standard published by HL7 for exchanging healthcare information electronically. And it’s a hot topic for payers and providers. As patients and members move around the healthcare ecosystem, their electronic health records must be available, discoverable, and understandable. Simply put, consumers expect this experience. Further, […]
How to Set Up Replication in MySQL
MySQL replication is a real-time mechanism that automatically copies or replicates data from one server to another backup server. Database administrators can use the master-slave replication procedure to replicate or copy data from multiple servers at the same time. This allows the database administrator to create a continuous live backup of the database. They can […]