-
Notifications
You must be signed in to change notification settings - Fork 0
/
INCOMING.txt
135 lines (90 loc) · 4.41 KB
/
INCOMING.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
https://icons.mono.company/
Git Exercises!
https://gitexercises.fracz.com/
Feather Icons!
https://feathericons.com/
Vektors!
https://www.vektors.pro/
You Don't Know JS
https://github.com/getify/You-Dont-Know-JS
Node Best Practices
https://github.com/goldbergyoni/nodebestpractices
How JavaScript bundlers work
https://medium.com/@gimenete/how-javascript-bundlers-work-1fc0d0caf2da
ES Modules, a cartoon deep-dive
https://hacks.mozilla.org/2018/03/es-modules-a-cartoon-deep-dive/
better-sqlite3
https://www.npmjs.com/package/better-sqlite3
"Fortunately, SQLite3 is very very fast. With proper indexing, we've been able to achieve upward of 2000 queries per second with 5-way-joins in a 60 GB database, where each query was handling 5–50 kilobytes of real data."
Remotion
https://github.com/JonnyBurger/remotion
Clerk: No solo autenticación (todo lo de usuarios)
https://clerk.dev/pricing
Build A Confirmation Modal in React with State Machines
https://daveceddia.com/react-confirmation-modal-state-machine/
React draggable component
https://github.com/STRML/react-draggable
How To Use The HTML Drag-And-Drop API In React — Smashing Magazine
https://www.smashingmagazine.com/2020/02/html-drag-drop-api-react/
useMemo and useCallback
https://kentcdodds.com/blog/usememo-and-usecallback
SVG Repo
https://www.svgrepo.com/
Your Guild to React.useCallback
https://dmitripavlutin.com/dont-overuse-react-usecallback/
Icons8: Iconos gratis
https://icons8.com
Pexels: Fotos gratis
https://pexels.com
Goodbye MongoDB, Hello PostgreSQL
https://developer.olery.com//blog/goodbye-mongodb-hello-postgresql/
1-Line Layouts
https://1linelayouts.glitch.me/
The Best Classless CSS Frameworks in 2021
https://www.skypack.dev/blog/2021/03/the-best-classless-css-frameworks-in-2021/
SQLite is the only database you will ever need in most cases
https://unixsheikh.com/articles/sqlite-the-only-database-you-will-ever-need-in-most-cases.html
Best practices for writing SQL queries
https://www.metabase.com/learn/building-analytics/sql-templates/sql-best-practices
Clone Wars - Open source clones of popular sites
https://gourav.io/clone-wars
Removing jQuery from GitHub.com frontend - The GitHub Blog
https://github.blog/2018-09-06-removing-jquery-from-github-frontend/
Modern Javascript: Everything you missed over the last 10 years by Sandro Turriate
https://web.archive.org/web/20210515151920/https://turriate.com/articles/modern-javascript-everything-you-missed-over-10-years
Announcing Coinbase succesful transition to React Native
https://blog.coinbase.com/announcing-coinbases-successful-transition-to-react-native-af4c591df971
CSRF, CORS, and HTTP Security headers Demystified
https://blog.vnaik.com/posts/web-attacks.html
The Cost of Client-side Rehydration
https://addyosmani.com/blog/rehydration/
How and when to use Async and Defer attributes
https://zellwk.com/blog/javascript-async-and-defer/
Vídeo muy bueno sobre Deploy en Digital Ocean con todo lo típico
https://www.youtube.com/watch?v=kR06NoSzAXY&list=WL&index=3
Cómo implementar documentación Swagger en tu API
https://javascript.plainenglish.io/how-to-implement-and-use-swagger-in-nodejs-d0b95e765245
A Better software architecture for SaaS and software startups
https://alexkrupp.typepad.com/sensemaking/2021/06/django-for-startup-founders-a-better-software-architecture-for-saas-startups-and-consumer-apps.html
https://nickjanetakis.com/blog/best-practices-around-production-ready-web-apps-with-docker-compose
Exploring JS Book
https://exploringjs.com/deep-js/toc.html
The pedantic checklist for changing your data model in a web application
https://rtpg.co/2021/06/07/changes-checklist.html
https://www.holistics.io/blog/the-rise-and-fall-of-the-olap-cube/
https://twitter.com/rauschma/status/1398668839177568259
[■,■,■,■].map(■→●) ⇒ [●,●,●,●]
[■,●,■,▲].filter(■→true) ⇒ [■,■]
[■,●,■,▲].find(●→true) ⇒ ●
[■,●,■,▲].findIndex(●→true) ⇒ 1
[■,●,■,▲].fill(●) ⇒ [●,●,●,●]
[■,●,■,▲].some(●→true) ⇒ true
[■,●,■,▲].every(●→true) ⇒ false
https://auth0.com/blog/refresh-tokens-what-are-they-and-when-to-use-them/
https://scattered-thoughts.net/writing/against-sql/
SQL Bolt - Learn SQL - Introduction to SQL
https://sqlbolt.com/
Cleaning Up Git History
https://blog.sulami.xyz/posts/cleaning-up-git-history/
Live Chat with SvelteKit and socker.io
https://linu.us/live-chat-with-sveltekit-and-socketio