dev-yyh
Algorithm
Backend
DB
DataStructure
OS
Contact
Copyright © 2024 |
Yankos
Home
>
Now Loading ...
All Posts
HTTP vs WebSocket: Communication Method Comparison in Web Applications
his article explores the main differences between HTTP and WebSocket, the pros and cons of each, and provides simple Python examples to demonstrate their use...
Backend
· 2024-11-09
REST API vs SOAP API
In this article, we will understand the differences between REST API and SOAP API through their characteristics, advantages and disadvantages, and examples.
Backend
· 2024-10-02
Understanding Synchronous/Asynchronous and Blocking/Non-blocking
Synchronous/Asynchronous and Blocking/Non-blocking are concepts that are often confused. This article explores the differences between these two sets of conc...
OS
· 2024-09-30
Understanding Normalization and Denormalization in Databases
This post provides a look into the concepts, purposes, advantages, disadvantages, and real-world examples of database normalization (1NF, 2NF, 3NF, BCNF) and...
DB
· 2024-09-23
Tree Traversal: Pre-order, In-order, Post-order, and Level-order Traversals
Learn about the four basic tree traversal methods: pre-order, in-order, post-order, and level-order traversals. Understand the differences, use cases, and pr...
DataStructure
· 2024-09-20
SQL vs NoSQL: Which One Should You Choose?
Explore the differences between SQL and NoSQL databases and learn which one is suitable for different situations.
DB
· 2024-09-20
Understanding Binary Trees in data structure
Explore binary trees in data structures. This article covers the basic concepts, types, properties, representation methods, and applications of binary trees.
DataStructure
· 2024-09-19
DFS (Depth First Search) and BFS (Breadth First Search) Search Algorithms
In graph traversal, there are DFS (Depth First Search) and BFS (Breadth First Search). In this article, we will explore the concepts, differences, implementa...
Algorithm
· 2024-09-17
Understanding database index
Discover how important database indexes are in performance optimization. This article covers how indexes work, their advantages and disadvantages, types, and...
DB
· 2024-09-16
<
>
Touch background to close