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 Deploy Node Application to Heroku
JAVASCRIPT DEVOPS

Deploy Node Application to Heroku

Heroku makes DevOps easy !!! Whether you're building a simple prototype or a business-critical product, Heroku's fully-managed platform gives you the simplest path to delivering your desire project

Sep 26, 2021
Featured image of post MongoDB Aggregation Pipeline
NODEJS MONGODB

MongoDB Aggregation Pipeline

Have you ever wonder how do we customize our own response field based on the MongoDB Query? Mongo Aggregation Pipeline allows us easily to achieve that Goal

Sep 11, 2021
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
1 2 3 … 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