Single Page Application Architecture Multiple-page Application Architecture Enterprise Application Architecture Reference: https://www.altexsoft.com/blog/engineering/web-application-architecture-how-the-web-works/
Reference: 4 Architecture Issues When Scaling Web Applications: Bottlenecks, Database, CPU, IO http://venkateshcm.com/2014/05/How-To-Determine-Web-Applications-Thread-Poll-Size/
What you should understand before you can understand things like: JavaScript has a concurrency model based on an event loop, which is responsible for executing the code, collecting and […]
Console is the keyboard and display Terminal window, which is a software emulation of a teletype (TTY). The use of 0,1,2 for stdin/stdout/stderr is just a shell convention […]
Text Terminal: hardware like electronic keyboards and displays, through which the user can interact with a computer. A terminal emulator, connected to a virtual terminal, identified by a tty file, inside […]
Standard Streams In computer programming, standard streams are interconnected input and output communication channels between a process and it environments. The three input/out connections are called standard input, […]
I like to understand how things work (together) by asking myself questions. So let’s get started. Question 1: What is input/output? Input/output(I/O) is the process of copying data […]
Reference: How to set up SSH keys https://www.digitalocean.com/community/tutorials/how-to-set-up-ssh-keys-2 https://smallstep.com/blog/ssh-agent-explained/ https://www.freecodecamp.org/news/the-ultimate-guide-to-ssh-setting-up-ssh-keys/ https://linuxize.com/post/how-to-use-nano-text-editor/
I found the class are convenient to use in the following way : 1) It simplified building the Model Logical Component of our CMS application (which is designed […]
Reverse proxies can operate wherever multiple web-servers must be accessible via a single public IP address. The web servers listen on different ports in the same machine, with […]
Select Statements: https://dev.mysql.com/doc/refman/8.0/en/select.html