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
4.0 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
| | yakovfain.com
27.6 parsecs away

Travel
| Currently I'm working on the book chapter explaining how Angular 2 communicates with the servers. An easy approach would be to use for the data feed a public RESTful API of one of servers (Youtube or something), but I wanted to have my own locally installed server. Using one of the Java servers would be...