Explore >> Select a destination


You are here

martinheinz.dev
| | www.marcogomiero.com
5.1 parsecs away

Travel
| | SERIES: Building a backend with Ktor Part 1: Structuring a Ktor project Part 2: How to persist Ktor logs Part 3: How to use an in-memory database for testing on Ktor Part 4: How to handle database migrations with Liquibase on Ktor Part 5 Generate API documentation from Swagger on Ktor Part 6: How to schedule jobs with Quartz on Ktor Part 7: Moving from mobile to backend development with Ktor It's been a few months since I've started working with Ktor to build the backend of Revelop.
| | zwischenzugs.com
5.1 parsecs away

Travel
| |
| | boyter.org
2.9 parsecs away

Travel
| | [AI summary] A technical guide detailing the setup, file structure, dependency management, and compilation practices for developing Go projects in 2018.
| | wittchen.io
9.2 parsecs away

Travel
| Introduction I have my own tiny Python project called spotify-cli-linux, which is (surprise!) command line interface for Spotify desktop app on Linux. Python is not my primary programming language and I work more with Java. Nevertheless, I find this language enjoyable and useful in many cases, so I try to learn something new about it from time to time. In the beginning, I've provided instructions how to install my Python script in the system via curl and wget, which is fine, but it's not recommended and ...