Explore >> Select a destination


You are here

bnijenhuis.nl
| | kiko.io
1.6 parsecs away

Travel
| | Use webmention.io the easy way
| | deluvi.com
0.8 parsecs away

Travel
| | [AI summary] This article explains how to implement Webmention on a static website using Hugo, covering the concept of Webmentions, sending them, and receiving them through a tool that stores mentions in JSON files for display.
| | kwaa.dev
1.3 parsecs away

Travel
| |
| | blog.mgechev.com
18.5 parsecs away

Travel
| Note: The following blog post is based on the library aspect.js, which can be found here. The object-oriented programming paradigm is powerful. We design an OO system by decomposition of the problem domain, following guiding principles concerning the decomposition and the communication between the different modules. The process is structured; it involves logical thinking, understanding of the domain and eventual predictions for the future evolution of the system. Often we're trying to keep our code DRY (...