Faysal Ahamed

Full-stack Web Developer

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...

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...