Explore >> Select a destination


You are here

www.sanityinc.com
| | brandont.dev
3.5 parsecs away

Travel
| | [AI summary] This article explains how to use Git for deploying a static website by setting up local and remote repositories, configuring hooks for automated workflows, and utilizing Git's capabilities to streamline the development and production processes.
| | belkadan.com
3.6 parsecs away

Travel
| | An old toy project for browsing the contents of a git repo as a filesystem.
| | kittygiraudel.com
3.9 parsecs away

Travel
| | A technical write-up on how to clean up a git repository from sensitive information that was inadvertently committed
| | blog.nuculabs.de
20.2 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: