Skip to main content
463
results
Andrew Fletcher
Setting up CKAN in a Docker environment can sometimes require some additional troubleshooting, particularly when working with Solr for search functionality. In this article, we’ll walk through how to set up CKAN 2.11 in a Docker environment with a specific focus on resolving issues related to Solr schema configuration.   Prerequisites Before we start, ensure that you have the following installed on your system: - Docker- Docker Compose   Step 1: Setting up your Docker...
Andrew Fletcher
In this article, we will walk through a series of common Linux commands used for...
Andrew Fletcher
When working with code in Visual Studio Code, you may need to search for...
Andrew Fletcher
Installing software on a Windows machine can sometimes require elevated...
Andrew Fletcher
Versioning is an important aspect of any mobile app development process. In...
Andrew Fletcher
Working on a project where the JSON dataset contains over 460,000 named records, we are preparing to upsert these records into Pinecone. However, for validation and testing purposes, it's essential to cross-check how many times a specific term appears across the dataset. To ensure data integrity, we only want to include one record per occurrence, regardless of whether the term appears once or multiple times within a record. This is where regular expressions, commonly known as regex, come into...
Andrew Fletcher
If you're working with a large codebase in Visual Studio Code (VS Code) and need...
Andrew Fletcher
In today's security-conscious world, enforcing HTTPS on your web applications is...
Andrew Fletcher
Working with Docker can be a rewarding but occasionally frustrating experience,...
Andrew Fletcher
Introduction For a while now, one persistent issue has been bugging me: a...
Andrew Fletcher
When working on Drupal projects, especially in a collaborative environment, it’s crucial to follow best practices for creating and managing patches. Patches are essential for contributing back to the community, applying quick fixes, or sharing custom changes with your team. In this article, we'll explore the recommended method for creating a Drupal 10 patch and discuss when it might be appropriate to use alternative approaches. Why patches matter in Drupal development Patches serve as a way to...
Andrew Fletcher
If you're working with Drupal on an Ubuntu 24.04 server, it's common to use the...
Andrew Fletcher
Maintaining a Drupal site is usually smooth sailing once the environment is...
Andrew Fletcher
If you’ve ever encountered strange errors while running a bash script, you’re...
Andrew Fletcher
Managing dependencies in a web project can be challenging, especially when...