Blog
- • • •
-
Swift Serverside Swift
Content
- Basics
- Terminologies
- Commands
- Docker Images
- Image Types
- Create Images
- Docker Compose
docker-compose.yml
- Run Application
- Basics
- • • •
-
ReactJS ReactJS Data Visualization Libraries in a Hack Night
- react
At the hackathon last night, we were given a bunch of advertising data to work with so that data can be more understandable. I experimented with several React data visualization libraries, out of which I couldn't really find a perfect one. I will share the experience working with the libraries, and what pros and cons I found.
- • • •
-
Docker Docker Beginner
Content
- Basics
- Terminologies
- Commands
- Docker Images
- Image Types
- Create Images
- Docker Compose
docker-compose.yml
- Run Application
- Basics
- • • •
-
Algorithm Shortest Path Algorithms
Content
- Dijkstra's Algorithm
- Bellman-Ford Algorithm
- Floyd–Warshall Algorithm
- Shortest Paths in DAGs
- • • •
-
Competition Data Stucture Notes
Data stucture notes for coding competitions.
Content
- BST
- Monotone Queue
- Block List
- Merge-Find Set
- Split & Join AVL
- Persistent AVL
- • • •
-
Competition Competition Notes
Content
Notes for coding competitions.
- • • •
-
Competition Competition Cheatsheet
Content
Cheatsheet for coding competitions.
- • • •
-
DataStructure Linked List Basic
- C
Content
- What is Linked List?
- Linked List v.s. Array
- Visualizing Linked List
- Basic examples (in C)