-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.js
23 lines (22 loc) · 935 Bytes
/
blog.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
export const blogs =[
{
"name": "A deep dive into Processes, Threads, Fibers and Jobs on Windows",
"link": "https://de-engineer.github.io/Processes-threads-jobs-fibers/"
},
{
"name": "Understanding SMT Solvers: An Introduction to Z3",
"link": "https://de-engineer.github.io/SMT-Solvers/",
"video": {
"name": "this video",
"link": "https://www.youtube.com/watch?v=EacYNe7moSs&list=PLt9cUwGw6CYF6Kj19mBZpfhQPsRIC5vGl&index=5"
}
},
{
"name": "Exploring Virtual Memory and the Virtual Memory Management API",
"link": "https://de-engineer.github.io/Understanding-Virtual-Memory-Paging-and-other-memory-related-concepts/"
},
{
"name": "Exploring the process of virtual memory address translation and structure of a page table entry.",
"link": "https://de-engineer.github.io/Virtual-Address-Translation-and-structure-of-PTE/"
}
]