Rapid Consulting

We are AI-enabled technologists

Every step—from whiteboard to deployment—is handled with rigor, precision, and expertise.

We design and deliver systems that are technically excellent, robust, future-proof and practical to operate.

We translate complex opportunities into elegant, production-grade solutions.

We build with precision, scalability, and a clear understanding of the business context.

car
Built for impact

Confidence through thoughtful engineering, continuous innovation, and uncompromising craftsmanship.

cube
Beyond Code

Strategy, maintainbility & cost-effectiveness. Accurate analysis and balanced decisions.

glasses
Measurable advantage

Our work is defined by outcomes: faster operations, smarter decisions, and capabilities that compound over time.

Application Layer Expert Developers

Transforming Ideas into Intelligent Solutions

Software consultants specializing in ruby, javascript, php and python. 

Empowering our clients with AI/ML integration, custom model development, and intelligent automation for forward-thinking businesses.

hand of god

"We use AI but we are Human."

Real thinking.

Real people.

Crafted, not generated.

Invented, not imitated.

The future needs 
more humanity.

Not less.

AI can replicate patterns.

Humans create meaning.

.

Latest Articles

All Articles

Encryption (on linux and mac)

What I'm using is encfs. The advantage is that it's portable: just a folder. The disadvantage, I think, is that it is slow. I would actually prefer an encrypted partition.

Some choices of encrypted partitions are:

A directory of SMTP sending services

Due to an unexpected service interruption, I've recently had to evaluate numerous options for SMTP services, to replace a one that was showing signs of performance degradation. The AWS SES is an obvious choice, but what if it is not available, or your organization requires diversifying to other providers? Below is a quick list of contenders that I have compiled, with my comments on each. 

Drupal 9: How to make the /user/register form available in a twig template

Q: When comments in a (content type) Article are enabled, for an anonymous user Drupal 9.5 shows a text with links, "please regiter or login to post a comment". I would like the login form to be rendered there already, so that the user can login without leaving the article. For this, I would like to make the /user/register form available inside a twig template. How would I do that?

A: Install Twig Tweak (reference) and try this:

Testing async code with Jest

After a little bit of struggle, I have managed to implement a jest that correctly tests an async fetch call. That is, suppose clicking a button initiates a POST request, and upon success some action takes place or some message gets displayed. I needed a test to assert that the action indeed took place.

My component looks as follows:

How to import and export users to keycloak

First, I recommend setting up a backup. This way, exporting and importing users is done via backup. You would not need to recreate the realm: you can do a partial import of users into an existing realm.

My keycloak is setup with backups via docker: