Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

11 total results found

Repo Golang

ทำความเข้าใจ 0 to Hero Golang (แค่อ่าน ...

First Step Clone Repo Golang อันดับแรกก่อนที่จะเริ่มอ่าน Code เป็นก็ต้องมี code ซะก่อน ใส่ URL ตรงนี้เลยองค์ประกอบของหลังบ้านที่ควรรู้ จะเห็นว่า folder กับไฟล์งานนั้นเยอะมาก แต่จริงๆแล้วที่จำเป็นต้องดูจริงๆมีแค่  DB มันเป็น type struct ของ table ใน d...

การอ่าน func สำหรับ integration เบื้องต้น

ทำความเข้าใจ 0 to Hero Golang (แค่อ่าน ...

step 1 Find the Function  สมมุติว่าอยากจะทำการ integration login ก็ไปที่ Route login  step 2 Analysis the Function อันนี้คือสิ่ง request ที่ต้องการก่อนที่จะใช้ function login ได้. คือ function login ไม่ต้องรู้หรอกว่าทำงานยังไง รู้คือว่า มันคืนอะไรม...

What is Dio

How to use Dio ที่ไม่ใช่ ตัวละครจาก JoJo

What is Dio? Dio ไม่ใช่ตัวละครใน jojo แต่ Dio เป็นไคลเอนต์ HTTP ที่มีประสิทธิภาพสำหรับ Dart มีการสนับสนุนสำหรับตัวสกัดกั้น, การกำหนดค่าส่วนกลาง, FormData, การยกเลิกคำขอ, การดาวน์โหลดไฟล์ และการหมดเวลา และอื่น ๆ Flutter เสนอแพ็คเกจ http ที่ดีสำหรับการทำงานเครื...

การใช้งานDioจริง

How to use Dio ที่ไม่ใช่ ตัวละครจาก JoJo

1. ดู Response จาก Backend คือ การที่เราดู response จาก backend ก่อน จะทำให้เรารู้ว่าสิ่งที่หลังบ้าน return ค่าไรกลับมาให้เรา ทำให้เราสร้างตัว object ไว้รับค่ามันได้เหมาะสมจะได้ แตก Example class Detail { final int borrowId; final String username; ...

Fundamental

Week1 : Backend introduction

What is Backend? The backend is the data and infrastructure that make your application work. ref: Backend Development: key languages, technologies, features in 2020 | DDI Development (ddi-dev.com) What is Backend Web development  Web development is based o...

JSON

Week1 : Backend introduction

What is JSON JSON stands for JavaScript Object Notation JSON is a text format for storing and transporting data JSON is "self-describing" and easy to understand JavaScript Object Notation (JSON) is a standard text-based format for representing structured d...

NodeJS Express

Week1 : Backend introduction

ExpressJS Express JS is a Node.js framework designed to build APIs that facilitate communication through HTTP requests and responses. One of the remarkable things about Express is that it gives developers complete control over the requests and responses that ...

Params & Body

Week1 : Backend introduction

new data.json {   "users": [     {       "id": 1,       "firstname": "Alice",       "balance": 1000,       "credit_ID": 2     },     {       "id": 2,       "firstname": "Bob",       "balance": 500,       "credit_ID": 1     },     {     ...

Exercise & Assignment

Week1 : Backend introduction

1. Change Project Structure ref: Project structure for an Express REST API when there is no "standard way" – Corey Cleary Create directory name routers , controllersand services  Create a file in the router directory banks.js and users.js users.j...

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 3. Choose "New group" 4. fill in your group infomation Format Group Name  "CSHackXX" (XX mean number of your group e.i. 01,02,03,..,18) CSHackxx 5. Ad...

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" 3. Create a Directory "fronted" and "backend" 4. create init fronted react app (you use the framework that you want) (just guidelines don't need to follow al...