While Docker makes it easy to start and manage containers, there must still be a base system hosting the containers. These systems form the infrastructure on which containers run and are covered by objective 702.3 of the DevOps Tools Engineer ... Read more The post DevOps Tools Introduction #08: Container Infrastructure appeared first on Linux Professional Institute (LPI).
While Docker makes it easy to start and manage containers, there must still be a base system hosting the containers. These systems form the infrastructure on which containers run and are covered by objective 702.3 of the DevOps Tools Engineer ... Read more The post DevOps Tools Introduction #08: Container Infrastructure appeared first on Linux Professional Institute (LPI).
The first article in this series laid out the role of vectors in machine learning and LLMs, along with vector representations in software. Now weโll embark on a quick tour of databases and how they meet the modern challenges of ... Read more The post Databases for AI: Should You Use a Vector Database? appeared first on Linux Professional Institute (LPI).
This article is part of a continuing series about data collection today. Following the information gluttony of retailers in the previous article, financial institutions seem quite restrained. None of the resources I found suggested that they had any interest in ... Read more The post What Everybody Knows About You: Banks appeared first on Linux Professional Institute (LPI).
While individual Docker containers usually run a single program, applications in a microservice architecture are usually composed by combining multiple containers, each contributing a specific set of features that make up the complete application. Coordinating the creation and maintenance of ... Read more The post DevOps Tools Introduction #07: Container Orchestration appeared first on Linux Professional Institute (LPI).
This article is part of a continuing series about data collection today. The previous articles discussed devices ranging from robot vacuum cleaners and watches to web browsers. Now weโll see where all this data is going. This article is the ... Read more The post What Everybody Knows About You: Retailers appeared first on Linux Professional Institute (LPI).
Everyone who comments on AIโwhether machine learning or more contemporary techniques such as LLMsโnotes the enormous volumes of data it requires, as well as the radically novel ways in which data is used. Thousands of new data centers are currently ... Read more The post Databases for AI: Vectors, Embeddings, and Architecture appeared first on Linux Professional Institute (LPI).
Container virtualization is one of the major technologies behind modern software architectures. While the concept of container virtualization is rather old, new tools extend the pure virtualization components with numerous features that facilitate the deployment of containerized software. Docker is ... Read more The post DevOps Tools Introduction #06: Container Basics appeared first on Linux Professional Institute (LPI).
This article is part of a continuing series about data collection today. The previous article talked about smart watches and other personal devices. Most sites collecting data from your browser are retailers, but I am devoting a separate section of ... Read more The post What Everybody Knows About You: Your Browser appeared first on Linux Professional Institute (LPI).
My first introduction to Linux came from my undergraduate coursework in computer science. To be honest, it wasnโt a stellar debutโฆ From Confusion to Control: The Early Years Though I knew the command line from my earlier days of creating ... Read more The post How Maykin Went From Demoralization to LPI Trainer appeared first on Linux Professional Institute (LPI).
Turning source code into running services requires a series of steps. Continuous Integration (CI) and Continuous Delivery (CD) are key concepts behind automating, as much as possible, build and deployment processes. LPI covers CI/CD in objective 701.4. Martin Fowler offers ... Read more The post DevOps Tools Introduction #05: Continuous Delivery appeared first on Linux Professional Institute (LPI).
This article is part of a continuing series about data collection today. The previous articles talked about devices in your home and your car; now weโll get more personal. The data collected by fitness devices occupies an ambiguous place on ... Read more The post What Everybody Knows About You: Your Watch appeared first on Linux Professional Institute (LPI).
To celebrate the beginning of my journey as a Linux Professional Institute (LPI) Trainer, I wanted to reshape some video content of mine as an LPI article. So: Hello everybody, Iโm Szymon Izydorek, the creator behind the BecomeDevops channel. In ... Read more The post How I Scored 100% on the Linux Essentials Exam appeared first on Linux Professional Institute (LPI).
Storing work results and sharing them with colleagues is an essential part of open source and DevOps culture. Source code management (SCM) and version control ensure that all members of a team stay on top of changes to source code ... Read more The post DevOps Tools Introduction #04: Source Code Management appeared first on Linux Professional Institute (LPI).
This article is part of a continuing series about data collection today. The previous article talked about devices in your home. Modern cars are probably the most intensive conglomerations of computing power we have in day-to-day life. Estimates of the ... Read more The post What Everybody Knows About You: Your Car appeared first on Linux Professional Institute (LPI).