Exploring Managed Kubernetes Services In The Ecosystem
Here's Axelerant’s first-hand experience in using the top four Kubernetes service providers in the market - Azure, RedHat, Amazon EKS and DigitalOcean.
How to Modify the Response of Drupal 8 User Login API Endpoint
Understand with step by step instructions on how to modify the default API response supplied by Drupal on successful login through the REST user login endpoint.
Axelerant at DrupalCon Europe 2020: A Wrap-up
The Axelerant team participated and successfully delivered over ten activities between sessions, panels, birds of a feather, volunteering, and mentoring at the four-day DrupalCon Europe 2020 event.
Building An Event-Driven Application Using Serverless
How we leveraged AWS Serverless services to go from an idea to implementation by using deep learning and event-driven architecture.
Developing a custom CSV validator in Drupal 8
We are looking to validate data in CSV files for creating a centralized system to manage the data of varying frameworks. Here are some ideas on how a custom module can be made more reusable and even contributed.
Managing Docker containers using Ansible
Here's why you need to automate Docker containers with Ansible and a peek into the process to run the Ansible Playbook.
A Beginner’s Guide to Docker and Kubernetes
An introduction and complete guide to the two fundamental tools of DevOps: Docker and Kubernetes
Top 10 Practices To Ensure Kubernetes’ Security
Here’s how to maintain Kubernetes’ security with top-notch recommended practices.
Analysing And Understanding The Nuances Of Position sticky
Learn what position sticky does, what are the common issues while using it, and what is the way of detecting position sticky’s toggle from fixed to relative and vice versa.
A Guide To Automated Testing With Drupal And Applitools
We used Cypress to automate the browser and Applitools for AI-based visual validation. Find out how Applitools makes it easier and offer ready to use Drupal extensions/plugins.
Test Scenarios For Search Functionality In Drupal
Some test scenarios for search functionality, especially from a drupal point of view, consists of ways to help the user perform the search more efficiently and effectively.
How To Validate API Response Using OpenAPI 3.0 Specification
Axelerant was entrusted with the task of developing a Drupal 8 based partial headless backend and had to come to a mutually acceptable format for the REST-based API endpoints in the backend. After careful consideration, the OpenAPI 3.0 specification was selected as the format for describing the APIs.