Posts

Showing posts from August, 2018

Django vs Codeigniter

This is a quick comparison with Django which is a python web framework and Codeigniter which is a PHP framework. Both are backend frameworks, meaning the server-side scripting can be done using both of these. Both are powerful frameworks having their own strengths and weaknesses. You might be reading this article because you want to know which one is better for you. But it is a question of your taste, I will only show you the strength and weaknesses of Both. My personal opinion is Django is better than Codeigniter, maybe the reason could be that I am working now as a CodeIgniter developer and I hate my job also " The  grass is always greener on the other  side of the fence” . I am not comparing Django vs Laravel because simply Django is better than Laravel, why? well, I tried building apps using both of these I found that building apps using Laravel is difficult, just because of the sheer size of the framework, it's too heavy; It might have a lot of...