Explore >> Select a destination


You are here

blog.stephencleary.com
| | muhammadraza.me
11.0 parsecs away

Travel
| | In this post, we will understand how an HTTP server works by implementing one in Python.
| | tweedegolf.nl
12.5 parsecs away

Travel
| | For the last couple of months we at Tweede golf have been working on implementing a Network Time Protocol (NTP) client and server in Rust. The project is a Prossimo initiative and is supported b ...
| | www.softdevtube.com
11.5 parsecs away

Travel
| | Programming history is filled with bugs that turned out to be features and limitations that pushed developers to make even more interesting products. We'll journey through code that was so 'bad' it was actually good. Along the way we'll look at the important role failure plays in learning. Then we'll tame our inner perfectionists and
| | www.java-tv.com
51.0 parsecs away

Travel
| This video reveals the long lost secret of how to write readable Java code. Self explaining method names, fluent interfaces, DSLs, helpful frameworks... We are always looking for ways to make our code more readable. But in our quest, we seem to have forgotten something. The most effective way to make any code more readable.