by Faysal Ahamed | Jul 17, 2020 | Programming
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...
by Faysal Ahamed | Jan 27, 2020 | Lifestyle
“It Doesn’t Have to Be Crazy at Work”টাইটেল টা @jasonfried এবং @dhh এর লেখা একটা বইয়ের টাইটেল। এই ২ ভদ্রলোক বেসক্যাম্প নামের একটা কোম্পানির প্রতিষ্ঠাতা।যাইহোক, আমার লেখার বিষয় এই বই কেন্দ্রিক না হলেও এর মূল থিমের সাথে অনেকটাই মিল আছে। আমরা আসলে কেন...
by Faysal Ahamed | Jan 21, 2020 | Programming
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...
by Faysal Ahamed | Jan 8, 2020 | Programming
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....
by Faysal Ahamed | Dec 11, 2019 | Programming
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...
by Faysal Ahamed | Nov 27, 2019 | General
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...
by Faysal Ahamed | Nov 24, 2019 | Web Development
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...
by Faysal Ahamed | Oct 24, 2019 | Web Development
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...
by Faysal Ahamed | Oct 24, 2019 | Programming, Web Development
Language Based phpXperts Talk.js Python Bangladesh Framework Based Laravel PHP Framework Laravel Bangladesh WordPressians WordPress Bangladesh Vue.js Developers
by Faysal Ahamed | Jul 25, 2019 | Web Development
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....