/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

newdevsguide.com
| | www.techelevator.com
0.3 parsecs away

Travel
| | The relationship between math and programming and answering the question "How much math do I need to be good at this?"
| | accessibleai.dev
0.8 parsecs away

Travel
| | In this article I'll introduce you to Anaconda and show you how get a standardized Python data science environment up and running on your machine in minutes.
| | avandeursen.com
7.0 parsecs away

Travel
| | This week David Notkin (1955-2013) passed away, after a long battle against cancer. He was one of my heroes. He did great research on discovering invariants, reflexion models, software architecture, clone analysis, and more. His 1986 Gandalf paper was one of the first I studied when starting as a PhD student in 1990. December 2011...
| | blog.nuculabs.de
20.9 parsecs away

Travel
| Introduction Hello In this article we will discuss a tool called Docker Docker is a platform which allows to package individual applications in containers. This achieves application isolation at the OS level without the need to use virtualization technologies by making use of the OS APIs. Since it can be a little hard to get into Docker if you are new I will try to keep things short and concise.