Skip to content

hans-hk/velog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

velog

velog is a blog platform for developers. It provides compfy markdown editor with syntax highlighter enabled. Currently, the service is only available in Korean.

https://velog.io

The whole process of project development is recorded in my Youtube Channel. Live stream is held at 11:00 PM KST everyday.

Project Stack

Client

Following items are core frontend technologies used in this project:

  • React
  • React Router v4
  • Sass
  • Flow
  • Redux
  • Redux-pender
  • Immer
  • Marked
  • Prismjs
  • CodeMirror

Server

Following items are core backend technologies used in this project:

  • Node.js
  • Koa
  • Sequelize
  • Sequelize-cockroachdb
  • Serverless (with AWS Lambda)
  • Flow (on Service API)
  • TypeScript (on SSR)

Project Architecture

This service heavily relies on AWS Lambda. Its server side rendering function and every service API are hosted on AWS Lambda. CockroachDB is used for RDBMS, and it can be scaled with ease.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.4%
  • CSS 15.9%
  • TypeScript 1.4%
  • Other 0.3%