Introduction Julia is a General Purpose Programming Language, with a unique affinity for numerical computation, which makes it quite the useful language for data scienc and machine learning. The original motivation for creating the Julia language was to reduce the development cycle for data scientists. Often times, data scientists will
Introduction Microsoft Visual Studio Code is an open-source text editor written almost entirely in TypeScript and JavaScript. It is platform-independent, meaning that it is available on Windows, Mac, and Linux. The big three in non Vim/Emacs text editors for developers is typically SublimeText, Atom, and VSCode, with VSCode being
Motivation After learning the basics of web development (i.e. HTML, CSS, JavaScript) through the creation of my personal website, I knew that I wanted to extend my development capabilites through a front-end framework. This is because I enjoyed the creation of my own website, but I wanted to learn
Motivation I have always been interested in web development, both front-end and back-end, but never took the time to truly learn all of the requisite languages needed for web development. It always seemed daunting to try to learn, considering you at least need to learn HTML, CSS, and JavaScript to
Purpose The purpose of this tutorial is to get you comfortable with your development environment, and to get you started into your actual work as fast as possible. Without a well-established environment and workflow, it is difficult to start working without having hurdles and having to stop often to install