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

    FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints. It is based on Starlette for the web parts and Pydantic for the data parts. It is one of the fastest web frameworks for Python.

  • kibana1

    Kibana is a front-end for Elasticsearch.

  • linux10

    The linux tag is a container for all posts that focus on a linux based operating system, such as Ubuntu or Manjaro.

  • machine-learning1

    Machine Learning posts focus on computer algorithms that improve automatically through experience.

  • next.js1

    Next.js is a framework that is written in Javascript and uses the React framework to render HTML pages. It is extremly flexible and can be used to render pages on the client, the server (static pages) and everything in between.

  • 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.

All work licensed underunless otherwise stated.

Last build: 2024-12-18T18:33+00:00