Managing multiple Java JDKs on single system?
I'm not a java developer but recently I had the need to manage multiple Java JDKs on a single system. Because I had to keep running an older java version for compatibility.…
I'm not a java developer but recently I had the need to manage multiple Java JDKs on a single system. Because I had to keep running an older java version for compatibility.…
Sometimes the functions exposed by firebird are not enough to satisfy our needs. Luckily we can create our own internal functions. Let's say you want to cast a potential numeric…
Sometimes we have to set up nginx behind a proxy either because we can't have multiple public ports open, or because we have complex micro service apps powering our application…
Install nginx brew install nginx Update nginx conf nano /usr/local/etc/nginx/nginx.conf Service control commands // Start nginx nginx // Test nginx conf nginx -t // Expected test result output nginx: the…
Recently I came across this message while opening an android project. After some searches I found that this was being caused by an incompatible gradle version. So, here's what I…
This is something that affects many iOS developers and it's caused by missing device support files for your iOS device, mostly because you updated your phone to a more iOS recent…
I won't be saying that you should be using a sub version but the main reason behind this post is how important code consistence is when using subversion. If you…