Posted by
Derek Banas on Jan 31, 2016 in
Web Design |
0 comments
Welcome to my MEAN Stack Tutorial. This is a much requested tutorial so of course I’m making it. In this tutorial I’ll cover how to install and verify that each part of the MEAN Stack is working properly. We’ll install MongoDB, Express, NodeJS, AngularJS, Git, Bower, Jade and Bootstrap...
You guys asked for an electronics tutorial and I had a blast making one! In this introductory tutorial I will provide a massive overview while also showing how to build an AM radio on a breadboard.
We’ll learn about electricity, conductors, current, voltage, power, resistors, breadboards, LEDs,...
Posted by
Derek Banas on Jan 18, 2016 in
Web Design |
0 comments
In this video I show the easiest way to connect NodeJS to a MongoDB database. Installation and solving common errors is covered. We’ll create a database and then query and update it using NodeJS. We’ll review how to template pages with Jade. We review how to set up a NodeJS tutorial. Also because...
Posted by
Derek Banas on Jan 15, 2016 in
Web Design |
0 comments
In this video I’ll finish the CoffeeScript tutorial I started in my previous tutorial. If you haven’t watched, watch it first.
This time I’ll cover CoffeeScript Arrays, Ranges, Splats, Filter, Reduce, For, Guards, Isnt, Is, While, Do While, Functions, Objects, Classes, Inheritance and more....
Posted by
Derek Banas on Jan 11, 2016 in
Web Design |
0 comments
After my last video a bunch of people asked for a CoffeeScript tutorial and so I made one. CoffeeScript compiles into JavaScript and tries to improve on JavaScript in many ways. Many people prefer it because of how it improves classes and it is actually more popular then other high profile languages like...
Posted by
Derek Banas on Jan 4, 2016 in
Web Design |
0 comments
Welcome to my Jade Tutorial. Jade is the templating engine for NodeJS. Like Handlebars, which I covered previously, Jade helps separate your HTML from your dynamic content.
People find generating HTML with a preprocessor provides for more readable code that is easier to maintain. We’ll look at...