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

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