Coder Social home page Coder Social logo

Yongyuth "First" Chuankhuntod's Projects

actor-computational icon actor-computational

The Actor model is a popular way of designing concurrent and distributed systems. It was first introduced in the 1970s by Carl Hewitt and his colleagues (Paper: https://arxiv.org/vc/arxiv/papers/1008/1008.1459v8.pdf)

aufruf-jaeger-bot icon aufruf-jaeger-bot

About a discord bot created by Yothgewalt (Yongyuth Chuakhuntod) which is used within a private discord server to notify important things.

basics-smart-contract icon basics-smart-contract

It is a Smart Contract that holds transactions on the Blockchain with transparency and anyone can check the code. This is a simple example code that anyone can do.

binary-search-tree icon binary-search-tree

An about binary search tree in python that's easy to read and easy to understand.

blockchain-transaction icon blockchain-transaction

The blockchain transaction in this repository is the simplest example of how to write code for an online transaction, such as a cryptocurrency, using the blockchain. Anyone who wants to use (Oriented-Object)

book icon book

A project that make for advanced computer programming in kmutnb.

breast-cancer-nodules-with-unet-architecture icon breast-cancer-nodules-with-unet-architecture

U-Net is a convolutional neural network that was developed for biomedical image segmentation at the Computer Science Department of the University of Freiburg.[1] The network is based on the fully convolutional network[2] and its architecture was modified and extended to work with fewer training images and to yield more precise segmentations.

create-read-update-delete-in-go icon create-read-update-delete-in-go

create, read, update, and delete (CRUD) are the four basic operations of persistent storage.[1] CRUD is also sometimes used to describe user interface conventions that facilitate viewing, searching, and changing information using computer-based forms and reports.

create-read-update-delete-with-mongdb-in-go icon create-read-update-delete-with-mongdb-in-go

MongoDB, the most popular NoSQL database, is an open-source document-oriented database. The term ‘NoSQL’ means ‘non-relational’. It means that MongoDB isn’t based on the table-like relational database structure but provides an altogether different mechanism for storage and retrieval of data. This format of storage is called BSON ( similar to JSON format).

dependency-injection-in-go icon dependency-injection-in-go

In software engineering, dependency injection is a design pattern in which an object receives other objects that it depends on. A form of inversion of control, dependency injection aims to separate the concerns of constructing objects and using them, leading to loosely coupled programs.

disease-with-axios icon disease-with-axios

About fetch covid-data (disease.sh) from public apis to our website using Axios (Javascript Library).

fibonacci-memoization-in-go icon fibonacci-memoization-in-go

The Fibonacci numbers, commonly denoted F(n), form a sequence, the Fibonacci sequence, in which each number is the sum of the two preceding ones. The sequence commonly starts from 0 and 1, although some authors omit the initial terms and start the sequence from 1 and 1 or from 1 and 2. Starting from 0 and 1, the next few values in the sequence are 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, ...

gewalt.yoth.land icon gewalt.yoth.land

It's my personal website (Opensource) with my favorite frontend stack in current (2022)

go-assembly icon go-assembly

(Built-in Go) WebAssembly (abbreviated Wasm) is a binary instruction format for a stack-based virtual machine. Wasm is designed as a portable compilation target for programming languages, enabling deployment on the web for client and server applications.

hexagonal-architecture icon hexagonal-architecture

It is the structure of the software, also known as Ports and Adapters, which is the principle of operation, it has Business Logic as the core of port management, and port will continue to be managed at adapters.

json-web-token-in-go icon json-web-token-in-go

JSON Web Token (JWT) is an open standard (RFC 7519) that defines a compact and self-contained way for securely transmitting information between parties as a JSON object. This information can be verified and trusted because it is digitally signed. JWTs can be signed using a secret (with the HMAC algorithm) or a public/private key pair using RSA or ECDSA.

matzah.fitm.kmutnb.ac.th icon matzah.fitm.kmutnb.ac.th

An internal platform site for managed all virtual computing by API interaction (with challah) in KMUTNB-FITM. (Information Technology Department)

orientation-university icon orientation-university

Orientation of King Mongkut's University of Technology North Bangkok and this is the repository of one of the activities. Problem solving by coding

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.