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

Keycloak: How to override the password reset emails

In order to override the text of the password reset emails in Keycloak, you want to do the following.

Make your own copy of the default themes. These can currently be found at: https://github.com/Halazv2/keycloak-theme/tree/master/themes/base/email 

Then, make changes to the theme as appropriate. There are several themes: the login theme stores the styling of the login pages. But the email theme contains the wording of the emails. 

Default Drupal file attachment types

I have the following list of extensions that I usually permit in drupal attachments:

  txt pdf doc docx html csv xlsx xlsm sh json
  cer pem pub key
  png jpg jpeg gif
  mkv sfv avi mp3 mp4 webm mov
  zip tar gz

An open letter to marvil07

Hello,


I'll write english - hope that's okay.
 

Me and several other people would like drupal's vote_up_down to be ported to drupal 10. It's not that difficult, it's been done, here is my branch: https://github.com/wasya-co/vote_up_down

Converting mbox to maildir

From Mellowhost blog.

mbox and maildir both are popularly used techniques to store mails. The simple way to understand the difference is, mbox uses a single directory to store all mails while maildir would utilize a directory structure to store mails. Most of the cases, advance mail receiving techniques IMAP over POP3 uses these sort of folder based concept to provide enhancement in mail organizing.