How Tornado Web Framework Deal with both Async and Sync HandlersSecret to handle millions of connections is the async ability based on epoll or kqueue. Let’s see how async and sync handlers are used.Feb 12, 2023Feb 12, 2023
One command to setup OpenVPN- for highly efficient DevOpsBringing up an OpenVPN server from scratch can be hard and tedious. Also, the settings on different operation systems are different…Feb 2, 2023Feb 2, 2023
Setup Python 3 on macOSUsing Python 3 on latest macOS without messing up the systemJan 6, 20231Jan 6, 20231
C++ Best Tricks to Save your Life -Modern and Friendly C++ Syntax: Unpack TupleA series of articles that compare other languages with C++ and introduce new and cool features of the modern C++.Nov 16, 2022Nov 16, 2022
Published inTowards DevHow to Run Hadoop on macOS (Apple M1 and Intel CPU) by One CommandHave a ‘real’ Hadoop cluster on your new Apple laptopMar 18, 2022Mar 18, 2022
Published inTowards DevHow to Try and Learn Rust from Zero (on Apple M1) — 1I heard the name for a while and had a look at it. Today I decided to start the Rust joinery. The article is a test drive on Rust and it…Mar 5, 2022Mar 5, 2022
Build Docker images for platform arm64 (Apple M1) and amd64 on Apple M1 with Docker Desktop.Simpliest instrucions to build Docker images for multiple platformsDec 12, 2021Dec 12, 2021
One command to install Docker and Docker compose on UbuntuUsing a proven shell script to make the installation smoothly and stablyDec 11, 2021Dec 11, 2021
Why do not use snap to install Docker in the production environment?Using snap to install software like Docker, MySQL in a production environment may put the software or system stability at risk. And it may…Nov 13, 2021Nov 13, 2021