Skip to content

Commit 4fbd8ef

Browse files
committed
Fix introduction to SQL link
1 parent af63e5f commit 4fbd8ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ There are some free books available, including:
315315
- Helps you to be strategic in your interaction with people in that role
316316
- [Teach Yourself Programming in Ten Years](https://norvig.com/21-days.html)
317317
- [Mistakes You Apparently Just Have to Make Yourself](https://medium.com/@mcfunley/mistakes-you-apparently-just-have-to-make-yourself-cc2dd2bfc25c)
318+
- [The Best Programmers I Know](https://endler.dev/2025/best-programmers/)
318319

319320
### Axioms
320321

@@ -1952,7 +1953,7 @@ List of resources:
19521953
- [Lost at SQL](https://lost-at-sql.therobinlord.com/), an SQL learning game
19531954
- [Joins 13 Ways](https://justinjaffray.com/joins-13-ways/?a=b)
19541955
- [spandanb/learndb-py](https://github.com/spandanb/learndb-py): learn database internals by implementing it from scratch.
1955-
- [SQL for the Weary](https://gvwilson.github.io/sql-tutorial/)
1956+
- [gvwilson/querynomicon](https://github.com/gvwilson/querynomicon): an Introduction to SQL for the Cautious and Weary
19561957

19571958
### State
19581959

@@ -1999,7 +2000,6 @@ Books:
19992000
Articles:
20002001

20012002
- [6 Rules of thumb to build blazing fast web server applications](http://loige.co/6-rules-of-thumb-to-build-blazing-fast-web-applications/)
2002-
20032003
- [The twelve-factor app](http://12factor.net/)
20042004
- [Introduction to architecting systems for scale](http://lethain.com/introduction-to-architecting-systems-for-scale/)
20052005
- [The Log: What every software engineer should know about real-time data's unifying abstraction](https://engineering.linkedin.com/distributed-systems/log-what-every-software-engineer-should-know-about-real-time-datas-unifying): one of those classical articles that everyone should read.

0 commit comments

Comments
 (0)