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 …
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 …
Today I completed my recent website development work PilesBD. It is a website of, Dr. Tanvir Jalal, who is a renowned colorectal surgeon in Bangladesh. So here are the basic job descriptions: Complete redesign with bootstrap css Bilingual content (bangla and english) Question answer system Photo Gallery Facebook Integration Admin panel Here is the screenshot …