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.

Jan 10, 2018
Array.from() takes a second argument which is a map. Example: Array.from(Array(10), (element, index) => //some logic to fill the array)
harshwardhan
Harshwardhan
Jan 9, 2018
this seems a pretty cool library http://shrinerb.com/
mrinmoy
Mrinmoy
Jan 5, 2018
Rails console does lazy connection to database and this behaviour can be changed with by adding ActiveRecord::Base.connection to console config block.
manu
Manu
Jan 3, 2018
"localization" referred as "l10n", and "internationalization" referred as "i18n". cause,
l10n => "l" in between 10chars(o, c, a, l, i, z, a, t, i, o) and then "n"
i18n => "i" in between 18chars and then "n"
Also Globalization (g11n), Localizability (l12y).
I didnt knew, never noticed, and I feel stupid now :P
mrinmoy
Mrinmoy
Jan 3, 2018
[...Array(100).keys()] will return a range from 0 to 100
harshwardhan
Harshwardhan
Dec 27, 2017
harshwardhan
Harshwardhan
Dec 27, 2017
in es6 you can now proxy your object's operation like get, set etc. All you need to do it create a proxy on a object like const proxyObj = new Proxy(initialObj, handler) the initial object is the object that you want to create proxy for and handler object is the place where you override object's method like get and set.
harshwardhan
Harshwardhan
Dec 21, 2017
about ActiveSupport::Notifications there is a railscasts on it http://railscasts.com/episodes/249-notifications-in-rails-3
mrinmoy
Mrinmoy
Dec 21, 2017
In javascript generally if you reduce an array it starts from 0th element and goes till the end but if you want to run the reduce from right to left of an array i.e. start from last element and go till the first element use arr.reduceRight
harshwardhan
Harshwardhan

Showing 73 to 75 of 82 results

Ready to Build Something Amazing?

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