Posts in Notes
cos
FE / ACG / 手工 / 深色模式强迫症 / INFP / 兴趣广泛养两只猫的老宅女 / remote
Home / Notes Category
26-01-23 Automating Electron App Submission to MAS (Mac App Store) with GitHub Actions
25-12-25 Adding a Pluggable Christmas Effects Module to an Astro Blog
25-12-20 Implementing LQIP (Low Quality Image Placeholders) in an Astro Blog
25-12-07 My Claude Code Usage Notes 2
25-08-05 My Claude Code Usage Notes
25-07-21 From Pixels to Particles: Designing and Implementing Image-to-Dynamic-Particle Conversion with p5.js
25-02-03 Tailwind CSS v4.0 Upgrade and Astro 5.2 Project Migration Notes
24-03-28 The Joy and Benefits of Optimizing JavaScript [Translation]
23-09-23 NestJS Study: Excellent Project Analysis and Best Practices
23-06-20 React Native Learning Notes - Creating a Project with Expo
23-06-16 Floating UI Practical Guide - Dialog
23-04-22 Sharing My Experience with Floating UI - Popover
23-04-05 What Surprises Does Tailwind CSS v3.3 Bring?
22-05-25 Introduction to Information Security Review 4: Chapter 8, 9, 10
22-05-24 Introduction to Information Security Review 3: Chapter 5, 6, 7
22-05-23 Introduction to Information Security Review 2: Chapter 4 Symmetric Cipher Technology
22-05-23 Introduction to Information Security Review 1 (Chapter 1, 2, 3)
22-05-12 Getting Started with Go (Part 3) Coding Standards and Performance Optimization | Youth Training Camp
22-05-08 Getting Started with Go (Part 2) Engineering Practices | Youth Training Camp
22-05-07 Getting Started with Go (Part 1) Environment Setup and Basic Syntax | Youth Camp
22-05-01 Compiler Principles Lab 4: LR(1) Parsing Program
22-04-15 Compiler Principles Lab 2: LL(1) Parsing Program
22-04-08 Compiler Principles Lab 1: Lexical Analyzer Design
22-04-04 Frontend Interview: Detailed Comparison of onclick vs addEventListener
22-03-17 Deep Dive into JavaScript (Part 2): Classes in JavaScript
22-03-14 Deep Dive into JavaScript (Part 1): Objects, Classes, and Object-Oriented Programming
22-02-15 Redux Learning Journey (Part 1): Redux Three Principles, createStore Internals and Implementation
22-02-09 Youth Camp | "Front-end Design Patterns in Practice" Notes
22-02-05 Brief Notes on Learning React
22-01-30 Youth Training Camp | "Mini Program Technology Complete Guide" Notes
22-01-30 Youth Training Camp | "Introduction to Web Multimedia" Notes
22-01-29 Youth Training Camp | "Mini Game Development" Notes
22-01-28 Youth Training Camp | "Introduction to TypeScript" Notes
22-01-27 ByteDance Youth Camp | "WebGL Basics"
22-01-27 ByteDance Youth Camp | "Building a Webpack Knowledge System"
22-01-25 ByteDance Youth Camp | "The Security Journey of Web Development"
22-01-24 Youth Training Camp | "Node.js and Front-End Development in Practice"
22-01-22 Youth Training Camp | "HTTP Practical Guide"
22-01-21 ByteDance Youth Camp | "Front-End Animation Implementation"
22-01-21 Youth Training Camp | "Reactive Systems and React"
22-01-20 Youth Camp | "Essential Development and Debugging Knowledge for Front-end" Notes
22-01-19 ByteDance Youth Camp | "Web Standards and Front-End Development"
22-01-17 Youth Training Camp | "Learning JavaScript with Yueying" Notes
22-01-16 Youth Camp | "CSS Layout"
21-12-16 Advanced Java Review Notes (Please Don't Fail the Final!)
21-12-16 Advanced Java Assignment: Reflection, Collection, Regex, Factory Pattern, and Observer Pattern
21-12-01 Advanced Java Quiz 2 — Threads
21-11-27 Software Engineering Final Quiz
21-06-18 Computer Organization Review Summary (7): Peripheral Devices
21-06-18 Computer Organization Review Summary (5): Central Processing Unit
21-06-18 Computer Organization Review Summary (6): Bus Systems
21-06-17 Computer Organization Review Summary (4): Instruction Systems
21-06-17 Computer Organization Review Summary (3): Multi-Level Memory Systems
21-06-15 Computer Organization Review Summary (2): Arithmetic Methods and Arithmetic Units
21-06-15 Computer Organization Review Summary (1): Introduction to Computer Systems
21-06-03 OS Lab: Simulation of Dynamic Partition Allocation
21-05-31 OS Programming Lab: Creating Processes
21-02-03 Python Web Scraping Study Notes (1): Scraping Simple Static Web Pages
20-10-23 Template Class Encapsulation (2) -- Sequential Stack and Linked Stack
20-10-09 Template Class Encapsulation (1) -- Singly Linked List
20-09-05 Bitmask DP — Templates & Analysis & Examples (Reference)
20-08-29 Data Structure Study Notes <9> Hash Search
20-08-27 Iterative Implementation of Merge Sort (Reference)
20-08-26 Data Structure Study Notes <8> Sorting
20-08-05 Game Theory — Templates & Analysis (Reference)
20-04-13 Dynamic Programming Study Notes (1)
20-04-13 Data Structure Study Notes <7> Graphs
20-04-07 Data Structure Study Notes <6> Heaps, Huffman Trees, and Union-Find
20-04-01 RMQ Problem — Segment Tree
20-03-30 Data Structure Study Notes <5> Binary Search Trees and AVL Trees
20-03-21 RMQ Problem — Sparse Table Algorithm
20-03-15 Data Structure Study Notes <4> Binary Trees
20-03-02 Data Structure Study Notes <3> Queues
20-02-28 Data Structure Study Notes <2> Stacks
20-02-27 First Encounter with Generalized Lists and Multilinked Lists