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 Async Await
JAVASCRIPT

Async Await

Introducing Async/ Await. A better way to handle and write Promise

Nov 15, 2020
Featured image of post Redis Hash
REDIS GO

Redis Hash

Redis Hashes are maps between string fields and string values (key-value pair), so they are the perfect data type to represent objects.

Nov 08, 2020
Featured image of post Promise
JAVASCRIPT

Promise

Javascript is a single-threaded programming language in the sense that it can only process one statement or only one thing can happen at a time. However, when we have a large scale data coming from API. The program might just stop and wait until the data is fully received from the end point even there are bunch of pending code waiting to be executed right after the request.

Nov 01, 2020
Featured image of post ES6 Destructuring Array and Object
JAVASCRIPT

ES6 Destructuring Array and Object

Destructuring assignment syntax is a JavaScript expression that makes it possible to unpack values from arrays, or properties from objects, into distinct variables.

Oct 24, 2020
Featured image of post Passing JSON from Front-end to Backend
JAVASCRIPT GO

Passing JSON from Front-end to Backend

Let's learn how to pass JSON object to backend with browser API and GO Server ๐Ÿ˜Ž

Oct 17, 2020
Featured image of post Cookie
JAVASCRIPT

Cookie

Cookies are usually small text files, given ID tags that are stored on your computer's browser directory or program data subfolders.

Oct 10, 2020
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
1 … 5 6 7
© 2024 Jeff's Blog

Archives

2023 6
2022 5
2021 23
2020 17

Tags

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