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 are better than AI. 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

20220914 Infinite Shelter - updates

  1. Minimal moving environment - you can move in a 3d environment, on desktop and mobile (different mechanics)
  2. next_js is wired in, although caching needs to be reviewed
  3. A lot of things are newly broken! But these are steps in the right direction.

ActionController::InvalidAuthenticityToken with apache on https only

#a20221004ActionControllerInvalidAuthenticityToken { font-size: 16px; margin: auto; max-width: 640px; } #a20221004ActionControllerInvalidAuthenticityToken p { margin-top: 1em; } #a20221004ActionControllerInvalidAuthenticityToken code { background: #dedede; }

This took me some time. The problem was occurring only on https, not on http. So ruby code, gems, and versions seemed to be fine.

Turns out I needed this line in my apache config:

Case Study: An Invoice Management System for Creek Enterprise

Creek Enterprise is in construction space: they manage multiple construction projects, and each such project can have hundreds of subcontractors submitting estimates and invoices.

To manage invoices and the work done by the subcontractors, Creek uses “Subcontractor Management Tool”, or SMT. The previous version of it was written 8 years ago, and while robust and reliable, it was getting obsolete and in need of a redesign.

Sept 20 Site Updates

  • Infiniteshelter_com
    • iterated on next_js config
    • fixed some jests
    • fixed linking/routing in SideMenu, Breadcrumbs
    • deployed! : )

Removed GOOGLE_MAPS_KEY from codebase, it's in config now. Of note, changing the location type to Google Map Just Worked (tm), I didn't even need to push any code, Austin TX now displays a live map on the Left Panel.