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.

Feb 13, 2018
always use default props while writing react component, reduces the number of unexpected bugs which are hard to reproduce.
harshwardhan
Harshwardhan
Feb 13, 2018
a tags without an href are not links, they are placeholders for links. Also, capybara only click on links which have the href attribute.
manu
Manu
Feb 2, 2018
Difference between usage of size/count/length when dealing with ActiveRecord::Relations and got rid of many COUNT(*) queries. Good article on the same - http://work.stevegrossi.com/2015/04/25/how-to-count-with-activerecord/
manu
Manu
Jan 29, 2018
Postgres VACUUM [https://www.postgresql.org/docs/9.1/static/sql-vacuum.html] - It reclaims storage occupied by dead tuples.
manu
Manu
Jan 25, 2018
Rspec's subject is a special variable that refers to the object being tested. It's instantiated implicitly but can also be done explicitly. Handy to be used with shoulda matchers.
manu
Manu
Jan 24, 2018
In Tmux, prefix+t shows the current time in big font size
emil
Emil
Jan 24, 2018
mrinmoy
Mrinmoy
Jan 23, 2018
looping through a collection of records in database using methods like all is very inefficient (it tries to instantiate all objects at once) and should resort to batch processing methods eg: find_each.
manu
Manu
Jan 22, 2018
ansible lets u use ansible_distribution ( values : Ubuntu, CentOS etc), ansible_distribution_release (values : xenial, precise etc) to write dist specific commands
ganesh
Ganesh
Jan 16, 2018
There is a global location for git ignore *nix - ~/.config/git/ignore
manu
Manu

Showing 70 to 72 of 80 results

Ready to Build Something Amazing?

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