Explore >> Select a destination


You are here

dave.cheney.net
| | seanmcp.com
9.5 parsecs away

Travel
| | Chrome, Edge, Firefox, and Safari all have built-in accessibility tools to help you create accessible experiences for all
| | nurkiewicz.com
9.4 parsecs away

Travel
| | Clojure is a dynamically, strongly typed programming language. It's a dialect of _Lisp_ running on the Java Virtual Machine. Lisp is 6 decades old and has a really weird syntax. That weird syntax is called _Polish prefix notation_. Basically, in every other language you've used math operators like plus or minus are infix. It means they are placed between operands. For example, `1 + 2`. In Clojure, you always put the operator (or any other function for that matter) in front. So simple addition becomes... `+ 1 2`.
| | pointersgonewild.com
8.6 parsecs away

Travel
| | The 1980s and 1990s saw the genesis of Perl, Ruby, Python, PHP and JavaScript: interpreted, dynamically-typed programming languages which favored ease of use and flexibility over performance. In many ways, these programming languages are a product of the surrounding context. The 90s were the peak of the dot-com hype, and CPU clock speeds were still...
| | thewomenintechshow.com
29.5 parsecs away

Travel
| Test Automation is an essential component of the Software Development process. Angie Jones, Consulting Automation Engineer at Lexis Nexis, explains what Test Automation is and the process of collaboration across teams.