Param Singh: Hello, everyone. My name is Param Singh and I’m the Director of the Clinical Operations Solution Practice here at Perficient Life Sciences. And I want to welcome everyone to today’s discussion on our new partnership with Lokavant. And this discussion today is a way for us to introduce the offering and solution to […]
Technical
Remote Workers and Compensation: Should You Differentiate?
In the age of the Great Resignation, the hunt for good talent is a tall order. With many competitive and even outrageous offers, it is a challenge not only to grab NEW talent successfully but also manage to keep your current talent happy and navigate the dire inequity you are surely creating internally. When you […]
Assessing the API-led Connectivity Landscape
According to MuleSoft’s 2022 Connectivity Benchmark Report, about 35% of revenue from organizations surveyed is generated by APIs and similar initiatives. Organizations that have adopted APIs understand how API-led connectivity and automation can improve employee and customer experiences. This annual report examines the state of IT and digital transformation through the lens of APIs. […]
How .NET Newest Version is and will Continue Helping New Generations to Start Programming Easily
Microsoft had its .NET Conf event from November 9 to 11, 2021, announcing .NET 6 and C# 10. Within all the new features and tools added for this release, you can find that .NET is clearly aiming to facilitate the way we collaborate when coding or hosting the applications of our organization. It seems that technology […]
Some Basic Programming Techniques (Acronyms)
Throughout the years of my dev career, I have noticed some patterns at developing which if not followed to a T, could be a hindrance to your project. These patterns apply to the object-oriented paradigm, so I don’t know if these could work in a functional, imperative, etc. paradigm. Here are some of them: KISS (Keep […]
Where Quality Analysis (QA) fits in the World of DevOps
Development and Operations (DevOps) is the agile software development approach that allows for simultaneous software development and testing. A successful DevOps practice requires quality assurance and testing (QAT). DevOps developed from the need for businesses to respond faster to market changes to acquire a competitive advantage and accelerate their growth. DevOps is assisting firms with […]
Using Microsoft Teams: Utilize Chats, Meeting Chats, & Posts
This blog is the third and final in a three-part series tackling how to set up and use Microsoft Teams for a project. Chats, Meeting Chats, and Channel Posts are all excellent methods of communication within Microsoft Teams. However, there is often confusion amongst project teams of when it is appropriate to use each feature. […]
Using Microsoft Teams: Write Effective Teams Posts
This blog is the second in a three-part series tackling how to set up and use Microsoft Teams for a project. So you’ve posted a message in Teams and you’re asking yourself, why hasn’t anyone responded? It might be that your messaging isn’t clear, or the right people don’t even know that you’re addressing them. […]
IP Whitelisting through AEM Dispatcher in 5 easy steps
The dispatcher is used as a load balancing/caching tool by AEM. It can also be used to block anyone from accessing your AEM author instance. This is to ensure that no one outside the client’s network can access it. AEM Author and publisher should never be exposed directly. In most cases, clients may also require […]
How to Monitor Performance Using Application Insights
Monitoring your website performance is a key factor to ensure your application performs as expected. There are a lot of application performance monitoring (APM) tools available in the market that can be used to monitor the performance of the application, such as NewRelic, Azure Monitor, AppDynamics, and others. In this post, I’ll talk more about […]
What a Successful Digital Commerce Transformation Looks Like
In my last blog, I explained what digital commerce looks like in today’s world for businesses everywhere. Now, we’ll discuss what a digital commerce transformation looks like. Whether a business has created new leadership roles to address digital demands or not, businesses need help evolving in many areas, including: Knowing their customer and their current […]
Clarifying Excel’s lookup functions
I’ve decided to write some of my own documentation for common use cases of the Excel functions LOOKUP, VLOOKUP, HLOOKUP and XLOOKUP because the official documentation is pretty confusing. It uses “lookup value” as a synonym for “key”, when one would conventionally expect a “lookup value” to be a synonym for “value”! (After all, in […]