Article count:16428 Read by:87919360

Hottest Technical Articles
Exclusive: A senior executive of NetEase Games was taken away for investigation due to corruption
OPPO is going global, and moving forward
It is reported that Xiaohongshu is testing to directly direct traffic to personal WeChat; Luckin Coffee is reported to enter the US and hit Starbucks with $2, but the official declined to comment; It is reported that JD Pay will be connected to Taobao and Tmall丨E-commerce Morning News
Yu Kai of Horizon Robotics stands at the historical crossroads of China's intelligent driving
Lei Jun: Don't be superstitious about BBA, domestic brands are rising in an all-round way; Big V angrily criticized Porsche 4S store recall "sexy operation": brainless and illegal; Renault returns to China and is building a research and development team
A single sentence from an overseas blogger caused an overseas product to become scrapped instantly. This is a painful lesson. Amazon, Walmart, etc. began to implement a no-return and refund policy. A "civil war" broke out between Temu's semi-hosted and fully-hosted services.
Tmall 3C home appliances double 11 explosion: brands and platforms rush to
Shareholders reveal the inside story of Huayun Data fraud: thousands of official seals were forged, and more than 3 billion yuan was defrauded; Musk was exposed to want 14 mothers and children to live in a secret family estate; Yang Yuanqing said that Lenovo had difficulty recruiting employees when it went overseas in the early days
The app is coming! Robin Li will give a keynote speech on November 12, and the poster reveals a huge amount of information
It is said that Zhong Shanshan asked the packaged water department to sign a "military order" and the entire department would be dismissed if the performance did not meet the standard; Ren Zhengfei said that it is still impossible to say that Huawei has survived; Bilibili reported that employees manipulated the lottery丨Leifeng Morning News
Account Entry

Cloud vendors’ niche battlefield: Serverless

Latest update time:2019-04-20
    Reads:

▲Click above Leifeng.com Follow

Cloud development will greatly reduce the extra work of developers, allowing them to focus on the business logic itself.

Text | Zhang Shuai

Serverless, translated into Chinese as "no server", is somewhat inappropriate. Serverless does not mean no server, but rather it means reducing the role of the server as much as possible. Serverless allows developers to implement cloud development. Front-end and back-end personnel no longer need to configure servers, but instead hand it over to cloud vendors. Billing is based on function running time, which is an ideal development environment.

Tencent Cloud's Li Chengxi said, "The front-end full-stack development model, from the front-end to the back-end, is similar to the past when Web mobile engineers took on a lot of responsibilities, so cloud vendors are needed to provide cloud development solutions. The traditional development model requires developing the logic of the front-end and back-end on the one hand, and handling all operations and maintenance on the other hand. It is impossible to rely on one person, so there is the current traditional division of labor model, which is front-end, back-end, and operations and maintenance. "

If the business is developed in the cloud, developers will only care about a small part, mainly business logic. As long as engineers can understand Java and node.js, they can basically independently develop small program applications with stable services, excellent performance and certain security. Through the promotion of the cloud development model, an ideal model of full-stack development for front-end engineers can be truly realized.

Some people believe that FaaS (Function as a service) is equivalent to Serverless. Compared with the traditional divisions of Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and Software as a Service (SaaS), FaaS is more subdivided. Currently, the cloud vendors providing FaaS in the industry mainly include AWS Lambda, Microsoft, Alibaba Cloud, and Tencent Cloud. In general, Serverless is still in its early stages of development, but it has huge potential.

The ultimate goal of cloud services is to provide services directly. Serverless is the ideal environment for developers. Today’s cloud services are not the form of cloud computing originally envisioned, but the entire industry is getting closer to it little by little.



Development of front-end technology

Front-end technology has developed very rapidly in recent years. The development of front-end technology can be viewed from two dimensions: one is the complexity of the front-end, and the other is the breadth of application.

  • Just looking at the complexity, from the HTML, JS, and CSS stages to the DOM operation framework, from DOM to MVC, then to the MVVM framework, and now to the emergence of assembly technology standards, the ability of front-end engineers to develop complex applications has been continuously improved.

  • From a breadth perspective, the front-end has also been expanding, from browsers to servers, to mobile terminals, and applets. The boundaries of the front-end are constantly expanding. However, in this development process, there is a deep isolation, which is essentially physical isolation. For example, there is a physical isolation between the front-end and the back-end, such as between mobile phones and servers. For serverless, function as a service is a function for the front-end. The function is part of the front-end code. The back-end service and the front-end are completely integrated into a code system. From this perspective, serverless breaks the physical isolation and helps the front-end truly achieve full stack.

Li Ming, TVP of Tencent Cloud and partner of Layabox, said that under the traditional development model, the cost of front-end and back-end, and operation communication is very high. Serverless is indeed a new option that all R&D teams should consider in the future. However, self-exploration may be costly. If this matter is handed over to front-end development, they will have to learn the cost of operation and maintenance and the back-end; if it is handed over to back-end development, it actually has nothing to do with them. What if it is handed over to cloud vendors? This may be a good choice. Because in this way, everyone can focus on their own business and do not need to spend a lot of time and energy learning additional knowledge, thereby improving the overall efficiency of the product development team.

Gao Yingjian, a senior engineer at Maoyan, also mentioned that in the actual development process of Maoyan's operation tools, since the project was mainly used to configure daily operation activities and had nothing to do with the core logic of the backend, the backend was unwilling to actively cooperate. In this case, with the help of Tencent Cloud's large front-end Serverless product - Cloud Development, the front-end can implement the back-end business logic by calling APIs, which greatly improves the efficiency of front-end development. The logic, data, and resources are all handled by front-end engineers, which lowers the development threshold and improves development efficiency.



Difficulties in Transforming from Traditional Mode to Serverless Mode

Zhang Shanyou, TVP of Tencent Cloud and CTO of Youhaoda Technology, believes that Serverless needs a unified industry standard. Currently, there are many Serverless service providers, but each has its own independent gameplay. Currently, if you want to migrate from service provider A to service provider B, the cost is high and the difficulty is great. If a set of Serverless code can run on cloud services such as Tencent, Alibaba, Microsoft, and Amazon, it will be enough to reduce the migration cost and effectively reduce customers' concerns before using Serverless services.

Zhu Feng, TVP of Tencent Cloud and technical director of Beijing Zhujian Technology, believes that from the perspective of reconstruction, Serverless cannot achieve true technical reconstruction, and the backend is still a complex process-oriented function that is not easy to manage. If the reconstruction problem can be solved, the threshold for use can be truly lowered.

In addition, data security is still a major concern for most guests, and the essence of this issue is the issue of public cloud data security. Interestingly, in the cloud development model, each user's environment resources are independent, that is, private, and cloud development provides the ability to connect with its own database. In this way, the user's data is stored in the user's own cloud development environment resources, which guarantees the user's data security and stability to a certain extent.

In addition, the transition from the traditional model to the serverless model is hindered by problems such as error troubleshooting and the inability to cross clouds, which also makes it impossible for many businesses to migrate directly from the traditional model to the serverless model.



How do Serverless developers change?

The backend development engineer of Jisu App mentioned that under Serverless, if the frontend and backend are combined, they operate the data provided by the backend, including creating data, modifying data, etc. This is completely a data-level operation, not just a UI-level operation, and not just a UI performance issue; at the same time, they also need to consider the performance issues of some backend data, as well as special backend modes, such as queues and custom tasks. This may lead to the division into two backends, one doing serverless services and the other doing serverless tool and technology construction.

Zhang Qiuyi, a core member of Node js, said that in the future the front-end and back-end will tend to be systematic and full-stack. This development model will inevitably bring about a change in thinking. The front-end needs to consider the back-end, and the back-end needs to consider the front-end, and gradually form a complete product development model. The emergence of Serverless conforms well to the development of this new development model. We need to be prepared to meet this major trend.

Ma Jian, a core member of AOTU Lab, mentioned from the perspective of team division of labor that when we were forming the team these years, we did some things on the front end, and used node on the back end to solve very general scenarios. But as we developed further, we found that the front-end students who worked on node, or the node students who worked on the front end, were actually unprofessional. So today, our team has also divided into a group of people who develop UI and a group of people who specialize in back-end services. Following this idea, the big front-end Serverless will definitely continue to be split. Even if Serverless is done well, there will definitely be a group of people who specialize in it, and another group of people may still be engaged in business development.

- END -


Recommended Reading


Detailed explanation of Serverless service, it will subvert your understanding of cloud | Hard creation open class

Artificial intelligence leader Deng Li elected as a member of the Canadian Academy of Engineering! Will attend CCF-GAIR 2019 in July

What’s Changing and What’s Not Changing in AI Education in 2019

Promoting beauty products and building IP, Tmall Genie, which has sold tens of millions of products, is targeting the post-95 generation

Current status of TWS headset industry: Apple wants to take over, Microsoft wants to join

Xiaodu's Three Hundred Brothers



Latest articles about

Database "Suicide Squad" 
Exclusive: Yin Shiming takes over as President of Google Cloud China 
After more than 150 days in space, the US astronaut has become thin and has a cone-shaped face. NASA insists that she is safe and healthy; it is reported that the general manager of marketing of NetEase Games has resigned but has not lost contact; Yuanhang Automobile has reduced salaries and laid off employees, and delayed salary payments 
Exclusive: Google Cloud China's top executive Li Kongyuan may leave, former Microsoft executive Shen Bin is expected to take over 
Tiktok's daily transaction volume is growing very slowly, far behind Temu; Amazon employees exposed that they work overtime without compensation; Trump's tariff proposal may cause a surge in the prices of imported goods in the United States 
OpenAI's 7-year security veteran and Chinese executive officially announced his resignation and may return to China; Yan Shuicheng resigned as the president of Kunlun Wanwei Research Institute; ByteDance's self-developed video generation model is open for use丨AI Intelligence Bureau 
Seven Swordsmen 
A 39-year-old man died suddenly while working after working 41 hours of overtime in 8 days. The company involved: It is a labor dispatch company; NetEase Games executives were taken away for investigation due to corruption; ByteDance does not encourage employees to call each other "brother" or "sister" 
The competition pressure on Douyin products is getting bigger and bigger, and the original hot-selling routines are no longer effective; scalpers are frantically making money across borders, and Pop Mart has become the code for wealth; Chinese has become the highest-paid foreign language in Mexico丨Overseas Morning News 
ByteDance has launched internal testing of Doubao, officially entering the field of AI video generation; Trump's return may be beneficial to the development of AI; Taobao upgrades its AI product "Business Manager" to help Double Eleven丨AI Intelligence Bureau 

 
EEWorld WeChat Subscription

 
EEWorld WeChat Service Number

 
AutoDevelopers

About Us Customer Service Contact Information Datasheet Sitemap LatestNews

Room 1530, Zhongguancun MOOC Times Building,Block B, 18 Zhongguancun Street, Haidian District,Beijing, China Tel:(010)82350740 Postcode:100190

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号