Notes & Blogs

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.

Data Structures and Algorithm

Summary: Exploring algorithms, complexity analysis, recursion, time complexity, and data structure classification.

Algorithm Selection Sort

Introduction to Selection Sort algorithm in C++ and Python, demonstrating sorting logic.

React & Django Configuration

Configuring React & Django connection with essential steps and framework installation for both.

Nginx Access log Generator

Generate high traffic Nginx access logs through proxy and header manipulation with Python.

Linux Ubuntu Commands

Summary: Linux Ubuntu commands for changing file permissions and extracting different archives efficiently.

LeetCode 2400 Number of Ways to Reach a Position A

LeetCode 2400 calculates ways to reach a position in k steps using combinations.

LeetCode 238 Product of Array Except Self

Compute products of array elements excluding each element efficiently in linear time.

LeetCode 217 Contains Duplicate

LeetCode 217 - Determine if an array contains duplicate numbers using hash set.

LeetCode 121 Best Time to Buy and Sell Stock

Maximize profit by buying low and selling high in one transaction.

LeetCode 1 Two Sum

Efficiently solve Two Sum problem using hashmap in Python and C++.

Kafka3 x Basics

Guide to installing and configuring Kafka on CentOS with basic Zookeeper operations.

Hadoop3 x Basics

Learn Hadoop3.x basics on CentOS for big data processing, including setup and configurations.

Git & GitHub Basics

Summary: Git and GitHub basics including setup, common commands, and GitHub setup procedures.

Flume & Kafka Stream

Flume collects nginx logs into Kafka, managing servers efficiently with Flume and Kafka stream.

Flink & Elasticsearch Stream

Streamline Nginx log data processing with Flink for real-time computation and visualization using Elasticsearch.

Django Basics

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

C++ Reviews

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

Binary Search Tree

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

Algorithm Quick Sort

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

Algorithm Insertion Sort

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

Algorithm Bubble Sort

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