The Art of Programming
@theprogrammingart
49.8K
subscribers
148
photos
2
files
680
links
A channel with programming news and tips and tricks, for beginners but also for experienced programmers.
💻
Download Telegram
Join
The Art of Programming
49.8K subscribers
The Art of Programming
SQL queries don't start with SELECT
https://jvns.ca/blog/2019/10/03/sql-queries-don-t-start-with-select/
Julia Evans
SQL queries don't start with SELECT
Okay, obviously many SQL queries do start with SELECT (and actually this post is only about SELECT queries, not INSERTs or anything).
The Art of Programming
Performance Matters
https://www.youtube.com/watch?v=r-TLSBdHe1A
YouTube
"Performance Matters" by Emery Berger
Performance clearly matters to users. For example, the most common software update on the AppStore is "Bug fixes and performance enhancements." Now that Moore's Law has ended, programmers have to work hard to get high performance for their applications. But…