Manage data in Docker
docs.docker.com/storage/
Nov 29, 2023
6

Download your Pinterest data
help.pinterest.com/en/article/download-your-pinterest-data
Nov 29, 2023
3
sorrycc/awesome-javascript: 🐢 A collection of awesome browser-side JavaScript libraries, resources and shiny things.
github.com/sorrycc/awesome-javascript
Nov 29, 2023
22

Is
plotly.com/javascript/is-plotly-free/
Nov 28, 2023
8

Figma: 5 ways to add animation to your designs
uxdesign.cc/figma-5-ways-to-add-animation-to-your-designs-e3c521aa8902
Nov 28, 2023
4

Spacing, grids, and layouts
www.designsystems.com/space-grids-and-layouts/
Nov 28, 2023
392

UI 디자인 가이드: 레이아웃 | 요즘IT
yozm.wishket.com/magazine/detail/1020/
Nov 28, 2023

A complete guide to iconography
www.designsystems.com/iconography-guide/
Nov 28, 2023

48+ Best Color Tools for Designers to Improve Your Workflow | Eagle
en.eagle.cool/blog/post/best-color-tools-for-designers
Nov 28, 2023
10

How to Choose Colors (Easy 3-Step Process) - YouTube
www.youtube.com/watch?v=KMS3VwGh3HY
Nov 28, 2023
44

12 Helpful Typography Tools
uxplanet.org/12-helpful-typography-tools-ea0d808eb70b
Nov 28, 2023
13

타이포그래피 튜토리얼 - 당신의 글자 지정을 돕는 10개의 규칙들 - YouTube
www.youtube.com/watch?v=QrNi9FmdlxY
Nov 28, 2023
1

Community Showcase
www.influxdata.com/community-showcase/
Nov 28, 2023
Front-end Tips — Phuoc Nguyen
phuoc.ng/collection/tips/
Nov 28, 2023
1

시계열 데이터를 시각화하는 방법
www.itworld.co.kr/news/199454
Nov 28, 2023
5

Get started with Grafana and Prometheus | Grafana documentation
grafana.com/docs/grafana/latest/getting-started/get-started-grafana-prometheus/
Nov 28, 2023
1

RxJS 한번 배워보실래요? | 요즘IT
yozm.wishket.com/magazine/detail/1753/
Nov 28, 2023
1

RxJS 간단정리
pks2974.medium.com/rxjs-%EA%B0%84%EB%8B%A8%EC%A0%95%EB%A6%AC-41f67c37e028
Nov 28, 2023
28
Different Ways to Write CSS in React | CSS-Tricks
css-tricks.com/different-ways-to-write-css-in-react/
Nov 27, 2023
1

DevTools Tips
devtoolstips.org/tag/perf/
Nov 27, 2023
1

When to refactor
refactoring.guru/refactoring/when
Nov 27, 2023
7
16 Best Programming Quotes To Inspire Devs - DZone
dzone.com/articles/best-programming-jokes-amp-quotes
Nov 27, 2023
5
https://i.redd.it/i-have-a-graphics-joke-but-its-too-pixelated-v0-7396klrzf42c1.png?s=c036dee213b8c28f05e9295d38fb1453dd3d9673
www.reddit.com/media?url=https%3A%2F%2Fi.redd.it%2Fi-have-a-graphics-joke-but-its-too-pixelated-v0-7396klrzf42c1.png%3Fs%3Dc036dee213b8c28f05e9295d38fb1453dd3d9673
Nov 27, 2023

CSS Refactoring Techniques
blog.openreplay.com/css-refactoring-techniques/
Nov 27, 2023
1
[Sphinx] 검색엔진 1부 - 설치 및 설정
crystalcube.co.kr/165
Nov 27, 2023
2

Storing workflow data as artifacts - GitHub Docs
docs.github.com/en/actions/using-workflows/storing-workflow-data-as-artifacts
Nov 27, 2023
2
Installed GitHub App - Netlify
github.com/settings/installations/44475002
Nov 27, 2023
1
React Three Fiber Documentation
docs.pmnd.rs/react-three-fiber/getting-started/installation
Nov 27, 2023
7
[DevOps] ArgoCD Slack Notification 설정하기
wookiist.dev/154
Nov 27, 2023
1

Trello vs. Jira: Which to choose (and how to use them together)
blog.trello.com/enterprise/trello-vs-jira
Nov 27, 2023
25

Storybook and Figma
help.figma.com/hc/en-us/articles/360045003494-Storybook-and-Figma
Nov 27, 2023
2

Unit Testing vs Functional Testing: A Detailed Comparison
www.simform.com/blog/unit-testing-vs-functional-testing/
Nov 27, 2023
2

12. 단위 테스트
velog.io/@hyeonz_kang/12.-%EB%8B%A8%EC%9C%84-%ED%85%8C%EC%8A%A4%ED%8A%B8
Nov 27, 2023
11

TDD, 실패하는 테스트부터 작성해 얻는 것 5가지 | 요즘IT
yozm.wishket.com/magazine/detail/2308/
Nov 27, 2023
6
Type hints cheat sheet - mypy 1.7.1 documentation
mypy.readthedocs.io/en/stable/cheat_sheet_py3.html
Nov 26, 2023
10

typing — Support for type hints
docs.python.org/3/library/typing.html
Nov 26, 2023
8

Front Matter
jekyllrb.com/docs/front-matter/
Nov 26, 2023
2

Design System Software | Figma
www.figma.com/design-systems/
Nov 26, 2023
1

Command
refactoring.guru/design-patterns/command
Nov 25, 2023
3

Command in Go / Design Patterns
refactoring.guru/design-patterns/command/go/example
Nov 25, 2023
17

Private Pages
quartz.jzhao.xyz/features/private-pages
Nov 25, 2023
2

Upgrading Quartz
quartz.jzhao.xyz/upgrading
Nov 25, 2023
4

Breadcrumbs
quartz.jzhao.xyz/features/breadcrumbs
Nov 25, 2023
3
Authentication - Git Documentation - Obsidian Publish
publish.obsidian.md/git-doc/Authentication
Nov 25, 2023
5

React - Expandable object tree view - 30 seconds of code
www.30secondsofcode.org/react/s/tree-view/
Nov 23, 2023
1

React - Controlled input field - 30 seconds of code
www.30secondsofcode.org/react/s/controlled-input/
Nov 23, 2023
3

How can I set the value of a select input in React? - 30 seconds of code
www.30secondsofcode.org/react/s/selected-option/
Nov 23, 2023
5
alangrainger/obsidian-google-photos: Connect to Google Photos from Obsidian
github.com/alangrainger/obsidian-google-photos
Nov 23, 2023
9