TILs - 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.

Published
Author
user-image
Revath
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.
Published
Author
user-image
Akshay
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.
Published
Author
user-image
Revath
xdotool type $(echo "A B C") will type without spaces. if you need to retain space xdotool type "${echo "A B C"}"
Published
Author
user-image
Revath
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}}"
Published
Author
user-image
Revath
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}}"

Showing 61 to 63 of 82 results

Ready to Build Something Amazing?

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