Java Fundamentals
Java Fundamentals
Introduction
- IntelliJ Community Edition
- Java 17 or later
- IntellJ > Download JDK
- GitHub repo
An introduction to DevOps for developers and it’s purpose in software development.
给开发人员介绍 DevOps 及其在软件开发中的作用。
To enter a career in DevOps, it is helpful to have experience in both software development and IT operations. This may include experience with coding and scripting languages, as well as experience with system administration and infrastructure management.
要将 DevOps 作为职业,有软件开发和 IT 运营方面的经验是有帮助的。这可能包括对编码和脚本语言的经验,以及对系统管理和基础架构管理的经验。
Having a strong understanding of collaboration and communication tools and methodologies, such as Agile and lean principles, can be beneficial. It is also important to have a passion for continuous learning and staying up-to-date with the latest technologies and best practices in the field.
具有对协作和沟通工具和方法论的深刻理解,例如敏捷和精益原则,可能是有益的。重要的是要对持续学习和了解该领域的最新技术和最佳实践保持热情。
Understanding FIRST, tools SECOND. DevOps is a philosophy, not a technology.
最近面试比较多,常见问题其实也就那么几个,Virtual DOM 与 DOM Diff 算是绕不开的一个,毕竟主流框架为了提高性能,常见策略就是引入 Virtual DOM 与 DOM Diff,二者往往共同存在,这里也写篇文章记录下我当前的理解。
本文大部分内容来自于极客时间,李兵老师的《浏览器工作原理与实践》中 《虚拟 DOM:虚拟 DOM 和实际的 DOM 有何不同?》
In object-oriented programming, the decorator pattern is a design pattern that allows behavior to be added to an individual object, dynamically, without affecting the behavior of other objects from the same class –wiki
在面相对象编程范式中,装饰器模式是一种可以在不影响同一个类的其他实例对象的行为的前提下,给一个独立的对象动态添加行为的设计模式
这里可以看出装饰器模式主要应用于解决扩展独立的实例对象的行为的场景。
为什么面试很难
也许是每个人对编程的理解不同
3 type of programmers
This is a course for keeping your state manageable when it’s no longer a toy application.
In this course, we’ll be working with pure React.
So, what are we going to do today?
this.setState
.