Hey guys, this is CXuan, welcome to my latest article.

This is a pigeon article for a long time…

It all started last time…

I love Station B!

In this article, I summarized the learning video of computer basics (operating system, computer network, data structure and algorithm, assembly, etc.) on B station, which was recognized and followed by many partners.

Even CSDN has readers who are urging me to update

So this article, can not be delayed any longer, update!!

Java based

  1. Java based: is still silicon valley Song Hongkang https://www.bilibili.com/vide…

Song Hongkang teacher lecture is very interesting, before talking about JAVA, he will take you to understand some basic computer knowledge, so that you learn JAVA will not be confused. After talking about the basics of Java, there are project drivers to take you to review the basics of Java and some of the new features of Java interpretation, highly recommended.

  1. Dark horse Java foundation + + various employment class project idea version https://www.bilibili.com/vide…

Using IDEA as a tool is something that many Java tutorials don’t have, so you can see how new this tutorial is. This 561 tutorial covers Java basics, projects, databases, MySQL, JDBC, and database connection pooling. You’ll be ready to jump right into Java Web development.

  1. Java dynamic node zero based tutorial video https://www.bilibili.com/vide…

The zero-basis Java course of Dynamic Node has a comprehensive classification, almost covering all the basic knowledge of Java. There are more than 800 videos, which is enough to show the degree of dedication of this zero-basis video course.

  1. Beijing is school kuuki (recommended) https://www.bilibili.com/vide…

Teacher Gao Qi’s video is also very good, which is mixed with the knowledge of multi-threading and network programming, and some handwritten collection videos are very characteristic, which is not available in other video tutorials.

  1. Knowledge lecture hall Java based tutorial https://www.bilibili.com/vide…

This is a deep understanding of the students of the teacher, reputation is very good, and almost no nonsense, no urine point, a very good Java basic tutorial, there are a lot of partners think is the best Java basic tutorial

Design patterns

  1. Is still silicon valley design pattern (graphic + framework source code analysis) https://www.bilibili.com/vide…

I have to say that Silicon Valley has done a lot of work in the free video sector and has helped the Java industry advance. This respect is not something that you would expect from any other training organization. The point is, like me, can we share our knowledge for free? Love love.

  1. Java design patterns, a dark horse programmer https://www.bilibili.com/vide…

In addition to the Silicon Valley, dark horse also in B station to share a lot of Java learning video, commendable, this design pattern is from the principle of the design pattern to start, and then go deep into each specific design pattern, through the diagram + framework source code + actual combat for you to analyze 23 design pattern, worth a look.

concurrent

  1. God said Java, JUC concurrent programming the latest edition of the https://www.bilibili.com/vide…

I always think that JUC can be understood almost by self-study and reading books, because there are many books on concurrency. As for books, I recommend you to read this article of mine, which has been held up for half a month: Master Java in PDF.

But the crazy god video changed my mind, this JUC video can be said very clearly, and the comment section can learn a lot, to the crazy god thumb up.

  1. Dark horse Java programmers to in-depth study of concurrent programming https://www.bilibili.com/vide…

I didn’t expect that a dark horse of concurrent programming could cover so many sections. The whole video is divided into 281 sections, each section can cover a small knowledge point, which can be said to be very detailed.

JVM

Silicon valley is the JVM full tutorial https://www.bilibili.com/vide…

This part of the JVM, in fact, you can watch the video of Song Hongkang in B station, a set of JVM video talked about 381 sections, this is really too detailed. B station is really an excellent whoring place, the key is the quality is very high.

One video on the JVM is enough, and the rest can be read “Understanding the Java Virtual Machine in depth” and “The Java Virtual Machine Specification”. One video and two books, the JVM is the one thing that matters.

MySQL

  1. MySQL + senior article https://www.bilibili.com/vide…

In fact, the best way to learn the basics of MySQL is to practice it in real practice. Of course, you can also practice it step by step according to the teacher’s explanation, but you must practice a lot. I remember that when I first learned the basics of MySQL, I was mindless writing SQL statements…

  1. Crazy god said MySQL https://www.bilibili.com/vide…

Crazy God said this MySQL is not a basic small white combat video, more as MySQL advanced video.

Oracle

Oracle from entry to the proficient in https://www.bilibili.com/vide…

I believe that some of my readers are traditional enterprise developers. Such companies generally have good money and mostly use Oracle database. Therefore, in addition to MySQL, I also present Oracle related videos here.

The Oracle of the power node is good for the young, but the disadvantage is that it is a bit old.

Maven

As a Java programmer, you should be familiar with Maven, but I believe that the vast majority of students only know what Maven is + can use the stage, there are all kinds of problems and errors but do not know how to troubleshoot, so, for Maven, you still have to learn about the system.

Dynamic node Maven 2020 latest tutorial https://www.bilibili.com/vide…

MyBatis

When it comes to Java development frameworks, I know this is where the Mad Gods speak.

  1. Crazy god said MyBatis https://www.bilibili.com/vide…

Crazy god said this MyBatis speak very good, with idea, and will come into contact with a lot of the core concept of the official website, basically see this video can put the official website also Mei1, simply don’t too cool.

  1. Silicon valley is MyBatis combat https://www.bilibili.com/vide…

This MyBatis in Silicon Valley uses Eclipse. If you are not used to idea, you can try to use Eclipse.

Spring

  1. Crazy god said Spring 5 latest full version https://www.bilibili.com/vide…

One feature of Crazy God’s video is that it is very new. This course is based on Spring 5, and the teaching of Crazy God is relatively clear and easy to accept. One more thing, the comment section of the Mad God is very characteristic. If you have any questions, you can basically browse in the comment section, which is very helpful.

  1. It is Spring in silicon valley 5 latest full version https://www.bilibili.com/vide…

The video of Silicon Valley is more of a sense of age than that of the crazy god, but for the explanation of knowledge points, it is still very good. The Spring video has a large information density, and the teacher basically does not talk nonsense, and the whole process is dry.

JSP / Servlet

  1. The JSP/Servlet Java Web tutorial https://www.bilibili.com/vide…

See some public number before the main said JSP/Servlet do not need to learn, is really surprised to me…… The world is big, there are all kinds of wonders. Servlets are the cornerstone of back-end interaction, and without learning servlets you will never know how front-end requests are sent to the back-end, nor how the Web container works. As for the JSPs, you can skip the focus and just take the time to go through them.

  1. Crazy god said Java Web https://www.bilibili.com/vide…

The Java Web of Crazy God is also very good, after learning this, the following Spring MVC will be very easy

Spring MVC

  1. Dynamic node Spring MVC tutorial https://www.bilibili.com/vide…

Spring MVC is just a layer of Servlet wrapper. It is also a module of Spring. Some people say that you don’t need to learn Spring MVC, while others say that you should learn it.

  1. The thor Spring, Spring MVC, MyBatis https://www.bilibili.com/vide…

A lot of people say this course is a dark horse, also someone says is the SSM frame system with the best whole net, I believed, everybody can listen to.

Spring Boot

  1. LeiFengYang 2021 SpringBoot 2 complete tutorial https://www.bilibili.com/vide…

A set of tutorials based on SpringBoot 2, covering source process analysis, series integration, etc., are very useful.

  1. Crazy god said SpringBoot https://www.bilibili.com/vide…

“SpringBoot” said by Crazy God is similar to Lei Fengyang’s. You can choose one to watch and learn.

Spring Cloud

Spring Cloud is so popular that distributed enterprises are basically Spring Cloud and Dubbo. The advantage of Spring Cloud is that it is based on Spring and easy to learn.

It is Spring in silicon valley Cloud https://www.bilibili.com/vide…

Silicon Valley is coming again, Silicon Valley for self-study students to open a door, so that the world is not difficult to learn technology is indeed not an empty word. This video is based on version H, and there’s a lot of practice in the comments section, highly recommended.

Dubbo

Dubbo is a distributed framework as important as Spring Cloud, which is now maintained by Alibaba. Many companies also use Dubbo as a distributed framework for their enterprises.

Yet in silicon valley Dubbo tutorial https://www.bilibili.com/vide…

Redis

  1. Crazy god said Redis https://www.bilibili.com/vide…

This Redis of Mad God is very good.

  1. Yet in silicon valley Redis at https://www.bilibili.com/vide…

The appraisal is done. Bai Qiao is very fragrant.

Kafka

Silicon valley is Kafka tutorial https://www.bilibili.com/vide…

Kafka has few UP masters or training institutions that record video courses, and Silicon Valley is one of them.

ZooKeeper

Silicon valley is Kafka tutorial https://www.bilibili.com/vide…

Middleware is basically the domain of Shang Silicon Valley, and ZooKeeper recommends the courses of Shang Silicon Valley

Nginx

  1. Silicon valley is Nginx 1 https://www.bilibili.com/vide…

    As a load balancer, reverse proxies are also widely used in enterprises. Here is a video tutorial on Nginx from Silicon Valley.

  1. Crazy god said Nginx https://www.bilibili.com/vide…

Netty

Netty is a client/server framework that leverages Java’s advanced networking capabilities to provide an easy-to-use API that hides the complexity behind it.

  1. Dark horse programmers Netty tutorial https://www.bilibili.com/vide…

  1. Silicon valley is Korean teacher speak Netty https://www.bilibili.com/vide…

Elasticsearch

Crazy god said Elasticsearch https://www.bilibili.com/vide…

Elasticsearch is a Lucene-based search server. It provides a full-text search engine with distributed multi-user capabilities, based on RESTful Web interface, and is also widely used in enterprises. Elasticsearch for Mad God is recommended here. Just learn to die, learn to die… Scared.

Git

Now that almost all the Internet is using Git, only traditional software companies are still struggling with SVN. Git I think directly see Liao Xuefeng Git tutorial is very good, the club’s official website and GIF diagram to explain https://www.liaoxuefeng.com/w…

Video, you can see the crazy god brother Git tutorial https://www.bilibili.com/vide…

You can also take a look at Silicon Valley, which is taught by Git and GitHub. https://www.bilibili.com/vide…

Linux

  1. Brothers Linux https://www.bilibili.com/vide…

The Band of Brothers Linux is highly rated, of very good quality, and the course is carefully divided

  1. Han Shunping diagram of Linux https://www.bilibili.com/vide…

For small white, Han teacher speak easy to understand, recommend.

Docker

Since speaking of Linux, we have to mention Docker, packaging is necessary, whether it is operation and maintenance or development to master

Crazy kill time Docker https://www.bilibili.com/vide…

This Docker tutorial from Mad God is highly rated.

Jenkins

Most enterprises now use Jenkins + Docker for continuous integration, so I recommend you check out Jenkins

Dark horse programmers Jenkins https://www.bilibili.com/vide…

Afterword.

In addition, I liver six PDF, the whole network spread more than 10W +, WeChat search “programmer CXuan” concern public number, reply to CXuan in the background, get all the PDF, these PDF are as follows

Links to six PDF books