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 Speed UP Your Application with Redis Cache
REDIS NODEJS JAVASCRIPT

Speed UP Your Application with Redis Cache

Speed is everything! Imagine if an user needs to wait around 2 seconds for the desired information. He/ She or at least me myself would already close the application and try to search for another website.

Apr 24, 2021
Featured image of post Concurrency & Parallelism with Go
GO

Concurrency & Parallelism with Go

Have you ever wonder how to speed up your program especially when you trying to receive a quick reponse from HTTP Request as soon as possible while there are bunch of code need to be executed in the API. In this article, we will be going through how to increase our performance via concurrency and parallelism

Apr 10, 2021
Featured image of post JSON Web Token
NODEJS JAVASCRIPT

JSON Web Token

JSON wen token (JWT) is slowly becoming a standard token format that we use to authenticate our client in our modern web application nowadays. Let's talks a little bit about this with NodeJs

Mar 27, 2021
Featured image of post I participated my very first hackathon !
NON-TECHNICAL HACKATHON

I participated my very first hackathon !

There is nothing related to technical skills or programming. In this post, I would like to record down my very first hackthon which held virtually through online in 18-03-2021

Mar 18, 2021
Featured image of post React Router Dom
REACT

React Router Dom

React router dom is using dynamic routing which allows us to handle our route in web app in the way that we can create and customize our own url and render based on different components

Mar 05, 2021
Featured image of post Setup Node server with express
NODEJS JAVASCRIPT

Setup Node server with express

Setting up a server in node js is relatively easy especially with their framework Express. In this article, we will be going through how to setup a server with express, syntax is express server and organizing different routes into different directory

Feb 21, 2021
Featured image of post Download File with Go
JAVASCRIPT GO

Download File with Go

In this article, we wil be demonstrate how to perform a http download file with Golang and Javascript

Jan 23, 2021
Featured image of post Upload File with Go
JAVASCRIPT GO

Upload File with Go

Upload file to server is a very popular use case in any application. However, it somehow can be very complicated or difficult to understand how it works. In this article, we will be studying how to upload any type of file with Golang and Javascript.

Jan 17, 2021
1 … 3 4 5 … 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