dboost.meDecrypting Django Session CookieSometimes you need to quickly read an encrypted cookie data, so here is the command which is going to help you:Apr 8Apr 8
dboost.meClickHouse Null Engine and Handling Log EventsWe are going to see how Null ClickHouse engine can be useful and how can we implement a simple logging system. Our goal here is to…Feb 10Feb 10
dboost.meBefriend Python, Kafka & ClickHouse in 10 minutesIf you need data analytics and the size of your data is big your regular database may not suite your needs and it’s wise to unload the data…Feb 8Feb 8
dboost.meImproving Python UUID Performance in DjangoIn our previous series we covered a way to replace a module in the runtime. Here we are going to use it and replace the default python uuid…Nov 26, 2023Nov 26, 2023
dboost.meDjango, Bulk Update and DeadlocksIt’s very easy to make a mistake. Especially in things related to concurrency. Here we are going to cover a simple thing you can do in…Sep 10, 2023Sep 10, 2023
dboost.meDependency Injection in Python (DIY)Let’s think about dependency injection. In comparison with the java ecosystem, dependency injection is not commonly used in the python…Aug 8, 2023Aug 8, 2023
dboost.meHow To Generate Invoices Using Python & PlaywrightEarning money is fun, generating invoices is not. Let’s automate the latter. We are going to generate html invoices first and then convert…Aug 5, 2023Aug 5, 2023
dboost.meDjango Generic Keys And RelationsLet’s take a look at a simplest GenericForeignKey and GenericRelation usage. Imagine we are facebook and we show ads: with single image and…Jan 28, 2023Jan 28, 2023
dboost.meUsing Django with Multiple DatabasesIf your backend is in full swing and the database load is getting hot, you may consider to offload part of the work to another database…Dec 12, 2022Dec 12, 2022