Our great sponsors
-
system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
system design. as you climb through the rank, you will be expected to deliver scalable and cost-effective solution, not just a correct one. i learn the general concept from system design primer.
-
LeetCode
This is my LeetCode solutions for all 2000+ problems, mainly written in C++ or Python. (by LeoTheBestCoder)
algorithm & data structure. this is the main foundation! go for uhunt if you prefer structured learning that dive deep into each topic, go for leetcode if you prefer ease of use.
-
Scout APM
Less time debugging, more time building. Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
-
object-oriented design. and to create a good design you need to emphasize design pattern, which i learn from java design pattern.