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.
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
Nov 21, 2018
dns over tls https://en.wikipedia.org/wiki/DNS_over_TLS and 1.1.1.1 https://cloudflare-dns.com/
goromlagche
Nov 20, 2018
if your node script exited with
Returned: code: 137 signal: null
, 137 mean it got killed by another process and high chance that it should be Out of Memory
issue.revath
Nov 16, 2018
We can filter sensitive parameters from getting logged by modifying config like
Rails.application.config.filter_parameters += [:password, :credit_card]
within automatically created filter_parameter_logging.rb
file in config/initializers
folder.akshay
Nov 14, 2018
xdotool type $(echo "A B C")
will type without spaces. if you need to retain space xdotool type "${echo "A B C"}"
revath
Nov 14, 2018
graphql request with 1) curl :
curl -X POST http://localhost:3002/graphql -H 'Content-Type: application/json' -d '{"query": "{goalTypes{id}}"}'
2) httpie : http POST http://localhost:3002/graphql query="{ goalTypes{id}}"
revath
Showing 56 to 58 of 77 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