Python is the most popular general purpose programming language used in machine learning, data science, web application etc. Python has so many packages for machine learning, data-science and data ana...
jQuery has many important and magical plugins that make web development lot easy. There is one plugin addmore.js that allows to dynamically add and remove a repeatable group of form elements. This is...
Laravel Eloquent uses Collections to return the results. Collections contains very useful methods that makes them very powerful and helpful to use. You can filter them, modify them and much more with...
As we know, Laravel provides artisan commands to interact with application. You really wonder how the artisan command works. You can also create your custom artisan command.
In this article, we wil...
GCC is a common compiler of multiple programming languages including C, C++, Java etc. Many open source projects are compiled using GCC.
In this article, we will cover step by step to install GCC i...