About:
Tuan Anh Bui, a Berlin-born tech enthusiast, is a Lead Developer and IT Trainer specializing in cloud computing and web development.
Website:
Specializations:
Interests:
Subscribe to RSS:
The blog post discusses the benefits of reactive programming for Python applications, highlighting its ability to reduce bugs, simplify complexity, and improve maintainability. It contrasts traditional state management methods wit...
The text is a practical guide to reactive state management in Python, focusing on signals as a solution to state coordination problems in Python applications. It discusses the problem with traditional state management, what signal...
The article introduces the reaktiv library, which enables reactive programming in Jupyter and VSCode notebooks. It explains the benefits of adding reactivity to Jupyter, provides examples of creating reactive notebooks, and discus...
The author shares the story of creating reaktiv, a Python library that implements a reactive programming model similar to Angular's signals. The library faced challenges in communication and finding the right audience, but eventua...
0Create Python DateTime UTC ISO-Format Strings
2024-11-13 •
...
The text discusses the limitations of conversational AI models that require an internet connection and introduces Ollama, an open-source project that allows users to run a conversational AI model directly on their machine. It prov...
The text explains the process of migrating a Docker volume from a rootless environment to a root environment. It details the steps to create a backup and restore it, overcoming the challenge of differing file permissions.