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
Today I came to know that the name of process which takes care of clipboard is called pboard on mac. If clipboard is acting funny, just kill this process!
Published
Author
user-image
Harshwardhan
while tesing with enzyme if you are unit testing your component method with component.instance().methodName() always double check if the method that you are testing have access to "this" variable manually. Currently even if it does not have "this" access the test will pass
Published
Author
user-image
Emil
You can create a quick screencast using hangouts and then share the video as a private youtube video
Published
Author
user-image
Mrinmoy
emacs has a "M-x base64-encode-region"
Published
Author
user-image
Akshay
Rails 5 prevents accidental halting of the callbacks. In order to explicitly halt, we can make use of throw(:abort) in the callback chain.
Published
Author
user-image
Akshay
Sidekiq by default does 25 retries (about 21 days) based on exponential back off formula ie. to retry multiple times with exponential delays. If need be, we can explicitly configure max_retries in sidekiq.yml.

Showing 68 to 70 of 82 results

Ready to Build Something Amazing?

Codemancers can bring your vision to life and help you achieve your goals