Can you use the server free function of puppeter to build a linked browser
In this tutorial, we will learn how to deploy server functionality next to the front-end application and create an API to generate images and get metadata from links.
With serverless functionality, developers can create and implement modern features and functions in their applications without the pain of setting up and managing back-end server ...
Posted by 2tonejoe on Wed, 09 Mar 2022 09:14:40 +0100
Construction practice of front-end drawing bed (back-end)
Project backgroundIn addition to using the common third-party drawing bed, we can also build a private drawing bed to provide front-end basic services for the team. This paper aims to review and summarize the implementation scheme of the back-end part of the self built drawing bed, hoping to give some reference and schemes to students with simi ...
Posted by TGixer on Thu, 10 Feb 2022 19:20:53 +0100
You won't be serverless in 2022? Look at this nanny tutorial
This article mainly demonstrates the deployment of Tencent cloud serverless
Web function management
The operation principle of Web function is shown in the following figure:
After the HTTP request sent by the user passes through the API gateway, the gateway side directly transparently transmits the native request. At the same time, the f ...
Posted by gaogier on Sun, 09 Jan 2022 14:53:43 +0100
You won't be serverless in 2022? Look at this nanny tutorial (middle)
This article mainly introduces the practice of serverless in applet cloud developmentTraditional development mode of appletSometimes there is more time for the joint commissioning of front and rear stations. When the project goes online, more operation and maintenance issues need to be considered, such as buying domain names and serversCloud de ...
Posted by KirstyBurgoine on Sat, 08 Jan 2022 02:20:05 +0100
You won't be serverless in 2022? Look at this nanny tutorial
This article mainly introduces the practice of serverless in applet cloud developmentTraditional development mode of appletSometimes there is more time for the joint commissioning of front and rear stations. When the project goes online, more operation and maintenance issues need to be considered, such as buying domain names and serversCloud de ...
Posted by mattm1712 on Fri, 07 Jan 2022 08:35:09 +0100
Quickly intercept high-risk vulnerabilities of Apache Log4j2 by using Apache APIs IX serverless capability
Recently, the Remote Code Execution Vulnerability of Apache Log4j2 was exposed on the network. The vulnerability was exposed in advance before the Apache Log4j2 development team completely repaired it, resulting in the use of Log4j2 2 X to 2.14 All projects in version 1 are at risk of being attacked.Vulnerability analysisFrom the process of the ...
Posted by jtymes on Fri, 10 Dec 2021 10:22:37 +0100
Serverless engineering practice | self built Apache opentask platform
Introduction: opentask is an open source, serverless cloud platform. It can respond to various events by executing extended code in the runtime container without users caring about the relevant infrastructure.Introduction to opentaskOpentask is a cloud based distributed event driven programming service. Opentask provides a programming model tha ...
Posted by vitalyb on Mon, 01 Nov 2021 07:13:13 +0100
icebreaker teaches you how to customize small program code
preface
Compared with ordinary two-dimensional codes, the small program chrysanthemum code has high recognition. You can scan wechat at a glance.
By default, we can customize the generated code Parameters, route, size, Automatically or manually configure the line color, and whether the background color is transpare ...
Posted by kartul on Mon, 27 Sep 2021 06:45:02 +0200