The cover picture is taken in nanjing Presidential Palace. There is a city tour routine that is eating and wandering in the first few days. On the last day, we call a group tour, which takes you to visit the famous scenic spots in the whole city. In addition, Nanjing is a trendy city in my opinion, which is worth visiting. I recommend eating Xinfang Garden, Macao Restaurant, Baijiu Bakery, Ai Douzhu Pig’s feet, Guo Auntie Moon bun, and then go to Xinjiekou.

Record the front end trend technology seen every week, after screening with earth gas published here, pay attention to this column can receive updates in time, but also can pay attention to the front end of the “Fliggy F2E” public account to get updates notice

The front-end technology

How can you still use WebStorm in 2021? Juejin. Cn/post / 696383… So what’s more interesting about WebStorm? Let’s open a “historical reverse wheel” and introduce “how to use the latest legal version of WebStorm”. “How do I make WebStorm work?” “And” What’s so good about WebStorm?” .

Front-end watermark implementation scheme juejin.cn/post/696435… Let’s see how the front end implements the watermark function, especially the invisible one.

The design and implementation of billions of scale API gateway service Shepherd tech.meituan.com/2021/05/20/… Meituan technology on their Shepherd API gateway system design, considerations, functions to do a detailed introduction, worth learning.

How do you see Google Docs moving from HTML to Canvas based rendering? www.zhihu.com/question/45… It has a Renaissance feel to it.

Open source information

Fingerprintjs: Very stable and very accurate browser fingerprint library github.com/fingerprint… It’s a good idea to look at what software is installed on your computer and add the corresponding characteristics to generate the corresponding unique ID value, which can be used to track users on the network. You can also use schemeflood.com/ to see the effect.

Beautiful Flutter management Panel

Github.com/abuanwar072…

For those of you who want to learn about Flutter, it is beautiful to try.

BackgroundMusic: a custom tool for controlling the volume of Mac software github.com/kyleneideck… For example, if you have software installed on your computer, but you don’t want it to make any noise, try this.

Swiftui-hooks: SwiftUI Hooks influenced by React Hooks github.com/ra1028/Swif… I like Swift more than OC.

struct Example: HookView {
    var hookBody: some View {
        let time = useState(Date())

        useEffect(.once) {
            let timer = Timer.scheduledTimer(withTimeInterval: 1, repeats: true) {
                time.wrappedValue = $0.fireDate
            }

            return {
                timer.invalidate()
            }
        }

        return Text("Now: \(time.wrappedValue)")}}Copy the code

Mobile-app-automizer: A tool that automatically releases mobile software

Github.com/automizer/m…

You can customize Android and iOS software compilation, upload, and version control with this automated tool.

His shan zhishi

The video version of Google I/O 2021 is out

www.youtube.com/playlist?li…

Can watch a long time of video, but not to say that the video production is beautiful, sign language translation students super feeling.

AhaClub X less nan “way of thinking” I want to use flomo improve generation www.xiaoyuzhoufm.com/episode/600… AhaClub’s podcast on the product manager of flOMO recording, the latest fad, is worth listening to, including some of his product insights.

How to view wechat will stop small programs to open App technology services on May 19? What does wechat mean by this?

www.zhihu.com/question/45…

To be honest, I feel that a lot of times wechat closed loop to do a lot of damage to the user experience, the need to stop opening the small program is clearly through the whitelist application to do, directly to the knife; As a front end, I’m still a big believer in the ubiquitous URL Web ecosystem.