How about a dark horse programmer? Is it good or not?
How about dark horse programmer training? Many friends who want to study at Dark Horse Programmer will have such a consideration, so in this article we will take a look at the evaluation of Dark Horse Programmer on the Internet, and see how the Dark Horse Programmer course is like? OK?
Course opening notice: php Chinese website "The 10th PHP Online Training Course" is currently being registered!
What kind of training institution is Dark Horse Programmer?
According to Baidu Encyclopedia, we can know: Dark Horse Programmer is a high-end software development training institution jointly organized by Chuanzhi Podcast, Zhongguancun Software Park and CSDN, and entrusted by Chuanzhi Podcast to carry out teaching and implementation. It is committed to serving all Large software companies solve the problem of companies being unable to recruit outstanding talents under the current rapid development of software development technology. At present, Dark Horse Programmer has grown into a high-end training base for mobile development in the industry with "good student quality, in-depth course content, and enterprise satisfaction", and has been rated as a key talent support enterprise in Zhongguancun Software Park.
Let’s take a look at the online evaluation of Dark Horse Programmer
Positive evaluation:
1. Dark Horse Programmer It is indeed very controversial. It can be said that even if it is famous all over the world, it will also be slandered all over the world. Everyone who has been there deeply agrees with it, while those who have not really understood it deeply sneer at it. Who would have imagined that I, a young guy who just graduated, could get 12,000 yuan after graduation? Alas, my parents didn’t believe it when I told them. Only those who have experienced it know the charm of dark horses.
2. Students from Dark Horse, I don’t have much to say. I would like to thank Dark Horse for such a good platform, thank Dark Horse for its serious and responsible lecturers and class teachers, and thank myself for being able to seize such an opportunity, study hard, and let I am walking on a better and better life path. I believe that Dark Horse will influence batches of people!
3. I think Dark Horse is pretty good. I only watched Dark Horse’s videos when I studied on my own. Now I’m working.
4. Not bad, Dark Horse is pretty good. The teaching quality is good.
Negative comments:
1. It is not particularly good. It is no different from ordinary training institutions. I am studying UI basics and do not plan to take a career class after finishing it. First, there are too many students, crazy enrollment, and simply not enough teachers. Secondly, the content of the course is not innovative. It is said to be dual-element, but it is actually just playing a video and repeating it according to the video. The lecturer's level is not high enough. The third high-intensity devil training is actually a cramming style. There are 80 students and less than 10 have basic knowledge. , most of them can’t keep up with the pace of teaching, and the employment class exams are not as strict as mentioned before. It seems that if you pay money and can barely operate, you can upgrade? Finally, the supporting facilities are too poor. There are almost no supporting facilities in the surrounding area. There are frequent power outages, water and internet outages, and the utility bills are very expensive. The only advantage may be that the learning atmosphere is better, but it's still a mixed bag. Currently, Dark Horse is coordinating the issue of refunding tuition fees for basic courses. It was originally said that tuition refunds would be provided after completing basic courses but not pursuing employment, but the branch campus would not refund the fees, so they contacted the Beijing headquarters for coordination. The training water is very deep, so you need to be cautious when enrolling.
2. It was okay before and should be regarded as a model in the industry, but now it is preparing to go public and enter the capital market, and most of its energy is focused on publicity and enrollment. Now Dark Horse's teachers have eight full classes a day, and the operation has been carried out on a large scale and in a mechanized manner. In the past, they were divided into Chuanzhi and Dark Horse, but now the entrance exam is just a formality, and they all enter the Dark Horse class to study. In the 22nd or 23rd period of Dark Horse, there are 148 students in a class, and the classrooms are not enough. Many classes have begun to study day-to-day, and they change classes every day, and go wherever there is space. Just like a driving school, once word of mouth comes in, take the time to make money. Black girl, am I right?
3. It is recommended not to go. I have been trained. It feels like there is no training. The teacher in class is as if he has completed the task. After the training, there are not as many as they said. With over 20 years of work experience, I used to rely on the interview guide, but now I feel like it’s really a trap. I can't get anything done at work, and now I'm ready to leave.
The above are some of the evaluations about dark horse programmers found on the Internet. As for the dark horse programmers, what are they like? OK? Is it worth learning? You can make a comprehensive choice based on your own situation and various online reviews.
The above is the detailed content of How about a dark horse programmer? Is it good or not?. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



Alipay PHP...

JWT is an open standard based on JSON, used to securely transmit information between parties, mainly for identity authentication and information exchange. 1. JWT consists of three parts: Header, Payload and Signature. 2. The working principle of JWT includes three steps: generating JWT, verifying JWT and parsing Payload. 3. When using JWT for authentication in PHP, JWT can be generated and verified, and user role and permission information can be included in advanced usage. 4. Common errors include signature verification failure, token expiration, and payload oversized. Debugging skills include using debugging tools and logging. 5. Performance optimization and best practices include using appropriate signature algorithms, setting validity periods reasonably,

The application of SOLID principle in PHP development includes: 1. Single responsibility principle (SRP): Each class is responsible for only one function. 2. Open and close principle (OCP): Changes are achieved through extension rather than modification. 3. Lisch's Substitution Principle (LSP): Subclasses can replace base classes without affecting program accuracy. 4. Interface isolation principle (ISP): Use fine-grained interfaces to avoid dependencies and unused methods. 5. Dependency inversion principle (DIP): High and low-level modules rely on abstraction and are implemented through dependency injection.

How to automatically set the permissions of unixsocket after the system restarts. Every time the system restarts, we need to execute the following command to modify the permissions of unixsocket: sudo...

Article discusses late static binding (LSB) in PHP, introduced in PHP 5.3, allowing runtime resolution of static method calls for more flexible inheritance.Main issue: LSB vs. traditional polymorphism; LSB's practical applications and potential perfo

How to debug CLI mode in PHPStorm? When developing with PHPStorm, sometimes we need to debug PHP in command line interface (CLI) mode...

Sending JSON data using PHP's cURL library In PHP development, it is often necessary to interact with external APIs. One of the common ways is to use cURL library to send POST�...

Static binding (static::) implements late static binding (LSB) in PHP, allowing calling classes to be referenced in static contexts rather than defining classes. 1) The parsing process is performed at runtime, 2) Look up the call class in the inheritance relationship, 3) It may bring performance overhead.
