I’ve encountered this situation many times when I’m developing an advanced WordPress plugin or theme and I need to use a composer package. In advance developments, composer packages help a lot to build complex apps. But I had few confusions and It was hard to decide how should I proceed. In this article, I’ll try to explain how to use PHP…
Author: Robin
Reading Environment Variables From .Env File In Python
Reading environment variables in python is very easy using a great package called python-dotenv. Very often you would like to have a separate .env file to store your configurations variable. You can hide the .env file from your developers and keep your private credentials secure using this method. You can read the key, value pair from .env and adds them to environment variable. It is…
LAMP Stack Localhost Folder Permission Fix MacOS
LAMP stack localhost folder permission issue is a pure hell for those of us who aren’t expert in the UNIX system. You’ve surely faced the issue when you can’t access localhost folder, unable to upload files through your web app etc. If you’re still unable to fix this issue or every time you create new project folder you have to…
Setup LAMP stack in Vagrant for rapid development
If you read my previous article on how to run vagrant now you might want to install some development stuff. In this article, I’ll guide you how to install LAMP stack in Vagrant. LAMP stack stands for Linux, Apache, MySql, and PHP. I’ve already written an article on how to install Linux inside Vagrant. So this time I’m going to write about…
How to setup Local Linux Server with Vagrant
I’ll not go into every detail of why use Vagrant or Local Server. If you came to read this article, this means you already know what is it and why anyone should use it. If not, you can go ahead and find many articles explaining the use of Vagrant. In very short Vagrant gives you the ability to create separated…
Would Alien Really Help OR Destroy Us?
Would alien want to help us or hurt us? Finding new planets, different lives is really gonna benefit us? The answer is we aren’t sure yet. But before we waste more time from our life or bring new threats to the world we should think a little bit more about aliens. Though this post is going to be less scientific…