Posts

Flask: Document with dynamic lines addition using FieldList

Flask: Document with dynamic lines addition using FieldList

This tutorial demonstrates dynamic FieldList implementation in Flask-WTF. Ideal for dynamic forms in CRMs, invoicing, or multi-entry data apps. Create nested forms, and clone rows using JavaScript. Handle editing by updating/deleting database entries based on form order, and ensure empty rows are omitted.
SphinxSearch finding by partial and inflected words

SphinxSearch finding by partial and inflected words

Enabling partial word search and word inflection support is highly beneficial for modern search-driven applications, especially those handling large text corpora, user-generated content, or multilingual data. This possibilties ara also provided by SphinxSearch.
Using SphinxSearch in Python

Using SphinxSearch in Python

This post explores the possibilties of enabling SphinSearch in your Flask application.
📄

Running SphinxSearch in Podman container

This post documents the setup of SphinxSearch indexing the Postgresql database. The whole installation is hosted on Fedora using Podman containers in...
📄

Neovim cheatsheet

<leader> is by default. Save and run current file :w|!python % Autocompletition from venv bash $ source venv/bin/activate $ nvim Jump to definition...
📄

GPL Softare license key notes

If you consider using the GPL license for your next project or you want to use already GPLed software you have to be aware of several basic things...