Featured
Read our handpicked blogs, curated for you.
|
The Fundamentals of Zero-Downtime UpgradesUpgrading legacy HIS without downtime relies on parallel running, strangler…
|
Low risk approaches favor incremental strategies over big-bang replacements. Common tactics include rehosting to cloud…
|
Legacy hospital information systems often run on outdated languages like COBOL or MUMPS. They support core functions…
Recent releases
|
Understanding PHPUnit and How to write Unit test cases
PHPUnit testing. In this post, I will walk you through the basics of PHPUnit as well as the ways you can write Unit test cases. Learn How to write a unit test cases
|
Creating an Effective Content Personalization
Why many online consumers get frustrated when irrelevant results appear on their screen? It is just because the contents haven’t been optimized according to their need. Let’s discuss the ways to…
|
AngularJS Series: Everything about Custom Directives
Custom Directives is used to build independent code that can be plugged easily with other Angular applications. Learn how to create custom directives in angularjs
|
GraphQL: A Beginners Guide
GraphQL is a query language for APIs. Here I have covered all the fundamentals of GraphQL with real-world examples, descriptions, and screenshots.