In part 2 of our machine learning crash course, we'll make a recommendation engine in the browser.
Here's the code!
https://codepen.io/willrstern/pen/WzZqpd
We will make a recommendation engine example that fully runs in the browser with really good per...
From LearnCode.academy
In a few lines of code, we can tackle real browser or server challenges with machine learning and neural networks! Here's the source code:
https://codepen.io/anon/pen/NYRRQm?editors=1111
Machine learning is a fun new(er) way to solve problems.
Rather th...
From LearnCode.academy
GET THE SOURCE CODE: https://github.com/learncodeacademy/vue-tutorials
Knowing how to scale Vue data is essential, and easily done with Vue.js stores.
Vue.js is one of the top 3 Javascript frameworks you should know these days.
The Vue framework is extr...
From LearnCode.academy
GET THE SOURCE CODE: https://github.com/learncodeacademy/vue-tutorials
In this Vue.js Tutorial, we'll load AJAX/XHR data using Vue lifecycle methods. Vue lifecycle methods allow us to take vue components and hook into them at various points for custom ...
From LearnCode.academy
GET THE SOURCE CODE: https://github.com/learncodeacademy/vue-tutorials
Let's build out a full RESTful example with Vue...and like evertything with Vue, it will be super easy and fast.
The Vue framework is extremely simple to learn and fun to use.
It's m...
From LearnCode.academy
GET THE SOURCE CODE: https://github.com/learncodeacademy/vue-tutorials
Now that we have the basics of Vue.js, let's scale it with a full build system and .vue single-file-components. This is where Vue gets really fun in my opinion.
The Vue framework is...
From LearnCode.academy
Vue components allow you to break up your application into smaller, discrete pieces.
GET THE SOURCE CODE: https://github.com/learncodeacademy/vue-tutorials
Vue.js is one of the top 3 Javascript frameworks you should know these days.
The Vue framework is...
From LearnCode.academy
Vuejs directives are very similar to Angular.js directives, but are much simpler to use.
GET THE SOURCE CODE: https://github.com/learncodeacademy/vue-tutorials
In this video, we'll show how to creat event listeners and modify data using Vue directives
Vu...
From LearnCode.academy
Vuejs filters and computed data are extremely simple, but powerful.
GET THE SOURCE CODE: https://github.com/learncodeacademy/vue-tutorials
In this video, we'll show how easy it is to use them.
Vue.js is one of the top 3 Javascript frameworks you should k...
From LearnCode.academy
This video is designed to help you break into development arenas that CMSs may have been shielding you from.
$10 Free digitalocean server credit: http://webdev.willstern.com/digitalocean
This video is called "help me, I'm stuck in Wordpress world." Now a...
From LearnCode.academy
ES2018 a.k.a. "ESSuper-Next" is out and it is awesome.
It has powerful new features like
always-global-variables,
common-keyword shortcuts,
dot-syntax,
flow/typescript support
It's sure to be a game-changer.
Oh...and by the way, this is an April Fool...
From LearnCode.academy
Yarn is the hot new drop-in NPM replacement utility for projects using node.js packages. It's way faster, more stable, and more secure than NPM and you can use it with zero configuration on your end.
In the sample for this video, the NPM install takes b...
From LearnCode.academy
In under 10 minutes, we'll have a production and staging server running on AWS Lambda using Serverless.
This AWS Lambda tutorial shows how powerful functions as a service are and how easy it is to get up and running with them.
The Serverless framework h...
From LearnCode.academy
Here's my keyboard:
https://ergodox-ez.com/
Here's my Ergodox EZ layout:
http://configure.ergodox-ez.com/keyboard_layouts/qgmgej
In this video, I show off the new Ergodox EZ Snow and Shine LED edition, which is a beautiful keyboard.
When doing web deve...
From LearnCode.academy
http://store.learncode.academy/
If you're new to backend or wanting to take on a new language/framework, this is a great course for you. Starting from ground-zero, this Node.js tutorial for beginners covers a complete core-competency skillset in Node.js....
From LearnCode.academy
SemaphoreCI is a great testing platform primarily because it's blazing fast. In just a few seconds, we'll get continuous testing up and running for our Javascript Project!
SEMAPHORECI: https://semaphoreci.com/
THE CODE:
https://github.com/willrstern/se...
From LearnCode.academy