Skip to main content

Posts Tagged ‘Services’

Be Super

Angular – Services and Dependency Injection

This blog post is a brief introduction to one of the core concepts of Angular – Services and Dependency Injection. A service is basically a typescript class. It acts as a central repository where we can store and centralize our code and data. This service class can then be shared across components. Dependency injection is […]

Please Don’t Tell Me Social Media Doesn’t Work

I was listening to Bloomberg on the radio today and heard a segment that I knew I had to share. I knew I had to share it because it was a topic that continues to be discussed and debated. In fact, I had similar conversations with two business owners in the last two weeks. Social […]

Top 10 Most Reputable U.S. Banks

Reputation Institute, a research and advisory firm that focuses on tackling and analyzing the reputation of companies worldwide, released its annual ranking of the most reputable U.S. banks. According to the report (and a basic understanding of human nature!), a company’s reputation has an effect on: Customers buying your products and services Policymakers and regulators […]

8 Benefits of Microservices

Microservices are small, independent services that work together. In other words, these services are small, highly decoupled and focus on doing a small task at a time. Follow the Single Responsibility Principle Resilient/Flexible – failure in one service does not impact other services. If you have monolithic or bulky service errors in one service/module it […]

IBM Adds Private Cloud CloudFoundry Implementation

At IBM InterConnect Dev@ keynotes, IBM announced it would be providing a local version of IBM BlueMix. This is a very interesting development. To date, there have only been two providers of private cloud CloudFoundry vendor supported products. With the addition of local BlueMix, customers now have a third option for private cloud CloudFoundry, but […]

3: A Patient Portal Is Integrated

Continuing on with the series on what is a patient portal, I want to talk about integration.  This represents a large effort for any true patient portal.  By integration I mean, the effort and services necessary to pull data and complete transactions to one or more back end systems.  In other words, a patient portal […]