【React】React的18个最佳实践
Code it better
【Angular 】构建可扩展Angular 应用程序的10个最佳实践-附示例
Angular is a popular front-end web development framework that provides a robust set of features and tools to build scalable web applications. However, building scalable Angular applications can be a daunting task. In this article, we will discuss 10 best practices for building scalable Angular applications, along with code examples, explanations, and examples of bad practices to avoid.
【Angular】Angular中结构管道
What is Angular Pipe?
A pipe takes in data as input and transforms it into an output. The pipe’s purpose is to allow the transformation of an existing value and reusability!
【Angular】Angular中服务器端渲染的下一步是什么
【Angular】掌握Rxjs中的观察对象和主题:
Let’s start from the basics and gradually progress towards more advanced concepts in RxJS in Angular
Observables and Observers:
Observables are the foundation of RxJS, representing a stream of data that can be observed over time. Observers are the consumers of these streams, listening for emitted data and reacting accordingly.
【前端开发】2023年的7个前端开发趋势
前端web开发毫无进展。以下是您需要了解的关于2023年WebDev的所有信息。
【Angular 】Angular |成为职业选手的技巧和技巧
Angular is a popular web framework used for developing complex web applications. It provides developers with a powerful set of features and tools, but can also be quite complex to work with. In this article, we will explore some of the lesser-known Angular tricks that can help you become an Angular pro.
【Angular 】有Signals 的🚦 Angular 📡 (Angular的未来)
【开发资源】10个GitHub仓库,让你成为一个更好的开发者。放心。
Follow me for more web development content.

1. The Book of Secret Knowledge. 78k
A collection of inspiring lists, manuals, cheat sheets, blogs, hacks, one-liners, cli/web tools, and more.
【Angular】停止在Angular中使用共享模块
I have work with Angular framework in 3 software companies. In the first days at each company, my task was to read the source code then all 3 times I had to say “What the hell with SharedModule”. They declared shared components, pipes, directives, Material UI module then import SharedModule where feature module need one of them, that’s too bad. So why?
Noted: From Angular 14, we have standard alone that has same idea with SCAM I will mention bellow.