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