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 2) MongoDB Query of Advanced Filtering, Sorting, Limit Field and Pagination with mongoose
NODEJS MONGODB

2) MongoDB Query of Advanced Filtering, Sorting, Limit Field and Pagination with mongoose

By the end of this article, you will learn how to query a data with Pagination and Field Limiting methods

Aug 28, 2021
Featured image of post 1) MongoDB Query of Advanced Filtering, Sorting, Limit Field and Pagination with mongoose
NODEJS MONGODB

1) MongoDB Query of Advanced Filtering, Sorting, Limit Field and Pagination with mongoose

By the end of this article, you will learn how to query a data from MongoDB by various features

Aug 15, 2021
Featured image of post Scaling Node.js Application with Multiprocessing
NODEJS JAVASCRIPT

Scaling Node.js Application with Multiprocessing

Javascript is a single threaded language. This means it has one call stack and one memory heap and it will executes code in order and must finish executing a piece code before moving onto the next. It will become a problem when the application slowly scaled up. As a result, we could use the child_process to provide multiprocessing on handling CPU-Intensive Tasks.

Aug 01, 2021
Featured image of post Unflatten Object with Javascript
JAVASCRIPT ALGORITHM & DATA-STRUCTURE

Unflatten Object with Javascript

Last article, we have discussed about how to flatten an object in any level. In this article, we will be going through how to unflatten an object

Jul 15, 2021
Featured image of post Flatten Object with Javascript
JAVASCRIPT ALGORITHM & DATA-STRUCTURE

Flatten Object with Javascript

This article, we will be going through how to flatten an object with recursively methods by Javascript

Jul 04, 2021
Featured image of post To today's me (2021)
NON-TECHNICAL LIFE SHARING

To today's me (2021)

It has been a year since I started my software engineer career in March 2020. Until today, I'm still feeling very grateful to do something I love.

Jun 08, 2021
Featured image of post Video Streaming with Node Js
NODEJS JAVASCRIPT

Video Streaming with Node Js

Last article, we have gone through how to how to read and write the file into a stream. In this article, we are going to build a simple video streaming app with Node Js

May 29, 2021
Featured image of post Stream & Buffer
NODEJS JAVASCRIPT

Stream & Buffer

Stream was introduced in the Unix operating system decades ago, and programs can interact with each other passing streams through the pipe operator. By processing the data with stream, we do not need to load large amounts of data in memory before you are able to process it. Since, we can process the chunk data from the entire file, it also takes way lesser time to start the process.

May 08, 2021
1 2 3 4 … 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