/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

www.bytefish.de
| | aaronbos.dev
2.5 parsecs away

Travel
| | Since its creation SQL Server has been synonymous with Microsoft and Windows, but this all changed with SQL Server 2016. SQL Server is no longer just a database for Windows and in this post, we'll be going over the steps to get Microsoft SQL Server running on Linux in a Docker container using Docker Compose.
| | mark-story.com
1.1 parsecs away

Travel
| | A few years back I made a post on how I work with PHP + SQLServer. In the intervening years, the code samples in that post have aged like milk and no longer work.
| | blog.nuculabs.de
3.8 parsecs away

Travel
| | I've been playing recently with ASP.Net Core and I'm developing a small Web API project in order to teach myself the framework. In still article I'll explain how to use a Postgres database with Docker, in order to make your development experience much more enjoyable. Before moving on, please make sure that you've installed: Docker Docker-Compose First, create the docker-compose.yml file in your root directory of the project, the file should contain:
| | blog.jondh.me.uk
14.2 parsecs away

Travel
| As documented in some of my past posts, I've been using Docker on CircleCI a lot recently, and I thought it was about time I investigated adding Docker layer caching to the mix. This is one of Docker's best features, in my view: if a layer does not need building, because the command and the [...]