Skip to main content

Recently Updated Pages

Java Inputs

Basic java application

You can already show the data to the users. Now let's receive it from user. In java reading the...

Updated 1 month ago by Chotiwet Wisitworanat

Java Variables

Basic java application

Variables are the values that stores data in it and you can use it easily variables can be in lo...

Updated 2 months ago by Chotiwet Wisitworanat

First Java program

Basic java application

Assuming that you already can run JAVA in your machine.Let's learn the java basic to begin your f...

Updated 2 months ago by Chotiwet Wisitworanat

Create Repo

Hackathon Guide Initialization Group Pr...

1. Go to https://csgit.sit.kmutt.ac.th/ and look at the top right 2. Click the "+" Icon ...

Updated 4 months ago by gugun

Initialization Project Front + Back

Hackathon Guide Initialization Group Pr...

1. Go to your IDE and open blank directory 2. open your own terminal write "git init" ...

Updated 4 months ago by gugun

IoT Lab - Homebridge Setup

CS22 - IoT Lab

Introducing Homebridge, an Apple Homekit Gateway for simulating HomeKit compatible device.  In ge...

Updated 4 months ago by Mixko

LAB: how to do auth in your app?

CSC105 - 2024: Backend Development Week... Authentication lab

Let's learn about authentication. Authentication is the one of the most common and widely use in...

Updated 4 months ago by Chotiwet Wisitworanat

What is middleware?

CSC105 - 2024: Backend Development Week... Middlewares

What is middleware? middleware is a function that sits between the incoming request and the outg...

Updated 4 months ago by Chotiwet Wisitworanat

Sending Cookies

CSC105 - 2024: Backend Development Week... Cookies & JWT keys

What is Cookie? Cookies are small pieces of data stored on a user's device by websites they visi...

Updated 4 months ago by Chotiwet Wisitworanat

Using Cookies

CSC105 - 2024: Backend Development Week... Cookies & JWT keys

How to use cookies Now as we can send cookies, I'll show you an example of how to get that cooki...

Updated 5 months ago by Chotiwet Wisitworanat

JWT: How to securely stores cookies.

CSC105 - 2024: Backend Development Week... Cookies & JWT keys

What is JWT? JWT stands for JSON Web Token. It's a compact, URL-safe means of representing claim...

Updated 5 months ago by Chotiwet Wisitworanat

Assignment : Integration with frontend

Week2 : Database connection

1. Download the frontend from this link https://drive.google.com/file/d/1UuALet56_czOseatkx2-jCsg...

Updated 5 months ago by win

Database connection

Week2 : Database connection

1. Let's start by creating an index.js then initializing your JavaScript project by running npm...

Updated 5 months ago by win

Example of Create

Week2 : Database connection

1. Let's create an endpoint to create new user into the database, create create.js into directory...

Updated 5 months ago by win

Example of Delete

Week2 : Database connection

Let's create an endpoint to delete user from the database, create deleteUser.js into directory ...

Updated 5 months ago by win

Example of Update

Week2 : Database connection

Let's create an endpoint to update user balance into the database, create updateBalance.js into...

Updated 5 months ago by win

Example of Read

Week2 : Database connection

Let's write the endpoint that query user balance data from the database and response to the use...

Updated 5 months ago by win

Exercise & Assignment

Week1 : Backend introduction

1. Change Project Structure ref: Project structure for an Express REST API when there is no "s...

Updated 5 months ago by gugun

NodeJS Express

Week1 : Backend introduction

ExpressJS Express JS is a Node.js framework designed to build APIs that facilitate communication...

Updated 5 months ago by gugun

Fundamental

Week1 : Backend introduction

What is Backend? The backend is the data and infrastructure that make your application work. re...

Updated 5 months ago by gugun