TILs - Fueling Curiosity, One Insight at a Time

At Codemancers, we believe every day is an opportunity to grow. This section is where our team shares bite-sized discoveries, technical breakthroughs and fascinating nuggets of wisdom we've stumbled upon in our work.

Published
Author
user-image
Yuva
Co-founder
When using docker-compose and when in doubt that containers are getting cached, pass --build option. Works like charm
Published
Author
user-image
Mrinmoy
chrome://net-internals
Published
Author
user-image
Amit
use chrome(v65 and above) local overrides to modify a webpage's assets and store on your local which will be loaded everytime you open the website - https://www.youtube.com/watch?v=UOn0b5kn3jk
Published
Author
user-image
Emil
If you have a dimple, it's a muscle atrophy - basically your muscle doesn't work
Published
Author
user-image
Harshwardhan
Use AbortController to cancel the promise.
/code
const controller = new AbortController();
const signal = controller.signal;
// pass this signal as option in your fetch request
fetch(url, {signal}).then(...).catch(...)

// now you can reject the above promise by calling abort like this
signal.abort()

//promise will get rejected with error "AbortError"
Published
Author
user-image
Mrinmoy
rendering templates outside of controller "SomeController.render :index, formats: :csv, locals: { users: users }"

Showing page 71 of 83

Your competitors are already using AI.
The question is how fast you want to unlock the value.

Don't know where to start?

AI is everywhere but it's unclear which investments will actually move your metrics and which are expensive experiments.

Your data isn't ready

Most AI projects fail at the data layer. Pipelines, quality, access all need work before LLMs can deliver value.

Internal teams are stretched

Your engineers are shipping product. They don't have capacity to also become AI specialists with production-grade experience.

Legacy systems block everything

Aging, undocumented codebases make AI integration slow, risky, and expensive. They need to move first.

Don't worry. We've got you covered.

Start with the audit.