Explore >> Select a destination


You are here

funprojects.blog
| | danielpecos.com
5.1 parsecs away

Travel
| | Example of how to implement and document (inline within the source code) a REST API using Node.js, Express and Swagger
| | blog.michal.pawlik.dev
5.8 parsecs away

Travel
| | In the previous post in the series I described the process of externalizing you HA (Home Assistant) using my custom addon. Make sure to check that out if you haven't already. This time I'll share the details of the add-on development process. First steps When building the add-on my first steps obviously went towards the existing online resources. The first thing I've found was the extensive tutorial on https://developers.home-assistant.io/docs/add-ons/tutorial, but there seems to be an easier hands-on approach.
| | talktech.info
5.1 parsecs away

Travel
| | Since leaving Twitter behind and moving over to Fosstodon.org (A Mastodon service), one of the fun things I missed was creating Word Clouds of my most used words. I wanted to be able to do the same
| | alexandrugris.github.io
55.4 parsecs away

Travel
| These are my first steps in Go, this time learning how to build web services. The post touches handling requests, json serialization, middleware, logging, da...