Backend Material

This repository contains things that needed to learn backend development from zero, made for my work at Binar x Glints bootcamp program, but open to all.

TOC (Table Of Content)

Environment matching

Getting started

  • Data types
  • Functions
  • Basic Backend
  • CRUD Concept
  • API Concept
  • Basic CRUD API
  • Authentication & Authorization
  • Bcrypt & Callbacks

Intermediate

  • MySQL syntaxs
  • MySQL & Knex
  • Promise & Async Await
  • MVC
  • OOP & ES6
  • Handling upload & download file