Jahongir RahmonovHow to write a Python web framework. Part II.In the first part, we started writing our own Python framework and implemented the following features:Feb 28, 2019Feb 28, 2019
Jahongir RahmonovHow to write a Python web framework. Part I.“Don’t reinvent the wheel” is one of the most frequent mantras we hear every day. But what if I want to learn more about the wheel? What…Feb 14, 2019Feb 14, 2019
Jahongir RahmonovYou are a programmer, automate your life already!Hello, how are you? I have missed you. I haven’t blogged for a long time now. But I have prepared something good for you to compensate.Feb 14, 2019Feb 14, 2019
Jahongir RahmonovUnderstanding Django Static FilesHave you ever been frustrated when your Django application did not find the static files you were using? Then, you read the documentation…Jun 25, 20181Jun 25, 20181
Jahongir RahmonovBranch by AbstractionAgile, devops, continuous integration, continuous delivery, scrum, kanban, automation… How many times a day do you hear one of these words…Apr 10, 2018Apr 10, 2018
Jahongir RahmonovStatic Site Generator in PythonStatic site generators are all the rage lately. This very website that you are reading is also powered by a static site generator and I…Apr 2, 2018Apr 2, 2018
Jahongir RahmonovThe best books that I have readThis will sound such a cliche but I love reading books. I really do. I read around 30 books in 2017. All of them are of different…Mar 21, 2018Mar 21, 2018
Jahongir RahmonovRun a Django app with Nginx, Gunicorn and Supervisor in Ubuntu 16.04 (Part III)This tutorial is the continuation of this one where we learned how to run a django app with nginx and gunicorn. Now we will add Supervisord…Mar 18, 2018Mar 18, 2018
Jahongir RahmonovRun a Django app with Nginx and Gunicorn in Ubuntu 16.04 (Part II)This tutorial is the continuation of this one where we learned how to run a django app with gunicorn. Now we will add Nginx into the mix.Mar 18, 2018Mar 18, 2018
Jahongir RahmonovRun a Django app with Gunicorn in Ubuntu 16.04 (Part I)This tutorial is aimed at beginners and is a part of a series where we learn to run a django app with Gunicorn and Nginx, and manage it…Mar 18, 2018Mar 18, 2018