Creating Android App actually easy and only needs huge knowledge of programming. The Reason to Discuss How to Create an Android App and Host It on Cloud is For Sharing the Resources and Tricks to Make the Steps Easy to Any Level of User. In case, you are new to Android application development, you simply need to install Android Studio and read the documentation … [Read more...]
Machine Learning in Medical Diagnosis : GitHub Projects
Previously we talked about logical structuring medical application for mobile or web. Here Are Some GitHub Projects Around Machine Learning in Medical Diagnosis. Few current applications of AI in medical diagnostics are already in use. Machine Learning and AI is relatively slower growing compared to usage in core technical matters because of mess with data, lack of free data and somehow modern … [Read more...]
What is CloudOps and What is Cloud Engineering?
Operation simply became Ops with time and after DevOps as terminogy gained popularity, other simillar Ops emergemed. At present apart from DevOps, there is SysOps, ITOps, AIOps, CloudOps and so on. What is CloudOps? CloudOps is the formal way of describing the best practices on cloud-based platforms. Another related topic is Cloud Engineering. What is Cloud Engineering? Cloud engineering is the … [Read more...]
Incident Management in the Cloud
In the field of management of information technology services, SaaS or 'in the cloud' option often remain as under discussed topic. Most who are related to IT industry are used with some leading Incident Management system, yet many are unaware of offerings from the SaaS brothers of the Incident Management tools. In essence, such services which may lead to the downtime with minimal involvement of … [Read more...]
What is Data Mart? Difference of Data Mart With Data Warehouse
In earlier publications on this website, we already discussed some of the basic, must to know matters around Big Data. Related to current topic they are Theoretical Foundations of Big Data, Data Lake, Data Refining, Difference Between Data Lake and Data Warehouse, ETL (Extract, transform, load) etc to mention a few. We often hear discussion around Data Mart. What is Data Mart? In simple language, … [Read more...]
Docker is Not a Free Software : Limitation of Community Edition
In case, your need as independent developer or small company demands extensive set of features including Docker Trusted Registry then the limitations of community edition will be apparent. Docker is Not a Free Software. Docker With All Components is Neither Licensed Under GNU GPL Nor Docker Community Edition Offers All the Features Which Developer or Small Company Will Need. That neither means … [Read more...]
Docker Vs Kubernetes Vs Apache Mesos : devOps Dilemma Clarified
Sometimes We Talk About Docker, Sometimes Combine Docker With Kubernates, Sometimes We Talk How to Install Meos. It is normal to get confused, specially the students at initial years who are self learning at own effort. Here is Docker Vs Kubernetes Vs Apache Mesos to Clarify devOps. Kubernetes, Docker, and Swarm are practically class of DevOps infrastructure management tools also known as … [Read more...]
Cloud Foundry Versus IBM BlueMix (IBM Cloud)
This topic possibly should be published long before when we talked about PaaS. New Users Often Seek Cloud Foundry Versus IBM BlueMix Comparison For Understanding the Tools, PaaS platform and Open Source Technology Behind. All possibly know that IBM Bluemix is a cloud platform as a service (PaaS) developed by IBM with integrated DevOps. Recently, IBM announced that they are merging the Bluemix … [Read more...]
What is Cyber-Physical System (CPS)?
Some basic idea about related matter needed to be known to understand what is cyber-physical system (CPS). Among them, one is embedded system, the other is Internet of Things (IoT), the other is Autonomous Car , the other is sensor network. A cyber-physical system (CPS) is a mechanism. That mechanism is designed to be controlled or monitored by computer-based algorithms. The total system obviously … [Read more...]
Getting Started with Microservices
Over the years, more and more companies are shying away from a single, monolithic system for obvious reasons. Why a monolithic approach is efficient for smaller web services and applications, it is not the best approach to take when the user have complex needs and bigger systems to run. Companies with more complex needs are now relying on microservices as a solution. Microservices bring several … [Read more...]
How to Install, Configure, Secure MongoDB on Ubuntu 16.04 LTS
MongoDB is a modern, lightweight, scalable NoSQL Database. MongoDB stores data as JSON-like documents and data structure can be changed over time. These are few points which makes MongoDB great choice for wider usage in data sciences to mobile application. Server with 512 MB RAM server is enough for basic testing purpose. Here is step by step guide on how to install, configure, secure MongoDB from … [Read more...]