Follow Us
Categories
- Blogging(16)
- Discussion Forum(4)
- Help Desk(6)
- Live Chat(6)
- Form(2)
- Newsletters(6)
- Status Page(3)
- Invoicing(2)
- Single Sign-On(3)
- Deployment Tools(1)
Archives
Yearly Archives: 2021
Apache vs Nginx – Detailed Comparison in 2021
Apache and Nginx are two of the most common open source web servers in the world. Together these two handle more than half of the worlds internet traffic.

Although Apache and Nginx share many qualities, they should not be considered …
Posted in Web Server Solution Stack
Features Exploration Of Medical Health Solution OpenEMR
ONC Certified cross platform custom healthcare software. It automates several tasks such as patients appointments, patient records, billing and some more.

Overview
In recent times, we published blog posts on How Online Healthcare Software Empowers Healthcare Industry and a tutorial …
Posted in Healthcare Software
A Beginner’s Guide to Redis In-Memory Database
This tutorial helps you learn about Redis In-Memory Database. It is open-source and also called a key-value store, which is a type of NoSQL database.

Redis actually stands for “REmote DIctionary Server”. Redis is an open-source, …
Posted in Database Management Software
Continuous Integration And Continuous Deployment From Source Control Server
Automate development workflows using free CI/CD tool. We will learn how to setup CI/CD using Jenkins automation server and GitHub for software deployment.

Development teams use different methods for software deployment such as FTP, pulling code from the repository, and …
Posted in Deployment Tools
Automate Software Development Workflows with Github Actions
Github Actions is a feature provided by Github, that allows you to set up CI/CD workflows using a configuration file right in your Github repo.

One of the best ways to increase productivity in a software project is to automate …
Posted in Version Control Software
How To Set Up eHealth System Hospitalrun On Localhost
Extremely useful eHealth solution to facilitate clinicians and patients. Let’s learn how to install free open source Hospitalrun(HIS) on the local server.

Overview
We recently published a blog post on How Online Healthcare Software Empowers Healthcare Industry that describes the …
Posted in Healthcare Software
Why MySQL is a Popular Open Source Database Management System?
MySQL is an open source relational database management system (RDBMS) with a client-server model. It is one of the most popular database management system.

We have already discussed Top 5 Open Source Database Management Systems, now lets discuss one …
Posted in Database Management Software
How to Set Up a Continuous Deployment Pipeline with GitLab CI/CD
Automated Deployment streamlines your workflow. In this article, we’ll learn setting up a continuous deployment pipeline using GitLab CI/CD

In the last few articles, we learned about the basics of version control and then we enhanced our knowledge by learning …
Posted in Version Control Software
How Online Healthcare Software Empowers Healthcare Industry
Open source applications are significantly contributing to healthcare development. Healthcare professionals are now able to respond quickly to challenges.

Overview
In recent years, technology has changed the workflows in almost every field of life including the medical industry. There are …
Posted in Healthcare Software
Top 5 Open Source Database Management Systems In 2021
An open source DBMS software manages storage and retrieval of data and provides user interface or other ways for developers to modify or extract data from databases.

Database Management systems offers a systematic approach for the management of databases via …
Posted in Database Management Software