Explore >> Select a destination


You are here

theartofpostgresql.com
| | sales.theartofpostgresql.com
1.8 parsecs away

Travel
| | Checkout page for Full Edition.
| | www.mattlayman.com
3.5 parsecs away

Travel
| | In this series of posts, I'm going to examine common design patterns in Python that make Python code feel "Pythonic." The sixth and final post explores the Python Package Index, and the benefit of using software libraries that are written by others to make your code more expressive.
| | github.com
5.2 parsecs away

Travel
| | AutoFixture is an open source library for .NET designed to minimize the 'Arrange' phase of your unit tests in order to maximize maintainability. Its primary goal is to allow developers to focus on what is being tested rather than how to setup the test scenario, by making it easier to create object graphs containing test data. - AutoFixture/AutoFixture
| | www.thepolyglotdeveloper.com
17.1 parsecs away

Travel
| Learn how to use a SQLite database within a Golang application as a means for storing data locally wherever the application is being run.