Skip to content

第66期 011 week share 2026-03-11

本周我读到有趣的文章

1、Underscore.js

TIP

Underscore.js is a utility-belt library for JavaScript that provides support for the usual functional suspects (each, map, reduce, filter...) without extending any core JavaScript objects. It’s the perfect companion to your JavaScript library and a great way to boost your productivity.

2、Bulma

TIP

Modern CSS framework based on Flexbox

3、AndroidProject

TIP

Android 技术中台

4、html-to-image

TIP

Generates an image from a DOM node using HTML5 canvas and SVG.

5、mui

TIP

最接近原生APP体验的高性能前端框架

6、gh-ost

TIP

GitHub's Online Schema-migration Tool for MySQL

7、gitignore

TIP

A collection of useful .gitignore templates

8、BASH

bash
# Repeat the last command:
!!
# Use the -i flag to be prompted before overwriting a file:
cp -i file.txt /destination/

返回目录

Developed by Orange