The markdown directory related to the repository is generated using the command
python TOC-new.py all
in thecom
directory. Thetoc
folder is an MD file with a directory.
Online reading website: TOP tag will be invalid, use the sidebar for navigation
A technical point, three questions commonly asked by interviewers:
BTW: We strongly urge everyone to register for ChatGPT, which can be used to improve interview questions. At present, some of the content is a little out of date. It will be a long time since I joined a new company and I won’t have time to update it. Please refer to it for reference. ?
Scene design:
Expansion design:
Technology Blog:
address | Introduction |
---|---|
JavaGuide | "Java Learning + Interview Guide" covers the core knowledge that most Java programmers need to master |
Kobayashi coding | Xiao Lin |
bugstack | Wormhole stack Java useful information, design pattern interview questions clearly explained with examples |
advanced-java | Complete literacy in the advanced knowledge of Internet Java engineers: covering knowledge in the fields of high concurrency, distribution, high availability, microservices, massive data processing, etc. |
AobingJava | Ao Bing’s Java interview summary |
CS-Notes | Essential basic knowledge for technical interviews, Leetcode, computer operating system, computer network, system design |
Sun Gong Yibing | A very attentive Java blogger who explains Java related technologies |
Meituan technical team | The eternal god of Meituan’s technical team, in-depth interpretation of technology |
Algorithm information:
address | Introduction |
---|---|
? OI-wiki | OI-wiki Algorithm Systematization Guide (Highly Recommended) |
fucking-algorithm | labuladong brushes up algorithm routines and provides tools and methods for algorithmic questions |
leetcode-master | LeetCode code writing guide: with mind map |
LogicStack-LeetCode | "Mitsuha Miyamizu's Question Diary" breaks through the source code of the LeetCode series of articles |
System design and big data:
address | Introduction |
---|---|
BigData-Notes | Big Data Getting Started Guide (Basic Getting Started Guide) |
system-design-primer | System design notes from Microsoft, translated by Chinese |
system-design | A blogger's system design summary (not updated for a long time, can be used as a reference) |
Spring source code disassembly information:
address | Introduction |
---|---|
mini-spring | mini-spring is a simplified version of the spring framework. It is recommended to practice it first and then read the source code. It can help you quickly become familiar with the spring source code and master the core principles of spring. |
tiny-spring | A streamlined version of Spring. From the perspective of using functions, refer to the implementation of Spring and build it step by step to facilitate a gradual and in-depth understanding of Spring without any foundation. |
spring-analysis | Interpretation of Spring source code (it has not been updated for a long time, but the basic essence of spring is covered, so it is suitable for reference reading source code) |