如何成为首席工程师

Posted on Mon 30 December 2024 in SoftwareEngineering • Tagged with architect

文章: 虚拟讨论会:如何成为首席工程师

翻译自https://www.infoq.com/articles/virtual-panel-principal-engineer/

Ben Linders, Joy Ebertz, Pablo Fredrikson, Charlotte de Jong Schouwenburg

Dec 11 8 分钟

关键要点

  • 转变为首席工 …

Continue reading

十年Kubernetes:过去、现在和未来

Posted on Mon 30 December 2024 in Tech • Tagged with architect

十年Kubernetes:过去、现在和未来

翻译自https://thenewstack.io/10-years-of-kubernetes-past-present-and-future/

Matt Butcher 回顾了事情的起点,Kubernetes走向成熟的历程,以及它在WebAssembly运动中的潜力。

2024年6月12日上午10:00 由 Matt Butcher 撰写

今年,Kubernetes 迎来了它的十岁 …


Continue reading

Learn excalidraw

Posted on Fri 08 November 2024 in Tech • Tagged with architect, draw

https://excalidraw.com/

Keyboard shortcuts

Tools

Tool Press This
Hand (panning tool) H
Selection V or 1
Rectangle R or 2
Diamond D or 3
Ellipse O or 4
Arrow A or 5
Line L or 6
Draw P or 7
Text T or 8
Insert image 9
Eraser E …

Continue reading

Hexagonal architecture pattern

Posted on Sun 20 October 2024 in Tech • Tagged with architect

Intent

The hexagonal architecture pattern, which is also known as the ports and adapters pattern, was proposed by Dr. Alistair Cockburn in 2005. It aims to create loosely coupled architectures where application components can be tested independently, with no dependencies on data stores or user interfaces (UIs). This pattern helps …


Continue reading