You are here |
donaldfeury.xyz | ||
| | | |
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: | |
| | | |
www.kensodev.com
|
|
| | | | I have been using a really useful snippet for a while now. While dropping it today into a project I realized just how powerful it is: it's a drop-in and will work on any project it's database agnostic it's dead simple it's not sensitive to enum changes and more and more Just as an into, an enum is a way to have string represented as integers in your database. | |
| | | |
danielpecos.com
|
|
| | | | Javascript is an old well-known friend that is growing rapidly and gaining traction since Node.js, a command line Javascript interpreter based on Chrome V8 Javascript Virtual Machine, was published. Its community is building great stuff, and more and more companies are moving into this stack, with a high success ratio. http://nodegeek.net Luckily for me, for my last two professional years I have been involved in one way or another with it, been able to relearn the language and discover its framework. | |
| | | |
stevenwoodson.com
|
|
| | Step by step guide to gathering post categories and tags from the WordPress REST API for better filtering and discoverability in an Eleventy blog. |