编辑
2024-06-02
👨‍🎓 无限进步
00

How does HTTPS work?

超文本传输安全协议(HTTPS)是超文本传输协议(HTTP)的扩展。HTTPS使用传输层安全性(TLS)传输加密数据。如果数据在网上被劫持,所有劫持者得到的只是二进制代码。

编辑
2024-06-01
👨‍🎓 无限进步
00

Visualize JSON files

嵌套的JSON文件很难阅读。

JsonCrack从JSON文件生成图形图表,使它们易于阅读。

此外,生成的图表可以下载为图像。

编辑
2024-06-01
👨‍🎓 无限进步
00

A nice cheat sheet of different cloud services (2023 edition)

编辑
2024-06-01
👨‍🎓 无限进步
00

How Git Commands work

To begin with, it's essential to identify where our code is stored. The common assumption is that there are only two locations - one on a remote server like Github and the other on our local machine. However, this isn't entirely accurate. Git maintains three local storages on our machine, which means that our code can be found in four places:

编辑
2024-06-01
👨‍🎓 无限进步
00

DevOps vs. SRE vs. Platform Engineering. What is the difference?

DevOps、SRE和平台工程的概念在不同时期出现,并由不同的个人和组织发展而来。