• Github
  • Projects
  • Blog
  • About
  • Contact
  1. Home
  2. Archives
  3. BNDY-NET

BNDY-NET

Posted May 27, 2020 Updated Jul 1, 2025 By Bendy Zhang
1 min read

https://www.notion.so/BNDY-NET-ed10e958cb724f7db25156b9c34e5ed8

I’m code Porter, but I produce codes.

πŸ’― Frequently Used


Frontend

Backend

🎯 Directory


Standard

Languages

Resources

Tools

OS

DevOps

🌟 Tips & Tricks


β˜€οΈ Quick Links

  • https://github.com/bndynet
  • https://www.npmjs.com/search?q=%40bndynet
  • https://static.bndy.net/logos.html
  • https://codepen.io/bndynet
  • https://hub.docker.com/search?q=bndynet&type=image
  • https://www.materialpalette.com/icons
  • https://material.angular.cn/
This post is licensed under CC BY 4.0 by the author.
Share
Recently Updated
  • OAuth2
  • BNDY-NET
  • AngularJS with TypeScript
  • API Design Guide
  • APT-GET
Trending Tags
Frontend DevOps Backend Java Angular CI and CD Tools JavaScript OS Testing
Contents
  • πŸ’― Frequently Used
  • 🎯 Directory
  • 🌟 Tips & Tricks
  • β˜€οΈ Quick Links

Further Reading

Jun 30, 2025

Compress Files

https://www.notion.so/Compress-Files-2231a3b433fe801991e1ddfc158d8962 1 2 tar -xzf example.tgz # uncompress tar --exclude='.DS_Store' --exclude='._*' -czf your-file.tgz folder/ # compress

Jun 29, 2025

Check Theme of Browser

https://www.notion.so/Check-Theme-of-Browser-2221a3b433fe80c78ab6ff204c18cbc5 Theme of the browser 1 const theme = window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light",

Jun 26, 2025

Uptime Kuma

https://www.notion.so/Uptime-Kuma-21f1a3b433fe80b1b3dfcda80e16a2be Run in Docker 1 2 3 4 5 6 docker run -d \ --name uk \ --restart=unless-stopped \ -p 8010:3001 \ -v ~/uptime-kuma-data:/app/d...

-

Jenkins File Examples

Trending Tags
Frontend DevOps Backend Java Angular CI and CD Tools JavaScript OS Testing
Copyright Β© 2013-2017 BNDY-NET

A new version of content is available.