Microsoft 365 offers several types of groups; each designed for different collaboration and communication needs: Microsoft 365 Groups (M365): These are used for collaboration between users both inside and outside your organization. They include a shared mailbox, calendar, SharePoint site, Microsoft Teams and more. Distribution Groups: These are used for sending email notifications to a […]
Integration & IT Modernization
End-to-End Monitoring for EC2: Deploying Dynatrace OneAgent on Linux
Objective: Enable resource monitoring for AWS EC2 instances using the Dynatrace monitoring tool (OneAgent) to gain real-time insights into system performance, detect anomalies, and optimize resource utilization. What is Dynatrace? Dynatrace is a platform for observability and application performance monitoring (APM) that delivers real-time insights into application performance, infrastructure oversight, and analytics powered by AI. […]
Solution Highlight – Oracle Revenue Management / SSP – Part 1
In the first blog post of this three-part Solution Highlight series featuring a proven leader in defense-grade, high assurance cyber security solutions, I will cover Oracle Revenue Management. My colleague, Mehmet Erisen will share his views on Global Supply Chain Management including Manufacturing with OSP and intercompany order fulfillment across business units featuring Oracle Supply Chain […]
Perficient Included in IDC Market Glance: Healthcare Provider Operational IT Solutions, 1Q25
As technology continues to advance, patients and care teams expect to seamlessly engage with tools that support better health and accelerate progress. These developments demand the rapid, secure, scalable, and compliant sharing of data. By aligning enterprise and business goals with digital technology, healthcare organizations (HCOs) can activate strategies for transformative outcomes and improve experiences […]
Part 1 – Marketing Cloud Personalization and Mobile Apps: Functionality 101
Over the past three years working with Marketing Cloud Personalization (formerly Interaction Studio), I’ve always been intrigued by the Mobile icon and its capabilities. A few months ago, I decided to take a hands-on approach by developing my own application to explore this functionality firsthand, testing its implementation and understanding its real-world impact. And that […]
Scoping, Hoisting and Temporal Dead Zone in JavaScript
Before mastering JavaScript, it’s crucial to understand how it thinks behind the scenes. Concepts like scope, hoisting, and the temporal dead zone might sound tricky at first, but they form the backbone of how your code behaves. In this blog, we’ll break down these key ideas in the simplest way possible—so you can write cleaner […]
AI in Sitecore: Transforming Digital Experiences
AI transforms how businesses create, maintain, and provide engaging content in Sitecore. Embedding AI, Sitecore allows developers, marketers, and IT professionals to improve workflows, enhance customer interaction, and fine-tune digital strategies. Let’s explore how AI is shaping Sitecore and what it means for businesses. Key AI Features in Sitecore From Content Hub to XM Cloud, […]
Ethics in AI Implementation: Balancing Innovation and Responsibility
AI is revolutionizing our daily lives, reshaping how we work, communicate, and make decisions. From diagnostic tools in healthcare to algorithmic decision-making in finance and law enforcement, AI’s potential is undeniable. Yet, the speed of adoption often outpaces ethical foresight. Unchecked, these systems can reinforce inequality, propagate surveillance, and erode trust. Building ethical AI isn’t […]
Introduction and Overview Microsoft 365 Admin Center
The Microsoft 365 Admin Center is the centralized web-based portal administrators use to manage Microsoft 365 services for their organization. It provides a single access point for managing users, licenses, apps, and services like Exchange Online, Outlook, SharePoint, Teams, and more. Key Functions of the Admin Center User Management: Add, remove, or edit user accounts […]
Convert a Text File from UTF-8 Encoding to ANSI using Python in AWS Glue
To convert a text file from UTF-8 encoded data to ANSI using AWS Glue, you will typically work with Python or PySpark. However, it’s important to understand that ANSI is not a specific encoding but often refers to Windows-1252 (or similar 8-bit encodings) in a Windows context. AWS Glue, running on Apache Spark, uses UTF-8 […]
Domain Setup and Mail Flow Configuration in Microsoft 365
Why Do We Need to Add and Verify a Domain in Microsoft 365 (M365)? Establishing Professional Identity By adding your custom domain, you can create email addresses (e.g., you@yourcompany.com) that align with your business name. This adds professionalism and credibility to your communications. Personalizing Services Verifying your domain allows you to customize services like Teams, […]
Mastering AWS IaC with Pulumi and Python – Part 2
In Part 1 of this series, we learned about the importance of AWS and Pulumi. Now, let’s explore the demo part in this practical session, which will create a service on AWS VPC by using Pulumi. Before We Start, Ensure You Have the Following AWS Account with IAM permissions for resource creation Install Pulumi CLI: # […]