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.

Jul 31, 2019
To debug your compiled elixir code inside a container you can run the executable file with remote_console argument to get a remote shell.
atul
atul
Jul 31, 2019
To debug your compiled elixir code inside a container you can run the executable file with remote_console argument to get a remote shell.
atul
atul
Jul 17, 2019
\p{} matches a character’s Unicode script. You can use \p{Tibetan}] to match for tibetan scripts https://ruby-doc.org/core-2.6.3/Regexp.html
goromlagche
goromlagche
Jun 26, 2019
Kubernetes secret management - Store your AWS or any other keys, secret in kubernetes secret(kubectl get secret) base64 encoded and define an environment variable in kubernetes config to access them in your app.
https://kubernetes.io/docs/concepts/configuration/secret
atul
atul
Jun 25, 2019
CSS text-transform: capitalize won't capitalize the text if the whole content is already in upper case. will see the difference only if content is lower case https://jsbin.com/nemaqaf/edit?html,css,js,output
revath
revath
Jun 11, 2019
Difference between match.url and match.path, which to use: https://css-tricks.com/react-router-4/#article-header-id-7
amit
amit
Jun 11, 2019
Difference between match.url and match.path, which to use: https://css-tricks.com/react-router-4/#article-header-id-7
amit
amit
Jun 7, 2019
ActiveRecord has a warn_on_records_fetched_greater_than config. If you use it “config.active_record.warn_on_records_fetched_greater_than = 1500” then if you use a Model.all and the records are > 1500 it will long a warning. Generally if the row count is high, you would want to use “find_in_batches” rather than “all”. The original issue https://github.com/rails/rails/issues/16463
goromlagche
goromlagche
Jun 6, 2019
use credentials('global-cred-id') to use Jenkins credentials inside pipline Eg: DANGER_GITHUB_API_TOKEN = credentials('78c4b861-f9e8-44b8-8510-4d734ab752a0')
revath
revath
Jun 3, 2019
iffyuva
iffyuva

Showing 53 to 55 of 79 results

Ready to Build Something Amazing?

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