Learn how to migrate a Linux installation from an HDD to an SSD medium.
Also find me here:
Baeldung Author
Albert Stec
Senior Java Developer with over 8 years of experience. Working mostly with big, enterprise software like banking and e-commerce. I love to spread my knowledge. That's why I'm also leading Java boot camps, and writing computer-science-related articles. In my free time, I expand my knowledge about Cloud and Kotlin.
Here's what I've written (so far):
Baeldung on Linux
- >All
- Installation (1)
- Filesystems (1)
Baeldung on Computer Science
- >All
- Programming (15)
- Security (7)
- Software Architecture (6)
- Networking (3)
- OS (2)
- Core Concepts (2)
- Sorting (1)
- Deep Learning (1)
- Computer Vision (1)
What Is GitOps?
Filed under Software Architecture
Learn about the origins, principles, workflow, and pros and cons of GitOps in detail.
What’s the Difference Between a Turing Machine and a Finite-State Machine?
Filed under Core Concepts
Learn the similarities and differences between Turing machines and finite-state machines (FSMs), which are also known as finite automata.
Near Field Communication
Filed under Networking
Explore NFC, the technology for wireless and contactless data transfer.
Python Implementations of Top-Down and Bottom-Up Merge Sort
Filed under Sorting
Learn how to implement the recursive top-down and iterative bottom-up versions of Merge Sort in Python.
Inversion of Control
Filed under Programming
Explore the concept of the inversion of control to reveal how it enhances software development.
What Is Sharding?
Filed under Software Architecture
Learn the fundamentals of sharding and details of how it works.
Infrastracture as a Code
Filed under Software Architecture
Learn what Infrastructure-as-a-code means.
Microservices vs. Service-Oriented Architecture
Filed under Software Architecture
Compare microservices to service-oriented architecture (SOA).
Event-Driven Architecture
Filed under Software Architecture
Learn about the software design approach called event-driven architecture (EDA).
Baeldung on Ops
- >All
- Kubernetes (1)
- Deployment Tools (1)
What Is Cloud Orchestration?
Filed under Deployment Tools
Learn how cloud orchestration works, its main features and components, and why it is beneficial in many software and architecture processes.
How to Bind a PVC to a Specific PV
Filed under Kubernetes
Learn how to bind a PVC to a specific PV in Kubernetes.