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.
Sep 18, 2018
React provides us with
Portals
which can be used to render children into a DOM node that exists outside the DOM hierarchy of the parent componentakshay
Sep 18, 2018
React provides us with
Portals
which can be used to render children into a DOM node that exists outside the DOM hierarchy of the parent componentakshay
Sep 10, 2018
GCE has quotas on your account. You can see them here https://console.cloud.google.com/iam-admin/quotas and you need to mail them if you wish to increase any of your resources under your project. So, you can't just scale up to whatever scale you would like to!
Yuva
Co-founder
Sep 10, 2018
rails 5 has config.action_view.automatically_disable_submit_tag set to true by default
mrinmoy
Sep 6, 2018
If you have trouble booting after a routine update, just select your main hard drive as the startup disk and it will boot normally. More info here: https://jeroenmols.com/blog/2017/12/26/macosupdate/
kamal
Aug 31, 2018
accessing a deep nested object in javascript made easy https://github.com/facebookincubator/idx
harshwardhan
Aug 30, 2018
Rails ActionController provides
:stale?
and :fresh_when
methods which can be use to set HTTP_IF_NONE_MATCH
and HTTP_IF_MODIFIED_SINCE
headers on the browser. This helps the client to check whether the page has been modified. Response freshness is checked by matching Last-Modified
and ETag
from the server against the client request's HTTP_IF_MODIFIED_SINCE
and HTTP_IF_NONE_MATCH
headers. If it matches, then the server responds with 304 (“not modified”) status code. This will make the client to make use of cached copy of the page - thus saving us from the time spent in generating the response.akshay
Aug 28, 2018
rspec has a
--bisect
flag that helps to chase down order-dependent test failures. It will figure out the minimum number of tests when run in order will produce the test failure.kamal
Aug 28, 2018
when rendering rails partial with collection, rails provides a counter variable which can be accessed by title of the partial followed _counter. For eg: if the partial is called
Reference: https://guides.rubyonrails.org/layouts_and_rendering.html#local-variables
apple
, then counter variable is called apple_counter
.Reference: https://guides.rubyonrails.org/layouts_and_rendering.html#local-variables
manu
Showing 61 to 63 of 79 results
Ready to Build Something Amazing?
Codemancers can bring your vision to life and help you achieve your goals
- Address
2nd Floor, Zee Plaza,
No. 1678, 27th Main Rd,
Sector 2, HSR Layout,
Bengaluru, Karnataka 560102 - Contact
hello@codemancers.com
+91-9731601276