SOLID Principle, a buzzword you hear everywhere, A brilliant rules to develop software.
Notes about Background Commands; run multiple commands in docker-compose
I've written an article about the running Php scripts in the background two years ago, Now I'm going to write an advanced version of it, nowadays I'm working with docker and micro-services which we need in our architecture.
as I explained before
Another come back
It's been a long time since last year I have written nothing, busy on life and busy on work make me lazy to write about my experiences, actually, I enjoy sharing my knowledge and experiences with others and learn from their knowledge and experiences as well,I come back to write you about the new experiences I've faced since last six month.
Stay with me, I have good articles with you, I want to write about Microservice architecture, Data Engineering, cool tools in Machine learning and Data Engineering,
PHP Machine Learning
As you now I have Msc degree of Artifical Intelligence and Bsc in Software engineering, and several years experiences in programming and Development Especially with Python and Php, Particularly PHP is my incoming language, but I always suffering from it because it had limited abilities,limited libraries, Today, when I was in feed reading, I found an interesting article about Machine Learning library in PHP with an example of how use this library, How to Analyze Tweet Sentiments with PHP Machine L
Drupal Security Shield For Contributed Modules,What That Means?
If you have been looking around for new Drupal contributed modules lately, or just reviewing the release versions and statuses for modules that you are using, you might have noticed a new shield icon at the bottom of the project information section.
Migrate to ZSH , Z Shell New and powerfull Shell
After several years working with Bash today, I decide to migrate to ZSH,
What is ZSH?
The Z shell (zsh) is a Unix shell that can be used as an interactive login shell and as a powerful command interpreter for shell scripting. Zsh is an extended Bourne shell with a large number of improvements, including some features of bash, ksh, and tcsh.
How Deploy Drupal to Heroku
what is Heroku? It’s a service for developers eager to get their applications online without having to worry about infrastructure details. Metered, pay-as-you-go Cloud Computing services come in all kinds of flavors. Infrastructure as a Service (IaaS) offerings like AWS allows enterprises to shift their entire operations away from traditional data centers. The downside is that you’ll have to manage networking and provisioning yourself.
Ultimate Guide to Drupal 8 Version 8.2
There are new awesome features in Drupal 8.2, and according to it Acquia Released new Ultimate Guide to Drupal 8 with following features
What’s New and Exciting in PHP 7.1?
Nowadays I'm very busy and working hard on http://www.zeyton.com, it's a exciting project, later I'll talk to you more about that and about new technologies we are used there.
PHP development is one of my skill and as a developer we have to be update, as you know PHP 7.1.x Related on 01 Dec 2016 and there is several interesting thins there,
Run a php script in background
When we need to run some script without waiting the fronted user till the process is not completed, For that we need to execute some script in background to hiding the execution time to user.This process is hidden to the end user. It improves your Website efficiency.