Avatar

Jeff's Blog

I enjoy what I learn and I share it🌟

❝Life is best filled by learning as much as you can❞

changcheewah96@gmail.com
  1. Home
  2. About
  3. Archives
  4. Search
Featured image of post Binary Search Tree
JAVASCRIPT ALGORITHM & DATA-STRUCTURE

Binary Search Tree

A common type of binary tree is a binary search tree, in which every node has a value that is greater than or equal to the node values in the left sub-tree, and less than or equal to the node values in the right sub-tree.

Oct 05, 2020
Featured image of post XMLHttpRequest vs Fetch API
JAVASCRIPT

XMLHttpRequest vs Fetch API

Let's compare the two web request tools: XMLHttpRequest vs Fetch API

Sep 25, 2020
Featured image of post Password Strength Detector
HTML CSS JAVASCRIPT

Password Strength Detector

Regular Expression is a great tool to validate the strengthness of password

Sep 11, 2020
Featured image of post Build Your Backend Server with GOLANG
GO

Build Your Backend Server with GOLANG

In this article, we will be creating our first restful server with Go and the package called Gorilla Mux

Aug 21, 2020
REDIS

Setup Redis On Window

Aug 20, 2020
1 … 5 6
© 2022 Jeff's Blog

Archives

2022 5
2021 23
2020 17

Tags

JAVASCRIPT NODEJS GO MONGODB ALGORITHM & DATA-STRUCTURE REDIS RABBITMQ REACT CSS DEVOPS HTML NON-TECHNICAL HACKATHON LIFE SHARING