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.
Jun 25, 2018
Elixir and Erlang has a limit on the number of atoms that can be created. We can view the atom limit using :erlang.system_info(:atom_limit). Atom's text value is stored in the atom table and this is not garbage collected. This explains why user inputs to phoenix routes are to be matched with strings rather than atoms.
Akshay
Jun 20, 2018
https://makandracards.com/makandra/5365-git-diff-staged-changes especially
1. if you do not like to look at web-ui for diff and
2. has a quite a bit code which you dont want to stage atm.
git diff --cached master is very useful, 1. if you do not like to look at web-ui for diff and
2. has a quite a bit code which you dont want to stage atm.
Mrinmoy
Jun 20, 2018
rubocop -a can autocorrect many kinds of issues.Kamal
Jun 19, 2018
ActiveRecord update_all does not touch updated_at
Mrinmoy
Jun 19, 2018
byebug
Kamal
Jun 18, 2018
new design layout, pretty cool https://www.smashingmagazine.com/2018/05/guide-css-layout/
Yuva
Co-founder
Jun 16, 2018
If one wants to run iex without starting any applications
iex -S mix run --no-start is very handyYuva
Co-founder
Jun 14, 2018
For models A and B, if A has_one B, then A.new.b.build wont work. You have to say A.new.build_b.
Kamal
Jun 11, 2018
Sidekiq processes jobs in a multithreaded process. Which means there is no guarantee that the jobs that are enqueued will processed in the same order. So you'd need to consider the aspect of context switch that can happen and thus make sure that the worker code is thread safe.
Akshay
May 22, 2018
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!Yuva
Co-founder
Showing 67 to 69 of 82 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