You are here |
maxdemarzi.com | ||
| | | |
alaiacano.github.io
|
|
| | | | For most of us, interviewing is hard. And annoying, frustrating, and stressful. Most interviews these days consist of a string of 1-hour interviews covering: | |
| | | |
www.hillelwayne.com
|
|
| | | | A (directed) graph is a set of nodes, connected by arrows (edges). The nodes and edges may contain data. Here are some graphs: All graphs made with graphviz (source) Graphs are ubiquitous in software engineering: Package dependencies form directed graphs, as do module imports. The internet is a graph of links between webpages. Model checkers analyze software by exploring the "state space" of all possible configurations. | |
| | | |
www.adamconrad.dev
|
|
| | | | Ch 2 of my book club review of Designing Data-Intensive Applications by Martin Kleppmann. | |
| | | |
carlschwan.eu
|
|
| | Update 29.01.2023: Adapted the code to work with Mastodon 4.0 and replaced linuxrocks.online by floss.social Update 15.03.2023: Thanks to @veronica@mastodon.online, this code now handles replies in a lot nicer way. You might want check out her solution too. Update 07.07.2023: Thanks to @cassidy@blaede.family, the layout was improved and this now handle emojis One of the biggest disadvantages of static site generators is that they are static and can't include comments. |