Hello, I'm Sumon Ahmed
Web Programmer & Developer
PHP, MySQL, Laravel, CodeIgniter, WordPress

About Me
Skills
Participation
6
Total Post
150
Total Courses
150
Total Comments
150
Total Likes
My Posts
Easy Install webpack and webpack-cli
Download node js and install. I use version v12.14.1. If already install check your version, node --version. Npm auto install with nodejs just check the version, npm –v
PHP - What are Traits?
Traits are a mechanism for code reuse in single inheritance languages such as PHP. A Trait is intended to reduce some limitations of single inheritance by enabling a developer to reuse sets of methods freely in several independent classes living in different class hierarchies.
HTTP response status codes or HTTP error code meaning
HTTP response status codes indicate whether a specific HTTP request has been successfully completed. Responses are grouped in five classes:
Auto Formatting on Sublime Text 3 and common settings
Go to Preference > key bindings and then paste this code to json.
Laravel project load from project root
Laravel Project Load from root folder escape public folder. Just create .htaccess file and paste this code.
Disable Timeline on Windows 10
Timeline on Windows 10 is a feature that leverages the Microsoft Graph and allows you to get back to activities you were working in the past. These activities could have been started on the same computer or other devices, such as a laptop, tablet, and even your phone that are connected with the same Microsoft account.