Our Journal

Get the latest articles from our journal, write, discuss and share
Posted on 7 years ago

PHP vs Python: whom to choose for web development

Like I used to say in programming, anything can be done with anything. That is why when you want to start a new project the choice of the language is very cruci...

Posted on 2 months ago

Developer’s Dream: Translate Locale Files Effortlessly During Development

I'm a developer for more than 10 years, and one of my paint points was always the translation of my application. I generally work on multilingual applications,...

Posted on 7 years ago

How to optimize your MongoDB cluster

Hello here. I’m working on a MongoDB project for a while now and I faced several sorts of issues that I succeed in fixing them. The first one was the configurat...

Posted on 7 years ago

PHP vs Python: whom to choose for web development

Like I used to say in programming, anything can be done with anything. That is why when you want to start a new project the choice of the language is very cruci...

Posted on 2 months ago

Developer’s Dream: Translate Locale Files Effortlessly During Development

I'm a developer for more than 10 years, and one of my paint points was always the translation of my application. I generally work on multilingual applications,...

...
Software Development7 years agoGet notify by Telegram in case of error on your Django application

As you already know (or not 😀) I am a fan of Django and I built a lot of my projects with it. Between other things, they have in good logging mechanism which a...

...
Software Development7 years agoHow to make a django admin docs

Django is a great framework for web development in python. And the more I work with it the more I like it. One of the think I love with it is the fact that it p...

...
Software Development55 years agoDeploy Django project with nginx and uWSGI

I'm a fan of python, I find it cool, simple, elegant. When I wanted to start my first project, I searched if they exist a framework for web development with Pyt...