Learn the difference between Authentication and Authorization.
Baeldung Author
baeldung
This is the standard author on the site. Most articles are published by individual authors, with their own profiles, but when multiple people have a strong contribution, we publish collectively here.
Here's what I've written (so far):
Semaphore vs. Mutex
Filed under OS
Learn about the differences between mutexes and semaphores.
Brewer’s CAP Theorem
Filed under Networking
In this tutorial, we’ll introduce and explain the CAP theorem.
Topic Modeling with Word2Vec
Filed under Algorithms, Artificial Intelligence, Machine Learning
Learn about the definitions and techniques of topic models, word embeddings, and WordVec.
Networking: IPv4 vs. IPv6 Addresses
Filed under Networking
Compare two different IP address types – IPv4 and IPv6.
Finding the Lowest Common Ancestor in a Directed Acyclic Graph
Filed under Algorithms, Graphs
In this tutorial, we’ll introduce one of the algorithms of finding the lowest common ancestor in a directed acyclic graph. Also, we’ll talk about its time complexity.
Inter-Process Communication
Filed under OS
Explore computer system processes and various mechanisms of communications between them.
Dynamic Linking vs. Dynamic Loading
Filed under OS
Explore various aspects of linking and loading in a computer application.
Weakly Supervised Learning
Filed under Algorithms, Artificial Intelligence, Machine Learning
Learn about strong and weak supervision learning.
How to Determine if a List of Polygon Points Are in Clockwise Order
Filed under Algorithms, Math and Logic, Programming
In this tutorial, we’ll create a simple algorithm to determine the polygon points’ orientation. Furthermore, we’ll revise and use some formulas for the area computation.