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 3, 2019
In order to delete untracked files, I use this
for f in $(git ls-files . --exclude-standard --others); do rm $f; done
. Is there any simpler version?Iffyuva
Jan 2, 2019
cp -p
preserves file attributes(e.g. modification time) while copying filesGoromlagche
Dec 29, 2018
git fetch origin pull//head:
to checkout github pull request to local branch without adding the fork to your remote.Revath
Dec 14, 2018
http://serveo.net “Expose local servers to the internet
No installation, no signup, and persistent subdomains too!”
No installation, no signup, and persistent subdomains too!”
Akash
Dec 13, 2018
http://sethrobertson.github.io/GitFixUm/fixup.html “choose your own adventure for git fixup”
Iffyuva
Nov 23, 2018
In bulma set
$navbar-breakpoint: $tablet;
to show the same desktop navbar in tablet (landscape mode).Revath
Nov 22, 2018
cloudflare has flexible ssl proxy, for free(mostly) https://support.cloudflare.com/hc/en-us/articles/200170416-What-do-the-SSL-options-Off-Flexible-SSL-Full-SSL-Full-SSL-Strict-mean-
Goromlagche
Nov 22, 2018
transients on factory girl https://github.com/thoughtbot/factory_bot/blob/master/GETTING_STARTED.md#transient-attributes
Goromlagche
Nov 22, 2018
use webpack bundle analyser without eject in create react app (CRA). https://github.com/facebook/create-react-app/issues/3518#issue-277616195
Revath
Showing 60 to 62 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