/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

levien.com
| | blog.martinig.ch
3.9 parsecs away

Travel
| | Informations and opinions about software architecture, developers on call, holacracy, Scrum, continuous testing, product management, saying thank you, tech leadership, customer journey maps, code reviews, code sharing, good bugs, android testing and open source project management.
| | www.jamesshore.com
2.2 parsecs away

Travel
| | [AI summary] The post introduces the 157th episode of a screencast series on test-driven development using Java, chronicling the creation of a real software project.
| | dailytechvideo.com
3.8 parsecs away

Travel
| | Python is a dynamic language, which basically means that data has types (but identifiers don't). So s can point to a string, an int, a dict, or a function. But there has been some movement in the last year or two to introduce some form of strong typing, or type hints, into Python. What does ... Continue reading [Video 318] Christopher Neugebauer: Python's New Type Hints in Action... In JavaScript
| | initialcommit.com
17.7 parsecs away

Travel
| SAX parser is yet another XML parser provided by JDK which parses documents in a more optimized and faster way.