Brooks Patton
I have been working in the IT field for most of my professional career, first as a Systems Administrator at NASA Ames Research Center, as a software developer, and now I am an instructor at Galvanize.
Gamedev can be a great way to level up our skills. In this talk I give the argument that we can build a library like an Entity Component System that can be used in almost every kind of game to help us stretch our skills and also not get burned out.
This is the slide deck for a Rust meetup talk about learning Rust. You can watch Brooks stream live on Twitch tv, often about programming in Rust at https://www.twitch.tv/brookzerker.
This slide deck is for the meetup talk at https://www.meetup.com/Node-js-Denver-Boulder/events/ktpcnrybcfbzb/
This is the slide deck for the presentation at the Denver Node.js meetup. https://www.meetup.com/Node-js-Denver-Boulder/events/qjvqlrybccbvb/.
This slide deck is for a short youtube video showing how to connect into a docker image interactively.
Intro to test driven development with Node.js, mocha, and chai
Slide deck for learning to learn
This presentation was made for a Colorado Springs meetup talk Learn to Code where Brooks Patton shows how to use JavaScript to create some art programmatically. This presentation is accompanied by the github repo at https://github.com/BrooksPatton/colored-squares.
Validating user input with express and node
This slide deck is for web developers who wish to be introduced to Docker and how it can help them with their future developing.
Now that we have created a basic express server, we want to dial up our HTML with server side rendering!
This slide deck is for introducing the student to the DOM.
A slide deck about napping and all of its benefits.
depth first search, and breadth first search algorithms with javascript
All about linking those lists with javascript
Lets explore stacks and queues with javascript
Introduction to functional programming using JavaScript.
Object oriented javascript is fun and easy!
Ok, so you've built a great full-stack single page application by creating an API, and an angularjs app. However you are missing that one thing that makes it ready for users. Authentication. Well that is what we are going to talk about here, authentication for apis and angularjs.