Explore >> Select a destination


You are here

2bits.com
| | indulge.digital
3.6 parsecs away

Travel
| | This article provides guidance on how to improve site performance specifically for Drupal 7, however some of these techniques can be reapplied to non Drupal based sites. When a user visits a website there is a simple and obvious fact that speed matters. There are numerous studies (Here is a lovely inforgraphic to get you started if you fancy doing some more research
| | 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:
| | 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.
| | blog.nuculabs.de
48.4 parsecs away

Travel
| I've been playing recently with ASP.Net Core and I'm developing a small Web API project in order to teach myself the framework. In still article I'll explain how to use a Postgres database with Docker, in order to make your development experience much more enjoyable. Before moving on, please make sure that you've installed: Docker Docker-Compose First, create the docker-compose.yml file in your root directory of the project, the file should contain: