# 110. Osaka Night View

> The cover photo was taken from the Abeno Harukas skyscraper in Osaka on a winter night in 2018. It’s absolutely stunning. Japan is the first place I want to revisit now that things are opening up again.

- Issue: 110
- Published: 2022/12/25
- HTML: https://weekly.tw93.fun/en/posts/110
- JSON: https://weekly.tw93.fun/api/en/posts/110.json
- Chinese original: https://weekly.tw93.fun/posts/110.md

---

<img src="https://gw.alipayobjects.com/zos/k/pr/110.JPG" width="800" />

<small>The cover photo was taken from the Abeno Harukas skyscraper in Osaka on a winter night in 2018. It’s absolutely stunning. Japan is the first place I want to revisit now that things are opening up again.</small>

> **Record the down-to-earth trending technologies seen every week, and publish them here after screening. If you find it good, you can follow this weekly to get update notifications.**

## Technical Related

**Google’s Comprehensive Rust Course**  
<https://google.github.io/comprehensive-rust/>  
Everyone’s learning curve for Rust is different, but it’s undeniably harder to pick up than JS. if you're interested in diving in, this 4-day course from Google is a fantastic starting point.

**Six Key Features of Node.js v19**  
<https://juejin.cn/post/7166013766105038884>  
Node.js 19 was released in October 2022. here’s a breakdown of the most important new features and performance improvements.

**Logan: Meituan’s Real-time Terminal Logging System**  
<https://tech.meituan.com/2022/11/03/logan-real-time-log.html>  
An introduction to Logan, a unified logging service that supports App, Web, Mini-programs, and IoT. it handles everything from collection and storage to real-time analysis, helping teams diagnose issues much faster.

## Trending Open Source

**He3: The Ultimate Developer’s Toolbox**  
<https://he3.app/zh/>  
I’ve been looking for a modern, polished alternative to FeHelper, and He3 is exactly that. it’s a beautifully designed collection of essential developer tools.  
<img src="https://cdn.tw93.fun/blog/upic/BsqNTk.png" width="800" />

**mage-ai: Data Engineering Pipelines**  
<https://github.com/mage-ai/mage-ai>  
Mage is a modern open-source tool for transforming and integrating data. the product design is top-notch and it aims to give data teams "superpowers" for their workflows.  
<img src="https://cdn.tw93.fun/blog/upic/6mmf9V.gif" width="800" />

**supabase: The Open Source Firebase Alternative**  
<https://github.com/supabase/supabase>  
Supabase provides the full BaaS (Backend as a Service) experience: database, auth, storage, edge functions, and more. it’s highly visual and incredibly powerful for rapid product development.  
<img src="https://cdn.tw93.fun/blog/upic/6aZE6Y.png" width="800" />

**n8n: Workflow Automation**  
<https://github.com/n8n-io/n8n>  
A node-based workflow automation tool that’s great for creating complex logic and third-party integrations. it’s also self-hostable, which is a huge plus for data privacy.  
<img src="https://cdn.tw93.fun/blog/upic/eZ0K1t.png" width="800" />

## Just Looking Around

**A Scientific Guide to COVID-19 Prevention & Recovery**  
<https://www.mojidoc.com/03dbc-fgimwhphhvabnbzbxigh6cdnji-00b>  
A very logical and scientifically grounded Wiki covering everything from vaccine info to symptom management and recovery advice. highly recommended for those looking for clear, non-anecdotal information.

**Douban 2022 Reading List**  
<https://book.douban.com/annual/2022>  
I’ve been reading a lot of Wang Xiaobo on my Kindle recently. once I’m done, I’ll be diving into this list to find my next great read.

**The Economic Impact on Lower-Tier Cities**  
A series of interviews from *Caijing Eleven* on how smaller cities across China are handling the latest wave of the pandemic and its impact on local businesses and hospitals.

**Code Effect of the Week: Parallax Scroll Animation**  
<https://codepen.io/isladjan/pen/abdyPBw>  
Apple-style parallax scrolling is a timeless way to present new products. this Gsap-powered implementation is smooth and very professional—perfect for feature intro pages.  
<img src="https://cdn.tw93.fun/blog/upic/7xRitI.gif" width="800" />
