Posts by Year

2024

Welcome to Jekyll!

1 minute read

You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different wa...

Back to Top ↑

2019

Back to Top ↑

2018

Python is live language

2 minute read

Introduction I have been programming in Python for a while and have been familiar with differences between compiled vs interpreted languages.

Conflicting Migrations in Django

5 minute read

Question Have you ever encountered CommandError: Conflicting migrations detected; multiple leaf nodes in the migration graph:? You definetely have if you wor...

Python Client for Firebase Dynamic Links

1 minute read

Question Have you ever integrated your Python web application (Django, Flask, etc.) to Firebase Dynamic Links ? Yes, No. It doesn’t matter. This post is for ...

TruncDate in Django ORM

3 minute read

Introduction If you have been programming web application in Django probably you really enjoy Django ORM. It’s has advanced capabilities to construct comple...

Back to Top ↑