Skip to content

Commit

Permalink
2024-07-29
Browse files Browse the repository at this point in the history
  • Loading branch information
e-krebs committed Jul 29, 2024
1 parent 2526ead commit a7d68e3
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 12 deletions.
32 changes: 20 additions & 12 deletions .obsidian/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,19 @@
"type": "split",
"children": [
{
"id": "36540ab8e324542d",
"id": "16c0f7afed30028b",
"type": "tabs",
"children": [
{
"id": "8916e5ef6037c82c",
"id": "90a2fcb3a4ada463",
"type": "leaf",
"state": {
"type": "empty",
"state": {}
"type": "markdown",
"state": {
"file": "programming/html.md",
"mode": "source",
"source": false
}
}
}
]
Expand Down Expand Up @@ -89,6 +93,7 @@
"state": {
"type": "backlink",
"state": {
"file": "programming/html.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
Expand All @@ -105,6 +110,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "programming/html.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
Expand All @@ -115,7 +121,9 @@
"type": "leaf",
"state": {
"type": "outline",
"state": {}
"state": {
"file": "programming/html.md"
}
}
},
{
Expand Down Expand Up @@ -158,25 +166,25 @@
"command-palette:Open command palette": false
}
},
"active": "8916e5ef6037c82c",
"active": "90a2fcb3a4ada463",
"lastOpenFiles": [
"programming/SVG/general.md",
"programming/Node/general.md",
"programming/React/general.md",
"programming/React/explanation.md",
"programming/React/RSC.md",
"programming/html.md",
"programming/Javascript/general.md",
"programming/css/tips & cool stuff.md",
"programming/css/general.md",
"programming/tools.md",
"programming/html.md",
"programming/Multi-platform.md",
"programming/Rust.md",
"programming/React/general.md",
"programming/React/explanation.md",
"programming/packages.md",
"programming/Node/general.md",
"programming/Node/Libraries.md",
"programming/general.md",
"programming/SVG/general.md",
"programming/Icons.md",
"programming/SVG/SVG sprites.md",
"programming/React/RSC.md",
"programming/Typescript/general.md",
"programming/wasm.md",
"programming/css/tailwind css.md",
Expand Down
2 changes: 2 additions & 0 deletions programming/Node/general.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
[understand node.js event loop](https://www.builder.io/blog/visual-guide-to-nodejs-event-loop)
[event loop (youtube)](https://www.youtube.com/watch?v=8aGhZQkoFbQ)

[spawning process in node](https://blog.val.town/blog/node-spawn-performance/)

[tsx (run typescript in node)](https://tsx.is/)

[understanding email sending application](https://github.com/nicanorflavier/spf-dkim-dmarc-simplified)
Expand Down
2 changes: 2 additions & 0 deletions programming/React/general.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Composition
[parents & owners](https://julesblom.com/writing/parents-owners-data-flow)
[UI composition](https://kyleshevlin.com/ui-composition)
[recursive filetree](https://buildui.com/recipes/recursive-filetree)

## State management
[signal](https://preactjs.com/blog/signal-boosting/)
Expand All @@ -21,6 +22,7 @@
# tips
[Conditional React hooks pattern](https://robinmalfait.com/blog/conditional-react-hooks-pattern)
[picking a react state approach](https://x.com/housecor/status/1799435036736778364)
[Simplify Component Imports with TypeScript Namespaces](https://sergiodxa.com/tutorials/simplify-component-imports-with-typescript-namespaces)

## Tools
[react charts](https://www.react-graph-gallery.com/)
Expand Down
1 change: 1 addition & 0 deletions programming/SVG/general.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
[svg filter maker](https://svgfm.chriskirknielsen.com/)
[draw svg pattern](https://fffuel.co/pppixelate/)
[svg pattern generator for isometric backgrounds](https://fffuel.co/mmmotif)
[svg maker](svg.wtf)

[svg animation](https://www.smashingmagazine.com/2023/01/svg-customization-animation-practical-guide/)
[moving along a path](https://www.smashingmagazine.com/2023/02/putting-gears-motion-animating-cars-with-html-svg/)
Expand Down
2 changes: 2 additions & 0 deletions programming/html.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[safely break a long word](https://www.amitmerchant.com/two-ways-to-safely-break-a-long-word-in-html/)
[Dialog element for modals](https://blog.webdevsimplified.com/2023-04/html-dialog/)
[decision trees for UI components](https://www.smashingmagazine.com/2024/05/decision-trees-ui-components/)
[HTML invoker](https://utilitybend.com/blog/an-update-on-invokers-invoker-commands-in-html)

## a11y
[accessible headings](https://luhr.co/blog/2023/09/12/all-about-accessible-headings/)
[disabled vs. aria-disabled](https://kittygiraudel.com/2024/03/29/on-disabled-and-aria-disabled-attributes/)
[hidden vs. disabled in UX](https://www.smashingmagazine.com/2024/05/hidden-vs-disabled-ux/)
[ARIA role vs. HTML element](https://www.w3.org/TR/html-aria/#docconformance)

0 comments on commit a7d68e3

Please sign in to comment.