/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

2bits.com
| | berk.es
5.7 parsecs away

Travel
| | [AI summary] The post explains how Object-Oriented Design principles like abstraction, encapsulation, and focus can be applied to Drupal module development to improve code quality and maintainability.
| | current.workingdirectory.net
4.3 parsecs away

Travel
| | Some thoughts based on my work as a movement technologist
| | drupalize.me
6.1 parsecs away

Travel
| | Deprecated code is any code flagged for future removal, but which has not yet been removed to ensure that existing code which relies on the to-be-removed code will continue to work. When an API, or feature, becomes deprecated it's a warning to all developers that at some point in the future this thing they are relying on will not exist, and they'll need to update their custom code to a new approach. Preferably before the existing one gets removed. In this tutorial well:
| | robkendal.co.uk
28.7 parsecs away

Travel
| There are lots of articles on how to build a Node API server but they're either quite duff or very complex. None of them seem to deal with reading and writing to JSON files. Well let's change that by building our own Node API server using JSON data storage!