This document now exists on the official ASP.NET core docs page.
- Application
- Request Handling
This document now exists on the official ASP.NET core docs page.
This is a collection of the things I believe about software development. I have worked for years building backend and data processing systems, so read the below within that context.
Agree? Disagree? Feel free to let me know at @JanStette.
Keep it simple, stupid. You ain't gonna need it.
// Open browser console | |
// Navigate to: https://twitter.com/following | |
// Scroll till end to get all the users displayed in the DOM | |
// Run: | |
$(".user-actions-follow-button").each(function() { | |
$(this).children("button.EdgeButton--primary").click() | |
}); | |
// Better than clicking 500x unfollow :) |
FWIW: I (@rondy) am not the creator of the content shared here, which is an excerpt from Edmond Lau's book. I simply copied and pasted it from another location and saved it as a personal note, before it gained popularity on news.ycombinator.com. Unfortunately, I cannot recall the exact origin of the original source, nor was I able to find the author's name, so I am can't provide the appropriate credits.