A quick introduction to the difference between logging and tracing.
Also find me here:
Baeldung Author
Amanda Viescinski
I'm a Ph.D. student in Computer Science at the Federal University of Paraná (UFPR - Brazil). I hold a Master's degree in Informatics from the same university. My main research interests are computer networks, distributed systems, and network security.
Here's what I've written (so far):
Baeldung on Computer Science
- >All
- Networking (21)
- Security (2)
- OS (1)
- Deep Learning (1)
- Core Concepts (1)
- Algorithms (1)
Physical Networks: Optical Fiber Vs. Twisted Pair
Filed under Networking
Explore the optical fiber and twisted pair (copper) cables.
What Is Group Normalization?
Filed under Deep Learning
In this article, we learn what Group Normalization (GN) is in the context of deep neural networks.
What Are SNR Margin and Line Attenuation?
Filed under Networking
Find out what signal-to-noise ratio margin and line attenuation are and explore some methods of optimizing transmission quality in copper and fiber optic cables.
The Loopback Interface in Routing Protocols
Filed under Networking
Learn why loopback interfaces are important for routing protocols.
Bluejacking vs. Bluesnarfing
Filed under Security
Explore the differences between the Bluejacking and Bluesnarfing attacks.
Network Traffic: North-South and East-West
Filed under Networking
Explore the concept of North-South and East-West traffic.
Log-Structured File Systems
Filed under OS
Explore the first Log-Structured File System (LFS).
Tournament Selection in Genetic Algorithms
Filed under Algorithms
Explore the Tournament Selection algorithm.
Baeldung on Ops
- >All
- Docker (12)
- Kubernetes (5)
- Git (3)
Container Hostnames and DNS with Docker Compose
Filed under Docker
Learn about how hostnames DNS entries can be used to communicate between containers with Docker Compose.
How To Pull a Docker Image From an Insecure Registry
Filed under Docker
Learn how to configure Docker to pull images from insecure registries.
How To Save a Docker Container State
Filed under Docker
Learn how to save and restore the state of a running Docker container.
Install OpenSSH in an Alpine Container
Filed under Docker
A quick and practical guide to installing OpenSSH in an Alpine Docker container.
Setting Docker Containers to Start Automatically at Boot
Filed under Docker
A quick and practical guide to starting Docker containers automatically at boot,
Setting Bash Aliases for Docker Containers in Dockerfile
Filed under Docker
A quick and practical guide to setting bash aliases for Docker containers in Dockerfile.
How to Fix kubectl Error “Connection to server was refused”
Filed under Kubernetes
A quick and practical guide to solving kubectl error “Connection to server was refused”.
Copying Files from Kubernetes Pods to Local System
Filed under Kubernetes
A quick and practical guide to copying files from Kubernetes to local filesystem.
How to Change Timezone in a Docker Container
Filed under Docker
Explore different methods for changing the timezone in a Docker container.