-
JavaScript Patterns - Code Reuse Patterns
-
#### Observable
The Observer is a design pattern where an object (known as a subject) maintains a list of objects depending on it (observers), automatically notifying them of any changes to state.
…
-
- Module Design Pattern
- Prototype Design Pattern
- Observer Design Pattern
- Singleton
-
### Operating System
MacOS 15.0
### Python Version
3.12
### ClaudeSync Version
0.6.1
### Installation Type
New
### Configuration
{
"claude_api_url": "https://api.claude.ai/api",
"compre…
-
Currently, the demo also using CLI command to generate CAR for files. (e.g. code is [here](https://github.com/FIL-Builders/onramp-contracts/blob/94f911194fb74d98226384cebc65b5f79e4b21f0/contract-tools…
-
# My Notes from Pro JavaScript Design Patterns - Cihat Salik
My Notes from Pro JavaScript Design Patterns by Ross Harmes and Dustin Diaz
[http://localhost:3000/2023/pro-js-design-patterns](http://lo…
-
# JavaScript Design Patterns
> Singleton Pattern
https://www.dofactory.com/javascript/design-patterns/singleton
https://www.cnblogs.com/xgqfrms/p/16084639.html
https://www.cnblogs.com/xgq…
-
I'm considering a new question to focus on rendering and architecture patterns:
---
### JavaScript App Patterns
Which of the following architecture and rendering patterns have you used in the…
-
**_objective / purpose_**
Demo to walk through examples of the .
# Working notes
see also https://mashe.hawksey.info/tag/google-apps-script-patterns/
# Solution Design
-
Related to #26, I'd like to understand how to use (CVA)[https://cva.style/docs/getting-started/installation] to detect tailwind classes inside the cva function.
I tried to translate their neovim in…