Learn the differences between the GET and POST methods.
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)
Merge Sort: Top-Down vs. Bottom-up
Filed under Sorting
Take a closer look at the divide and conquer-based efficient sorting algorithm known as Merge sort.
Cryptography: Known-Plaintext Attack vs. Chosen-Plaintext Attack
Filed under Security
Explore the differences between known-plaintext and chosen-plaintext cryptographic attacks.
Artificial Bee Colony
Filed under Algorithms
Learn about the artificial bee colony metaheuristic.
KISS Software Design Principle
Filed under Programming
Learn about the KISS software principle, why we should use it, and how to apply it to our programs.
Differences Between Homography and Affine Transformation
Filed under Math and Logic
Explore affine transformation and homography, two essential techniques used to align and correct geometric distortion in images.
DRY Software Design Principle
Filed under Programming
Learn about the DRY software principle and its advantages.
Remote Code Execution (RCE) and How to Prevent It?
Filed under Networking
Learn about the remote code execution vulnerability.
Smart Contracts – Blockchain
Filed under Software Architecture
Learn about smart contracts.