top of page
Search

Internationalization (I18n) and Localization (L10n)
Have you ever heard these terms used in the context of software? I18n and L10n are two distinct but related processes that are often...
Klevis Cipi
Aug 5, 20241 min read
12 views


A real example from my experience using docker!
Almost all the projects I work on daily are contained in production. Others, however, are also contained in the development environment....
Klevis Cipi
Aug 2, 20242 min read
2 views


How to redirect traffic from the host machine to Docker containers without using an orchestration tool?
Docker, by default, isolates containers from the host and other containers. However, it offers several mechanisms for establishing...
Klevis Cipi
Aug 2, 20242 min read
19 views


Persistent data on Docker: Volumes
Docker is a very powerful tool in all fields concerning software, but this has a small price to pay: More complexity to the architecture....
Klevis Cipi
Jun 3, 20243 min read
9 views
STAY IN THE KNOW
Subscribe to my newsletter
bottom of page