-
Structuring FastAPI application with multiple services using 3-tier design pattern.
-
Running tasks with cronjob in Azure Kubernetes Service.
-
Docker with the SCIP Optimization Suite and PySCIPOpt. Solving optimization problem (0-1 Knapsack) with Python.
-
Running Python app by cron as a non-root user in a Docker container using Ofelia scheduler.
-
Multi-container Docker app with Postgres, InfluxDB and Grafana. Building animated maps with GeoLoop Panel plugin.
-
Getting started with MongoDB. How to implement connect, mongoimport and CRUD operations using mongo shell.
-
Getting started with PostgreSQL. How to create database and connect to it using psql shell.
-
Feature selection using genetic algorithm (DEAP package) in Python. An approach used for solving Kaggle Earthquake Prediction Challenge.