Oct 7, 2022
Context Switch and Deadlock —
Context switching of multiple tasking may affect performance in a bad way. The reason could be the practice of organizing known tasks or the problem of dealing with sudden incoming events.…Oct 7, 2022
A note on Fori, Each, Map and Reduce —
A note on how to use fori, each, map, reduce or other similar functions.
Fori, Each, Map, and Reduce …Oct 7, 2022
ReactJS & Chemical Atom —
ReactJS ReactJS - a very popular library for front-end development powered by Facebook. It was influenced by the XHP which is a template engine to generate HTML in PHP language.…Oct 6, 2022
Thread —
Thread là một phần của process, nhằm mục đích hạn chế thời gian context switch của process và tận dụng tối đa thời gian mà CPU giành cho process để xử lí nhiều hơn một chức năng của process đó.…Oct 6, 2022
Gửi và nhận email bằng SMTP, POP3, IMAP —
SMTP SMTP (Simple Mail Transfer Protocol, RFC 2821) là giao thức gửi email sử dụng kết nối TCP/IP - tin cậy nhưng không bảo mật bằng các ứng dụng email như MS Outlook, Thunder Bird, … tới các máy Email Server và giữa các Email Server với nhau.…Oct 6, 2022
Unix v7 Filesystem —
Filesystem UNIX v7 Filesystem có cấu trúc cơ bản là một Tree Graph với gốc là root directory. Các node là file và directory.…