Chris Wang

This site documents my work & technical notes starting from 2020.

Navigate to featured content related to the site’s construction, reflections on Hugo and Web Apps Development.

β˜… Technical Documentation of the Site

Oct 4, 2024
Done 🌳

β˜… View & Download My Current CV (Chinese)

Oct 1, 2024
Done 🌳

β˜… View & Download My Current CV (English)

Oct 1, 2024
Done 🌳

β˜… Reflection on Hugo and Web Apps Development

Oct 4, 2024
Done 🌳

Database that documents codes, algorithms, tech-related courses notes and random ideas considered recyclable that I made recent years. This section displays the technicals stack and skills I’ve mastered for job evaluation purpose.

Algorithm Bubble Sort

Explanation and implementation of Bubble Sorting in C++ and Python with complexity analysis.

LeetCode C++
Done 🌳
Algorithm Insertion Sort

Introduction and implementation of Insertion Sort in C++ and Python coding languages.

LeetCode C++
In Progress 🌿
Algorithm Quick Sort
Algorithm Quick Sort

Overview of Quick Sort algorithm with complexity analysis in C++ and Python.

LeetCode C++
Done 🌳
Binary Search Tree

Learn about Binary Search Trees in Python through traversal methods and search algorithms.

Python C++
Done 🌳
C++ Reviews
C++ Reviews

Review of C++ covering basics, operators, math functions, string functions, and passing arguments.

C++
Idea 🌱
Django Basics

Tutorial on Django basics, covering app creation, views module, URLs, models, ORM, and more. Contents have not been completely translated.

docs how-to
In Progress 🌿

Selected Notes or blogs that represent work I’m particularly confident in. These articles which I have dedicated significant time and effort to, usually showcase more comprehensive contents and deeper analysis on certain technical topics.

Chris Wang Personal Showcase
Django Basics

Chris Wang Personal Showcase
Data Stuctures Review

Chris Wang Personal Showcase
Git & GitHub Basics