Skip to content

southxzx/handbook-gatsby

Repository files navigation

My handbook as a small corner.

Built with Gatsby

Production: https://southxzx.space

Development:

npm run develop

Docker:

docker build -t southxzx-handbbook . (if container not yet created) docker run -p 8000:8000 southxzx-handbbook

Then visit [http://localhost:8000/]

Posts:

Date Title
2024/09/24 Trie Data Structure
2024/08/27 Dijkstra + Python's heapq
2024/07/28 Writing Shell Scripts
2024/07/26 Floyd Warshall Algorithm
2024/07/19 Heap Data Structure
2024/07/17 Processes and threads in Android
2024/07/03 Understand the 'static' keyword in Java
2024/06/25 TCP and UDP
2024/05/07 Key notes: HTTP The Definitive Guide
2024/04/21 Graph traversal: DFS & BFS
2024/04/14 (Leetcode) Maximum Rectangle Area
2024/04/03 Singleton with JS
2024/03/29 Session vs Token Based Authentication
2024/03/17 P2P & Message brokers in Nodejs messaging
2024/03/16 The scale cube in Nodejs
2024/03/02 Hardcoded Dependency vs Dependency Injection in Nodejs
2024/02/24 Working with Timer in Jest
2024/02/21 Git rebase
2023/12/17 Github internals (part 1)
2023/12/13 What does SHA1 and SHA256 do?
2023/08/20 Docker 101 (part 2)
2023/08/14 Docker 101 (part 1)
2023/08/04 How does a image carousel work?
2023/07/26 Binary Search in action
2023/07/25 Notes for sorting algorithms
2023/07/24 Concurrency and the story about Sync/Async
2023/07/23 Threads vs Process in OS
2023/07/15 Middleware trong Redux
2023/07/13 Đọc lại document mới của React
2023/07/09 A quick note about rendering behavior in React
2023/07/05 Virtual Memory exploration
2023/07/04 Backtracking solve Subset/Combination/Permutation
2023/07/02 Process Scheduling algorithm in OS
2023/06/28 (Leetcode) Finding Longest Palindromic Substring
2023/06/26 Let's talk about Divide and Conquer (Algorithmic technique)
2023/06/25 Notes for Linked list implement with Js
2023/06/19 Efficient algorithm to reverse string/array
2023/06/18 Stubs/Spies/Mocks in Jest
2023/06/05 Event bubbling in JavaScript and React

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published