Running docker containerized App from Local Image

Recently I was in a problem with setting up an application to another machine, which was perfectly okay on my machine. It was a Laravel application using docker. So when I tried to run that app on other machine I was receiving connection refused from registry server because that app database image was hosted onContinue reading “Running docker containerized App from Local Image”

Installing and Configuring AWS CLI and Kubernetes KubeCTL CLI on Windows

In Cloud Computing industry we can say AWS is one of the most popular among others for the benefits it provides. Kubernetes is a software for deploying, scaling and managing docker based containerized applications and it is open source. Now a days Kubernetes is getting more popular in web application development DevOps culture of it’sContinue reading “Installing and Configuring AWS CLI and Kubernetes KubeCTL CLI on Windows”

How to use Custom Network Interface on Windows

If you have some official application hosted on some private server and can be only accessed from office network, you will not be able to install VPN on your machine, because it will by default pass all the traffic through it’s own network interface. Here I will describe how to setup network traffic to useContinue reading “How to use Custom Network Interface on Windows”

Storing and retrieving session after login with Python Selenium

A simple example by which you can get the cookies from the webdriver and pickle them and save the pickle in a file; for loading cookies you can unpickle the saved file data and add the cookies to the driver as shown on below code sample. Getting and Storing Cookies import pickle from selenium importContinue reading “Storing and retrieving session after login with Python Selenium”

Yes finally it’s been a Month!

It was 29th Mar, 2019 7:30 AM when I arrived in Munich International Airport for first time also it was first arrival ever in my life somewhere else from my home country Bangladesh. It was a flight with Singapore Airlines, previously I had no experience of any airlines services, I choose this only for 2Continue reading “Yes finally it’s been a Month!”

Setting up VirtualHost for Symfony Application on Ubuntu

If you are developing a Symfony application on your local machine by default you will get a localhost URL like: Which is a bit bad looking because the actual front facing application of Symfony is in app-root/public directory. You can make it look like http://symfony-test-app.com depending on your application name just by editing 2 files.Continue reading “Setting up VirtualHost for Symfony Application on Ubuntu”

Install WordPress via WP-CLI

If you are a bash lover I wish you will find WP-CLI is the best approach to install WordPress for your project. WP-CLI provides a command-line interface for many actions you might perform in the WordPress admin where doing those same thing via WP-Admin will cost you some extra time. To install WP-CLI on yourContinue reading “Install WordPress via WP-CLI”

This is how I make my Development Environment Ready!

Each Time I start with a fresh Linux Ubuntu distro I faced a lot of software installation and configuration is repeating because you know we software engineers are preferred to use only those applications which is we are used to. That’s why to get my machine fully armed from a fresh start for web applicationContinue reading “This is how I make my Development Environment Ready!”

Become AWS Certified Developer – Associate Level

As a software engineer I’ve been working on Web Application development career for around 10+ years, so it’s been above a decade!! On this long career I’ve been working with AWS platform for a lot of applications and also currently managing a couple of AWS root / non-root admin account as a developer. I wasContinue reading “Become AWS Certified Developer – Associate Level”

Become a Amazing Contributors of TitanFramework!

I’ve been working with WordPress a most popular free and open-source content management system based on PHP & MySQL since 2008. As a senior software engineer I find one this CMS is the best to build simple dynamic websites for my freelance and official small to medium scale projects. From the beginning I started creatingContinue reading “Become a Amazing Contributors of TitanFramework!”