Hi, I’m Faysal
I’m a full-stack web developer who loves working with PHP, JavaScript, Laravel, Vue and WordPress.
Add Readme in your GitHub profile
GitHub users can now add a readme file in their profile.Here is how to do it: Log in to your GitHub account Go to Create a new repository page Write the Repository name exactly the same to your GitHub username. In my case my username devfaysal. So the repository was…
It Doesn’t Have to Be Crazy at Work
“It Doesn’t Have to Be Crazy at Work”টাইটেল টা @jasonfried এবং @dhh এর লেখা একটা বইয়ের টাইটেল। এই ২ ভদ্রলোক বেসক্যাম্প নামের একটা কোম্পানির প্রতিষ্ঠাতা।যাইহোক, আমার লেখার বিষয় এই বই কেন্দ্রিক না হলেও এর মূল থিমের সাথে অনেকটাই মিল আছে। আমরা আসলে কেন…
Code statistics of Laravel Application
Recently I have seen a tweet of @dhh, creator of Ruby on Rails that showing code statistics of one of his recent project. I was wondering if Laravel has anything like that. I tweeted mentioning several Laravel devs and found a nice package which did similar stats that…
If you are a PHP developer and working mostly with Laravel ecosystem, you must follow these guys on twitter:
If you are a PHP developer and working mostly with Laravel ecosystem, you must follow these guys on twitter: Taylor Otwell Freek Van der Herten Marcel Pociot Adam Wathan Jeffrey Way Matt Stauffer Nuno Maduro Jonathan Reinink Caleb Porzio Mior Muhammad Zaki Barry vd….
Why spending time on writing tests for software?
I have been developing web-based software using PHP for more than 5 years. I never wrote any test or did not know how to write before I started writing tests for my Laravel applications from early 2019.I become familiar with the term TDD (Test Driven Development) when…
Division, District and Upazila data of Bangladesh for Laravel application
I was developing a Laravel app that required the Division, District and Upazila data.Before this, several times I manually created database table and imported sql data from https://github.com/nuhil/bangladesh-geocode So no more manual works again. I created a package…
Access website without active domain name
Sometimes you host a website but you do not have an active domain or maybe your DNS is not updated yet but you want to visit the site- You can do it very easily by updating your host file. Let say the domain name is example.com and we host this website in a shared…
Fix: phpMyadmin No activity within 1440 seconds; please log in again
Lots of developers use phpMyadmin for browsing mysql database in their development setup. By default phpMyadmin expires session if there is no activity within 1440 seconds. But in development setup, log in again and again is painful. It can be solved by updating…
Important Facebook Groups for Developers
Language Based phpXperts Talk.js Python Bangladesh Framework Based Laravel PHP Framework Laravel Bangladesh WordPressians WordPress Bangladesh Vue.js Developers
Migrate to Shopify – Keeping URL structure and SEO unaffected
History Last year I developed an ecommerce website for a client using WordPress. Interesting fact is, we did not use WooCommerce. The backend of ecommerce was at shopify. My client subscribed to the shopify’s lite version to manage product, payment, invoice etc….