Skip to content

Commit 99e406a

Browse files
committed
add notes
1 parent 272b097 commit 99e406a

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

_notes/busy-indicators.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Busy Indicators, Progress Bars, and Skeletons
3+
date: 2024-11-13
4+
tags: [user interfaces, ui, ux, user experience, feedback]
5+
---
6+
7+
https://www.newscientist.com/article/dn18754-visual-tricks-can-make-downloads-seem-quicker/
8+
https://blog.iamsuleiman.com/stop-using-loading-spinner-theres-something-better/

_notes/inclusive-design.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Inclusive Design
3+
date: 2024-12-01
4+
tags: [ui, ux, ui/ux]
5+
---
6+
7+
[https://inclusive.microsoft.design/](https://inclusive.microsoft.design/)
8+
9+
- [curb-cut effect](https://uxdesign.cc/the-curb-cut-effect-universal-design-b4e3d7da73f5)

_notes/js-hasown.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Object.hasOwn()
3+
date: 2024-10-10
4+
tags: [hasown, hasownproperty, js, javascript]
5+
---
6+
7+
> `Object.hasOwn()` is intended as a replacement for `Object.prototype.hasOwnProperty()` ([mdn docs](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/hasOwn))
8+
9+
[medium post, by igor gonchar](https://igorgonchar.medium.com/javascript-hasown-new-way-to-check-if-object-has-property-b93810e47070)

0 commit comments

Comments
 (0)