Modern Web browsers Most modern operating systems support the ability for you to install and setup a browser. If you are running windows then IE is pre-installed, if you running Linux you might get Chrome or Midori for OSX users you will have Safari … [Read more...] about How to set up Local Ubuntu / Linux Machine for JavaScript Development
How to set up Local OS X El Capitan Machine for JavaScript Development
Modern Web browsers Most modern operating systems support the ability for you to install and setup a browser. If you are running windows then IE is pre installed, if you running Linux you might get Chrome or Midori for OSX users you will have Safari pre … [Read more...] about How to set up Local OS X El Capitan Machine for JavaScript Development
How to set up Local Windows Machine for JavaScript Development
Most modern operating systems support the ability for you to install and setup a browser. If you are running windows then IE is pre-installed, if you running Linux you might get Chrome or Midori for OSX users you will have Safari pre-installed. The rest of this … [Read more...] about How to set up Local Windows Machine for JavaScript Development
Introduction to Local Environments
One of the great things about working with JavaScript is that you don't need to have a complex development environment. Most modern computers have a web browser and a pre-installed text editor which is all you need to start to program using JavaScript. In this … [Read more...] about Introduction to Local Environments
How to setup Linux Environment Variables (Create, Read, Update, Delete)
Variable Location Linux The default location for custom environmental variables in Linux is the .bash_profile file. ~/.bash_profile To list all the variables that are being used by your system use the printenv command. ➜ ~ … [Read more...] about How to setup Linux Environment Variables (Create, Read, Update, Delete)
How to setup OS X EL Capitan Environment Variables (Create, Read, Update, Delete)
Variable Location OSX The default location for custom environmental variables in OSX the .bash_profile file. ~/.bash_profile To list all the variables that are being used by your system use the printenv command. ➜ ~ … [Read more...] about How to setup OS X EL Capitan Environment Variables (Create, Read, Update, Delete)
How to setup Windows Environment Variables (Create, Read, Update, Delete)
In Windows 7 you can find the location path for the variables in the following location. Click the Start button and right-click the computer option in the start menu, and select Properties. Click the Advanced System Settings link in the left column. In the … [Read more...] about How to setup Windows Environment Variables (Create, Read, Update, Delete)
Environment Variables Introduction
What do Local Environments, Virtual Environments, and Cloud Environments all have in common? Environment Variables, which are a set of dynamic values that affect the way a program will behave on your computer. All of this variables are configured and managed by … [Read more...] about Environment Variables Introduction
Different Types of Development Environments
What is a Development Environment? Computer programmers require a set of specific tools when writing a software application. Your development environment is used to create software. In this chapter, you will be learning about the three different types of … [Read more...] about Different Types of Development Environments
Real Hackers know UNIX (Prerequisites)
I want to take this time to say thank you and congratulate you for taking the first step to creating the perfect development environment. This series contains solid techniques on how to setup your ideal development environment. Throughout this series, you will … [Read more...] about Real Hackers know UNIX (Prerequisites)