Explore >> Select a destination


You are here

andyatkinson.com
| | lucianonooijen.com
2.9 parsecs away

Travel
| | My name is Luciano Nooijen, freelance software engineer and lifelong learner
| | www.giorgiosironi.com
2.6 parsecs away

Travel
| | After working on eLife's testing and deployment infrastructure in 2016, in the last year my responsibilities in the technical team have shif...
| | www.softdevtube.com
2.5 parsecs away

Travel
| | The onion architecture is not as well known as the 3-tier software architecture but is gaining a lot of attention during the microservices era. It structures your software so that it is easy to change technologies without impacting business logic. Coupled with Domain Driven Design (DDD) principles it offers a powerful way to build a
| | janakiev.com
20.1 parsecs away

Travel
| Python's built-in venv module makes it easy to create virtual environments for your Python projects. Virtual environments are isolated spaces where your Python packages and their dependencies live. This means that each project can have its own dependencies, regardless of what other projects are doing.