So you have different projects for your clients, boss, or personal playground that you want to track via git. The code repositories are most likely different also. You want to configure a different user per project or certain projects. So how to configure username and email in git that will meet all your needs? It …
Dataset is a collection of data, collected by researchers to analyze, visualize or to find answers to specific research questions. There are many public data repositories like data.gov, you can get a specific dataset of interest. But it is country specific. Of course, you can search google for your desired dataset but do you know …
In a previous post, I mentioned a basic intro of HL7 FHIR and FHIR Server. Like many of the healthcare data model standards, called FHIR resources, CodeSystem is used for implementing terminology, classifications, ontology etc. That means you can create of any subset of existing terminology database for your needs. For example, you can use SNOMED …
It is a very common use case to store/retrieve array type data to/from the database by using PHP’s serialize/unserialize function. When this data is coming back and forth from JSON format, this 2 functions quickly do the conversion from array to database storable string format and vice versa. In plain PHP code, to get the string just …
Fast Healthcare Interoperability Resources (FHIR, pronounced as fire) is a standard data format and elements that are suitable for exchange of healthcare data in and across the healthcare organizations developed and maintained by Health Level 7 (HL7). It will definitely solve one of the main problems and challenges of healthcare IT systems – “Interoperability”. Electronic Health …
When working with the frontend, sometimes you need to use some sort of backend api. There may be two api server – one for development and other for production. While developing frontend, I prefer to use development server for the api rather that production and it makes sense. But, after finishing the frontend, api endpoint …
Vue.js is a progressive javascript framework for building user interface. There are other frameworks out there but I like vue for several reasons. Firstly, it is super fast and perfect for building single page application. Secondly, it is reactive, DOM gets updated whenever data changes. Thirdly, it has cli named vue-cli, a npm package and easy …
Among the code editors Atom is my favorite. Before using Atom, I used Sublime heavily. I also tried Visual Studio Code. But Atom is my ultimate choice. There are lots of reasons behind that. One of the choices, I should mention, git enabled multi project folder. A few days ago, suddenly a strange behavior observed …
Cloud cloud cloud. Cloud is everywhere now-a-days. Industry giants are moving to cloud computing to offer best possible solutions and services to their clients. But what is cloud? Cloud are nothing but series of networks round the globe where servers are connected to internet to serve us. According to the PCMAG, cloud computing means “the …
After completing the high school, I went to Notre Dame College, Dhaka for my higher secondary education. In this post I will tell you about the golden moments of my life. This is a part 2 of a series of my life. You will find part 1 here. I spend 2 busy years there. Everything …