There are lots of apps available for Muslims. Most of them are ad supported or you need to pay some bucks. I used several apps but currently I am using three apps that are ad free and contains many premium feature and yo
Read More...
Should I hate a library or framework ? My answer is “No”. Every library or framework is created for a reason. If that matches your needs you can use it in your projects otherwise do it on your own. Nothing to be hated he
Read More...
I was using Jekyll for my blog. but there were some problems with that static site generator. I reinstalled Windows and was having trouble to build my website on my own PC. So I got frustrated and wanted to make a switch
Read More...
I joined Mozilla localization workshop on 9-10 November at Dhaka. It was nice experience for me. This blog post is for sharing my personal experience about the localization meeting.Computer and internet is still is myste
Read More...
Sending mail with PHP is easy. We can test it with a local SMTP server. MailHog is very useful for this purpose.
MailHog
MailHog is program thats creates a local SMTP mail sever for testing purposes. Let’s see how to configure MailHog.
Read More...
Comments are the part of the PHP code , that is not executed. It’s a note note to the person who is reading the code.
Read More...
PHP codes must be enclosed by PHP tags. When PHP parser pareses a file , it looks for opening and closing PHP tags. It tells the parser when to start interpreting and when to stop. Reason for parsing in this manner is allowing to embed in different types of documents like HTML.
Read More...
In this tutorial we’ll learn how to run PHP program on local pc. For this purpose, You must have PHP environment installed on your pc.
Read More...
Divide and conquer algorithm divides problems into smaller subproblems , solve the subproblems and combine the solutions to find the solution of the main problem. Let’s see an example .
Read More...

Wordpress and Blogger are the most popular platforms for blogging. I have been blogging using Blogger from the beginning. Recently I started using Jekyll. This website is made with Jekyll . In this post I’ll share my experience using jekyll.
Read More...