File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1742,7 +1742,6 @@ JavaScript is such a pervasive language that it's almost required learning.
1742
1742
1743
1743
### Releasing & deploying
1744
1744
1745
- - [ How we release so frequently] ( http://engineering.skybettingandgaming.com/2016/02/02/how-we-release-so-frequently/ )
1746
1745
- [ How to deploy software] ( https://zachholman.com/posts/deploying-software ) , Zach Holman
1747
1746
- [ BlueGreenDeployment] ( http://martinfowler.com/bliki/BlueGreenDeployment.html ) , Martin Fowler
1748
1747
- [ Move fast and break nothing] ( https://zachholman.com/talk/move-fast-break-nothing/ ) , Zach Holman
@@ -2130,6 +2129,8 @@ End-to-end tests:
2130
2129
### Type system
2131
2130
2132
2131
- [ Counterexamples in Type Systems] ( https://counterexamples.org/intro.html ) : a library of runtime issues that weren't caught by the type system
2132
+ - [ Use Your Type System] ( https://www.dzombak.com/blog/2025/07/use-your-type-system/ )
2133
+ - Your models should each have their own ID type. Public and even private functions should often avoid dealing in floats or integers alone.
2133
2134
2134
2135
### Typography
2135
2136
@@ -2196,6 +2197,7 @@ Topics:
2196
2197
- [ 67 Weird Debugging Tricks Your Browser Doesn't Want You to Know] ( https://alan.norbauer.com/articles/browser-debugging-tricks )
2197
2198
- [ Client-Side Architecture Basics] ( https://khalilstemmler.com/articles/client-side-architecture/introduction/ )
2198
2199
- [ Web Browser Engineering] ( https://browser.engineering/index.html ) : this book explains how to build a basic but complete web browser, from networking to JavaScript, in a couple thousand lines of Python.
2200
+ - [ Don't animate height!] ( https://www.granola.ai/blog/dont-animate-height )
2199
2201
2200
2202
URLs:
2201
2203
You can’t perform that action at this time.
0 commit comments