Editor Leon | 六小編

GitLab CI from beginner to entry

Original link: https://editor.leonh.space/2022/gitlab-ci/ GitLab CI is GitLab’s CI service. This article shares the usage of GitLab CI and how to write the configuration file .gitlab-ci.yml. CI is the abbreviation of continuous integration. It is called continuous integration or continuous integration in Chinese. It is usually mixed with continuous delivery and continuous deployment. Some people call

GitLab CI from beginner to entry Read More »

10-minute self-serve Gitea

Original link: https://editor.leonh.space/2022/gitea/ If you want to set up your own Git server, the mainstream choices are probably Gitea and GitLab. Although I have always been a lover of GitLab, if I set up my own Git server, I have to think twice. First of all, GitLab itself is a big toy. It’s a bit

10-minute self-serve Gitea Read More »

Render of Heroku Battle Royale

Original link: https://editor.leonh.space/2022/render/ Today is the third day of my run from Heroku :p, and also the third day of the daily update of this small station. Today, I want to introduce you to the 23rd district of Tokyo, Japan… Wrong frequency…, today To know Render, it is also a PaaS service. The previous Koyeb

Render of Heroku Battle Royale Read More »

Get ready for digital transformation

Original link: https://editor.leonh.space/2022/digital-transformation/ The recent popular topic in the corporate world is “sustainability”, and major companies have used sustainability to decorate their corporate image, but we want to talk about the “digital transformation” that was very popular a few years ago. A few years ago, I talked to a certain treasure who worked with him

Get ready for digital transformation Read More »

Small label big design, how to make the label more beautiful and intuitive

Original link: https://editor.leonh.space/2022/label/ Any friend who has used Office has more or less done labels at work, such as property labels, material labels, etc. A typical label will probably look like this: Labels like this can be seen everywhere, and anyone can make them without thinking. However, if you consider the context in which the

Small label big design, how to make the label more beautiful and intuitive Read More »

PDF Formation

Original link: https://editor.leonh.space/2022/pdf/ For ordinary users, to save documents as PDF, most of them are done by pressing “Export”, “Save as a new file”, and “Print”, but it is not easy to do it on the program side. How to generate PDF A typical situation in a web app is nothing more than converting documents,

PDF Formation Read More »

Really use OpenAPI to open up the front and back ends of Ren and Du two lines

Original link: https://editor.leonh.space/2022/openapi-ts-codegen/ The previous article “OpenAPI opens up the front and back ends of the two lines” introduced OpenAPI and the Python web framework FastAPI, which is deeply integrated with OpenAPI. But it’s not very fragrant, it doesn’t bring much convenience, and it can’t save us 30 years of struggle. Until recently, I saw

Really use OpenAPI to open up the front and back ends of Ren and Du two lines Read More »

Apiary API specification file + fake interface in place at one time

Original link: https://editor.leonh.space/2022/apiary/ Apiary is a service that allows us to write API specifications, but not only that, API specification files written in accordance with Apiary’s unique Markdown syntax, Apiary will help us generate the interface between files and fake data according to the specification files. This article introduces some of its features. . Fee

Apiary API specification file + fake interface in place at one time Read More »