Easily Log Exceptions [2 Ways To Find The Currently Handled Exception]

You may find it helpful to log exception and the stack trace when it was raised for further investigation. Let’s see how to log the currently handled exception.

How to Find The Perfect Match? [3 Solutions For Interview Question]

How to Find The Perfect Match? How to solve this Facebook Interview Question?

Avoid Relative Import Errors Now [3 Mistakes About Relative Import]

You can easily misuse relative import in python. Let’s 3 misconceptions about relative imports that can lead to relative import errors

Install LAMP [7 Easy Steps To Prepare Ubuntu For PHP Development]

In this tutorial, We see how to install LAMP and to prepare Ubuntu for PHP development.

Composer init – The Best Way to Add 3rd PHP Libraries

How to use composer, dependency management tool for PHP. to download and use 3rd libraries.

Best Way To Find Public IP Address [using 1 Command Line]

You may wish to find public IP address (a.k.a, The external IP address) for various reasons. Let’s see how can you do it via the command line.