One might be confused or even angered when they learn about Scala’s convention regarding parenthesis usage for no-arg functions. The convention is this: given a no-arg function, you use put parentheses next to the function call only if the function has side effects. So, you would invoke a function named printCurrentState by writing printCurrentState(), since printCurrentState […]
Information Architecture
Strengthening Healthcare C-Suite Relationships & Partnership: IT, Marketing, Revenue
What do the Chief Information Officer (CIO), Chief Marketing Officer (CMO), and Chief Revenue Officer (CRO) need from each other in order to deliver on transformative business outcomes and customer success? Certainly not more short-term fixes. Instead, they need three things: A cross-functional partnership Shared longer-term business and IT roadmaps Nimble architecture “Just 36% of […]
Introduction to Spring Framework for Java
Introduction to Spring Framework for Java This article walks through the basics of using Spring Framework for Java. From a very, very high level point of view, Spring Framework infers a program’s runtime behavior from labels that the programmer attaches to pieces of code. There are many different groupings of labels, and each grouping of […]
Is GraphQL Right for Your Application Architecture?
Your mobile applications and web applications need to get their data from somewhere, and that somewhere is most often your API layer. So how you design and build your APIs will have a big impact on the success of your mobile and web applications and therefore on the happiness of your customers. One key decision […]
5 Tips to Be a Fantastic Developer
There are millions of developers worldwide, each of them is working on different platforms and programming languages. Every other developer has a different way of writing their code, but one common aspect is their logical and analytical mindset. This blog will go through some of the daily interactive areas of a developer and situations that […]
How Taxonomy Connects Healthcare Consumers With Content
We’ve all been spoiled by how easy Amazon and other leading e-commerce leaders have made it for us to find related items when we browse their websites. If I’m searching for a pair of shoes or a blender but not finding the exact item I want, I can often find related items that the site […]
An abstract take on the dependency injection pattern
This article will take a relatively abstract look at the design pattern called dependency injection (or inversion of control). I feel that most articles about dependency injection get too bogged down in the particulars of whatever example is being used to demonstrate the structure. In this article, we’ll present pure abstraction. Well, maybe not pure abstraction- […]
Software Attack Surface Analysis
All software systems exist in an insecure state, which creates the need for a way to conduct software attack surface analysis. This is because any useful system must connect in some way with the outside world and therefore contains at least one point of interaction with that world. These communication paths accept data / instructions […]
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. […]
Deliver Fully Integrated Experiences in Healthcare
CMS interoperability rules generated quite the commotion in healthcare this past year. But when you think about it, these mandates are pushing us closer toward the consumer-centric goals that healthcare organizations already aim to prioritize. Interoperability Mandates Mirror Business Needs Rules and Regulations. Regulations like the CMS Final Rule mandate that health care organizations make […]
EU GDPR Compliance – Securing Data in Oracle HCM Cloud
Does your Organization conduct business and have a workforce in the EU? If so, EU General Data Protection Regulation (GDPR) applies to you. EU General Data Protection Regulation (GDPR) is the data privacy and security law that came into effect in May 2018. It requires Organizations that gather and process personal data in the EU […]
Understanding AEM Resources In 10 Minutes
One of the strong features of Adobe Experience Manager (AEM) is creating UI content using the content authoring capability with Core Components. As contents are created, they are stored in a Jackrabbit Oak repository as resources, which is then fetched and rendered as HTML content. When out-of-the-box content authoring components do not suit the needs […]