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 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
Nov 14, 2018
For setting up absolute path for create-react-app with flow follow these instructions https://itnext.io/configure-absolute-paths-with-create-react-app-and-flow-e4b8922676a2
aravind
Nov 13, 2018
when starting rails server with puma if you get error
puma/launcher.rb:343:in
stat': No such file or directory @ rb_file_s_stat - try to
cd back to parent directory and then
cd` to project folder again. There is chance that you moved your project to another directory and your shell is not updated with new path.revath
Nov 13, 2018
when starting rails server with puma if you get error
puma/launcher.rb:343:in
stat': No such file or directory @ rb_file_s_stat - try to
cd back to parent directory and then
cd` to project folder again. There is chance that you moved your project to another directory and your shell is not updated with new path.revath
Nov 12, 2018
Open file in vim with cursor in specific line.
vim +lineno
Ed: vim abc.rb +343
revath
Nov 12, 2018
The Forwardable module in Ruby provides delegation of specified methods to a designated object, using the methods
def_delegator
and def_delegators
.akshay
Nov 12, 2018
Ram talks with the computer with the help of a memory controller on the CPU. So the reason why its often suggested to prefer to have multiple RAM modules rather than a single one is due to memory channels. If the memory controller within the CPU supports multi-channel architecture then it can leverage it having multiple RAMs than having a single one as it helps in faster data exchange. Like if it’s dual channel then a pair, quad channel then four modules, etc.
akshay
Nov 5, 2018
to verify certs generated by letsencrypt, we can do
openssl x509 -in server.crt -text -noout
. More info here: https://support.asperasoft.com/hc/en-us/articles/216128468-OpenSSL-commands-to-check-and-verify-your-SSL-certificate-key-and-CSRiffyuva
Nov 5, 2018
to verify certs generated by letsencrypt, we can do
openssl x509 -in server.crt -text -noout
. More info here: https://support.asperasoft.com/hc/en-us/articles/216128468-OpenSSL-commands-to-check-and-verify-your-SSL-certificate-key-and-CSRiffyuva
Showing 57 to 59 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