|
You are here |
2bits.com | ||
| | | | |
berk.es
|
|
| | | | | [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
|
|
| | | | | Some thoughts based on my work as a movement technologist | |
| | | | |
drupalize.me
|
|
| | | | | 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
|
|
| | | 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! | ||