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 RabbitMQ direct exchange
NODEJS JAVASCRIPT RABBITMQ

RabbitMQ direct exchange

In the last article, we were demonstrating the implementation of RabbitMQ fanout exchange which behaves the pattern like publish and subscribe. In this article, we will be demonstrating the other exchange type called Direct exchange

May 05, 2022
Featured image of post RabbitMQ fanout exchange
NODEJS JAVASCRIPT RABBITMQ

RabbitMQ fanout exchange

A message queue is a form of asynchronous service-to-service communication used in serverless and microservices architectures. One of the good example is by using RabbitMQ. In this article, we will demonstrate how to perform a publish and subscribe process via RabbitMQ

Apr 26, 2022
Featured image of post Create a decimal to binary converter
JAVASCRIPT

Create a decimal to binary converter

In this article we will going through the concept for decimal to binary conversion and create a decimal-to-binary converter in JavaScript

Mar 13, 2022
Featured image of post Create View with MongoDB
NODEJS MONGODB

Create View with MongoDB

CreateView in Mongodb come in handy when we dealing with complex and large aggregation pipeline query

Dec 18, 2021
Featured image of post Closure with Javascript
JAVASCRIPT

Closure with Javascript

Have you ever wonder how you can actually access the variable from a parent function which is stored in memory and declare in somewhere before you execute the current code? Closure is one of the best way to handle this situation

Dec 05, 2021
Featured image of post MongoDB join multiple collections with $lookup
NODEJS MONGODB

MongoDB join multiple collections with $lookup

In this article, we will be using 'Expenses Recorder' to demonstrate how to use $lookup operator in MongoDB aggregation to combine the data in nested collections

Oct 24, 2021
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
1 2 3 … 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