Warp New terminal for Linux

Written in rust , supper fast. AI builtin. Copy/paste like editor … Must try Warp is a modern, Rust-based terminal with AI built in so you and your team can build great software faster. The Warp Essentials panel is a rresource center that contains keyboard shortcuts, recent changelogs, and tips for getting started. Access it…

Read More

Lập trình không rẽ nhánh (Branchless Programming): Xu hướng mới trong phát triển phần mềm

Lập trình không rẽ nhánh (Branchless Programming): Xu hướng mới trong phát triển phần mềm Lập trình không rẽ nhánh (branchless programming) là một kỹ thuật lập trình hạn chế tối đa việc sử dụng các câu lệnh rẽ nhánh như if, else, switch và thậm chí cả vòng lặp. Thay vào đó, nó tận…

Read More

DevOps series “from cloud to ground” – Part 10: From the cloud to ground: Accept outside world traffics via Cloudflare tunnel

The most difficult problem when we decide to host our own private cloud is that how can we expose our service to the outside world. Event these server’s IP addresses that we set up in previous blogs is just local LAN IP addresses (you can access to these IP addresses only if you are using…

Read More

DevOps series “from cloud to ground” – Part 9: From the cloud to ground: Private images registry for our private cloud

In last 2 blogs of this series. We’ve discovered 2 amazing tools that we can install to host our own k8s cluster for our private cloud. They are microk8s and harvester HCI. After installation, we now have a up and running k8s cluster where we can host our service. But the most important tool need…

Read More