Tags
architecture1
Architecture is the art and science of designing and building large structures. This tag is used for posts that focus on software architecture.
data-extraction1
Data extraction is the process of collecting data from a variety of sources, often poorly organized or unstructured. It is the first step in both, ETL (extract, transform, load) and ELT (extract, load, transform) pipelines.
data-pipeline2
A data pipeline is a series of processes that migrate data from a source to a destination data store (often a database).
dependency-injection1
Dependency Injection is a technique in which an object receives other objects that it depends on. This tag is used for posts that focus on dependency injection in software development.
docker1
Docker uses operating system level virtualization to isolate software in packages called containers.
drm1
Digital Right Management is a way to protect data from being copied. Posts focus on how to get rid of DRM for the purpose of a private copy of the content.
elasticsearch1
Elasticsearch is a powerful NoSQL document data base that is aimed to analyze text based content. It is developed under the open-core business model.
fastapi2
kibana1
Kibana is a front-end for Elasticsearch.
linux10
machine-learning1
Machine Learning posts focus on computer algorithms that improve automatically through experience.
next.js1
nextcloud2
Nextcloud allows users to set up a set of tools to save and share data privately. It is not tied to the public cloud, so that users can spin up instances on their own private hardware and keep their data privately.
notes11
Generic tag that I use to tag (short) blog entries, in which I mainly document stuff for myself but expose those notes as they might be of interest for others as well.
pihole1
Pi-hole is a lightweight nextwork-level ad- and tracking blocking application, which allows to block content for all devices in the network. It acts as a DNS sinkhole and optionally as a DHCP server.
python2
Python is an interpreted, high-level, general-purpose programming language. This tag is used for posts that focus on Python.
sqlalchemy1
SQLAlchemy is an open-source SQL toolkit and object-relational mapping (ORM) library for the Python programming language.
tech17
Generic tag which I use to tag posts that cover tech topics (which are most of my posts).
testing1
Testing is the process of evaluating a system or its component(s) with the intent to find whether it satisfies the specified requirements or not. It is a process of executing a system in order to identify any gaps, errors, or missing requirements in contrary to the actual requirements. This tag is used for posts that focus on testing software.
web-crawler1
A web-crawler, also called a spider or spiderbot or just crawler, is an internet bot that systematically browses the web. Web-crawlers are often operated by search engines for the purpose of web indexing.