You are here |
compositecode.blog | ||
| | | |
www.thepolyglotdeveloper.com
|
|
| | | | Learn how to use a SQLite database within a Golang application as a means for storing data locally wherever the application is being run. | |
| | | |
blog.nuculabs.de
|
|
| | | | 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: | |
| | | |
jeremydmiller.com
|
|
| | | | Wolverine 0.9.12 just went up on Nuget with new bug fixes, documentation improvements, improved Rabbit MQ usage of topics, local queue usage, and a lot of new functionality around the command line diagnostics. See the whole release notes here. In this post, I want to zero into "command line diagnostics." Speaking from a mix of... | |
| | | |
gcher.com
|
|
| | As of 2019, C and C++ are the only programming languages that are supported by virtually any platforms on the market. For example both iOS and android support compiling C and C++ directly as part of their official IDEs. This is one of the reason why I decided to write my voxel editor Goxel in C99: I wanted to be able to run it on Linux, Mac, Windows, iOS, and now I am working on a Android port as well. |