Habits of Amateur and Professional

Habits of Amateur and Professional

Habits is something that define who you are and what you're capable of. To become a better self, change yourself by replacing bad habits...
C# in Depth: A Comprehensive Course - Beginner-To-Advanced - Udemy Coupons 100% Off

C# in Depth: A Comprehensive Course – Beginner-To-Advanced – Udemy Coupons 100% Off

Udemy's Most detailed course on C# for Beginners and Advanced Level i.e Lambda Expressions, LINQ, Extension Methods & OOP Master all C# Concepts Understand Primitive Data...
Laravel Framework

Provide custom database connection on Laravel Validator

When using multiple databases on Laravel application, please be aware that the Validator will validate using default connection specified in config/database.phpfile. 'default' => env('DB_CONNECTION', 'default_connection_db'), So what...
Ubuntu Linux Operating System

Resolve add-apt-repository command not found in Ubuntu

Sometimes, when adding a new software distribution repository, you will need to use add-apt-repository command, but it fails like this: sudo: add-apt-repository: command not found It's basically...
Ansible

Execute Ansible tasks asynchronously

By default, Ansible tasks are run in blocking mode, that is, each task has to wait for previous task to complete before it can...