Learn about layered architecture design.
Also find me here:
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):
Baeldung on Computer Science
- All
- Machine Learning (45)
- Algorithms (41)
- Networking (40)
- Programming (36)
- Math and Logic (30)
- OS (19)
- Computer Vision (19)
- Artificial Intelligence (19)
- Deep Learning (16)
- Trees (15)
- Data Structures (15)
- Security (14)
- Sorting (13)
- Latex (13)
- Software Architecture (11)
- Core Concepts (10)
- Graphs (8)
- Searching (6)
- Series (5)
- Web (4)
- Graph Traversal (4)
- Data Science (4)
- Path Finding (3)
- Graph Theory (3)
- Concurrency (1)
How Many Principal Components to Take in PCA?
Filed under Artificial Intelligence, Math and Logic
Explore the Principal Component Analysis.
Statically Typed vs Dynamically Typed Languages
Filed under Programming
Learn the difference between statically and dynamically typed languages.
Real World Examples of Tree Structures
Filed under Data Structures, Trees
Have a look at real-world examples of tree structures, in the areas of game development, databases, and machine learning.
Segment Tree and Its Applications
Filed under Data Structures, Trees
Learn how to create a segment tree.
Understanding Routing Table Entry
Filed under Networking, Security
Learn what routing tables are and how they are used.
Pattern Recognition in Time Series
Filed under Machine Learning
A quick and practical guide to detecting patterns in time series.
Distributed System vs. Distributed Computing?
Filed under Software Architecture
Learn the difference between distributed systems and distributed computation.
Find the Majority Element of an Array
Filed under Searching
Learn how to find the majority value of an array.