Course Elementary 2962
Course Introduction:Mastering automated testing is the only way for many testers to improve their competitiveness in the workplace. However, automated testing in the usual sense requires certain coding capabilities and the threshold is relatively high. For example, Jmeter, although powerful and comprehensive, has been evaluated by many testers as difficult to get started, cumbersome operations, incomplete and clear test reports, and difficult to trace and find problems. And other issues. The automated testing launched in Apipost version 7 allows testers to conduct automated testing without writing code, and can generate comprehensive and clear test reports that are easy to use.
Course Elementary 2470
Course Introduction:This course breaks down the APIPOST functions and demonstrates them in practice, so that Apipost students can have a better and more comprehensive understanding of all the functions of the APIPOST product. No matter which position you are in front-end, back-end, or testing, you need to have such a Tools to help us collaborate on development, manage projects, and improve work efficiency. Apipost official website: https://www.apipost.cn
Course Intermediate 6671
Course Introduction:Postman is an extensible API development and testing collaboration platform tool that can be quickly integrated into CI/CD pipelines. Designed to simplify API workflows in testing and development. Postman has the advantages of simplicity and ease of use, using collections, multi-person collaboration, creating environments, creating tests, automated testing, debugging, and continuous integration.
Course Intermediate 5465
Course Introduction:This set of video tutorials mainly uses small cases to let everyone understand the knowledge points learned, and achieve different interactive effects through the reasonable use of knowledge points. This learning model that combines theory and practice allows everyone to better master theory and practical applications. This is also the teaching feature of Qianfeng HTML5 discipline. Only continuous practice can improve working methods and work experience. Micro cases include various projects related to HTML5, such as page layout, cool animation effects, game development, mobile development, front-end and back-end development, etc. There are many design contents and a wide range, covering various development needs. I hope this set of micro-case teaching videos can help everyone in their study and work.
Course Intermediate 19851
Course Introduction:Rumor in the world: "As soon as you enter the front end, it is as deep as the sea", This is the advice of seniors, scaremongering, keep your own job? Do you want to see the true face of Lushan on the front end? Teacher Zhu will accompany you to take a look: What is there in the weird front-end world? More fun and interesting things are available in the public welfare live broadcast dinner prepared by php Chinese website for you.... On Double Twelve, in addition to Taobao, you might as well come to Taotao class to invest in your own brain. It is always the most cost-effective, right? Time: December 11th ~ December 12th (15:00 ~ 17:00 pm) Discussion QQ group: 909720232
Course Elementary 3730
Course Introduction:This course will guide you to build a powerful PHP debugging environment from scratch using phpenv, VSCode and Xdebug. Master how to set up and run PHP projects on a local server and use Xdebug for code debugging. Through practical operations, you will have an in-depth understanding of the debugging process, improve your ability to troubleshoot problems, and improve development efficiency. Suitable for developers with certain PHP foundation and VSCode experience. Important 2 lines of code: xdebug.remote_enable = 1 xdebug.remote_autostart = 1
Course Elementary 10504
Course Introduction:1. Advantages of graduates, 2. Should I go to a big factory? 3. How to choose a popular career at the moment? 4. PHP recruitment process and routines, 5. What are the requirements for engaging in PHP development tools? 6. How to package resume and interview, 7. Interview questions you may encounter during the job search process .... Communication QQ group: 609135716
Course Elementary 2274
Course Introduction:Due to gRPC's good ecology, powerful performance, support for multiple languages, streaming processing based on http2.0 and other advantages, gRPC is used more and more frequently, and the demand for gRPC debugging is also increasing. . Choosing to perform gRPC debugging in Apipost 7 can be achieved in just a few simple steps.
Course Elementary 2895
Course Introduction:Since WebSocket is a protocol for full-duplex communication on a single TCP connection, the browser and the server only need to complete a handshake to directly create a persistent connection and perform two-way data transmission, so the application scenarios of WebSocket are also increasing. The more extensive. Apipost 7 supports WebSocket, Socket.IO and Socket.JS type debugging, which can meet debugging in various scenarios.
Course Intermediate 22457
Course Introduction:Three days of large-scale public welfare live broadcast class "Practical Development of Imitation Driving School Examination System", using frameworks: bootstrap, jquery, ThinkPHP6.0, QQ group: 731694316
Course Elementary 26267
Course Introduction:The two-day course from January 14th to 15th, 2019 will be taught by Teacher Zhu (Peter Zhu), and all interested students are allowed to try it~~
Course Intermediate 40304
Course Introduction:In interviews, we are often asked what algorithms we know. In this course, PHP Chinese has recorded some common classic algorithms for you and explained their implementation principles in detail in the form of videos. I hope it can help the majority of PHP learners and interviewers.
Course Intermediate 48516
Course Introduction:"The Latest PHP Interview Video Tutorial" This course was recorded by Zhimeng.com. Many students search for interview questions online and then watch them. This course covers basically all the questions that will be encountered in the interview. In summary, students who are ready to find a job should take a look!
Course Intermediate 4048
Course Introduction:Redis is the most widely used storage middleware in the field of Internet technology. The understanding and application practice of Redis have become essential skills for mid-to-senior back-end developers today. MySQL is the preferred relational database for most Internet companies. Therefore, programmers cannot only understand the addition, deletion, modification, and query of the database and some simple usage skills. They also need to be proficient in some principles of MySQL to better deal with the problems encountered in actual work.
Course Elementary 2428
Course Introduction:The teacher’s years of job search and HR experience are summarized to provide students with comprehensive employment guidance, covering Internet job introductions, job responsibilities, job interview skills, career planning, etc.
Course Intermediate 9175
Course Introduction:"JavaScript OOP Debugging Skills Video Tutorial" This course was recorded by Beifeng.com. JavaScript is a good choice for writing object-oriented WEB applications. It can support OOP because it supports inheritance through prototypes and through Properties are just as good as methods. Many developers try to abandon JS and try to use C# or JAVA simply because JS is not an object-oriented language that they feel is suitable. Many people have not realized that javascript supports inheritance. When you write object-oriented When writing code, it can give you very powerful energy. You can also use it to write reusable and encapsulated code. Why are objects so great? The success of object-oriented thinking is that it imitates real things and their relationships. Things have attributes and methods. If we describe a desk lamp, we will say its height and width, such as 12CM. The action of "turning on the light" is Its method. When it is on, it can be made lighter or darker (that is, the brightness attribute value becomes larger or smaller).
Course Elementary 19922
Course Introduction:PHP interview questions are something that every programmer must go through. Whether we go to a company for an interview or answer the questions ourselves, we all study a lot of interview questions. So [Mengzhiyun] recorded "php interview" for everyone. Practical question video tutorial" summarizes the PHP interview questions for you, so you don't have to search for interview questions anymore!
Course Elementary 5642
Course Introduction:This course is a compilation of front-end interview questions. I hope it will be of some help to front-end personnel who are looking for a job. The course includes some interview questions that are often encountered in front-end interviews, such as the transfer of scope and value type reference types, encapsulated functions to convert string camel case naming, bubble functions, reverse arrays, etc.
Course Intermediate 5397
Course Introduction:MySQL is one of the most popular relational databases and is widely used in various fields. This course mainly explains the common objects in MySQL, and explains the optimization strategies in detail, and uses cases to give us an in-depth understanding of SQL optimization strategies. After studying this course, we can independently complete various SQL optimizations and improve the performance of the system.
Course Intermediate 8314
Course Introduction:Many programmers who have worked for many years still have a very basic understanding of databases. They are confused as soon as they go out for interviews. They don’t understand basic SQL statements, more complex SQL queries, and SQL statement optimization. They don’t even know how to use them. Redis improves system performance and can withstand tens of millions of concurrencies. This set of courses will help you thoroughly understand MySQL locks, execution plans, indexes, MVCC & Redis transactions, cache, breakdown, penetration, avalanche, warm-up, etc., and you can complete all database interviews in one set!