You are here |
blog.danskingdom.com | ||
| | | |
techsavvypriya.wordpress.com
|
|
| | | | I've learnd a very important thing in my whole career as a developer, IDE is my bow and extensions are my arrows.It depends on me to choose the best bow and best arrows , of course, I choose VSCode for that and the number of best VSCode extensions. There are thousands of extensions in the... | |
| | | |
michaelscodingspot.com
|
|
| | | | Michael Shpilt's Blog on .NET software development, C#, performance, debugging, and programming productivity | |
| | | |
www.s-anand.net
|
|
| | | | In 1994, I learnt Perl. It was fantastic. I used it to: In 2006, I was convinced I should stick to Perl over Python. In 2008, Google launched AppEngine and it provided free hosting (which was a big deal!) but had only 2 runtimes: Java and Python. The choice was clear. I'd rather learn Python ... Perl, 1994-2011 Read More ยป | |
| | | |
blog.oddbit.com
|
|
| | This is a long-form response to this question, and describes how to get the nova-docker driver up running with devstack under Ubuntu 14.04 (Trusty). I wrote a similar post for Fedora 21, although that one was using the RDO Juno packages, while this one is using devstack and the upstream sources. Getting started We'll be using the Ubuntu 14.04 cloud image (because my test environment runs on OpenStack). First, let's install a few prerequisites: $ sudo apt-get update $ sudo apt-get -y install git git-revie... |