编辑
2024-05-29
👨‍🎓 无限进步
00

MVC, MVP, MVVM, MVVM-C, and VIPER

These architecture patterns are among the most commonly used in app development, whether on iOS or Android platforms. Developers have introduced them to overcome the limitations of earlier patterns. So, how do they differ?

image.png

编辑
2024-05-29
👨‍🎓 无限进步
00

参考链接

CI/CD Pipeline Explained in Simple Terms

image.png

编辑
2024-05-28
👨‍🎓 无限进步
00

参考链接

System Design 101

使用视觉辅助和简单的术语来解释复杂系统。

无论您是在准备系统设计面试,还是只是想了解系统在表面之下的工作原理,我们希望这个资源库能帮助您实现这一目标。

编辑
2024-02-25
🧰语言-go
00

if-else

GO的控制结构和别的语言差不多,都是if-else if-else的这种用法

image.png

Go的if else支持一种新的写法,可以在if-else块里面定义一个新的局部变量。

在右边的distance的只作用于if-else块,离开了这个范围就无法使用了。

编辑
2024-01-19
👨‍🍳保鲜
00

该文章已加密,点击 阅读全文 并输入密码后方可查看。