• deck

  • level up our rust skills by building an ecs

    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.

  • deck

  • Learn Rust by Building a CLI Todo App

    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.

  • Creating an Overlay for OBS

  • Observer Pattern in JavaScript

  • Creating a Technical Interview that Doesn't Suck

    This slide deck is for the meetup talk at https://www.meetup.com/Node-js-Denver-Boulder/events/ktpcnrybcfbzb/

  • Lambda on Digital Ocean

    This is the slide deck for the presentation at the Denver Node.js meetup. https://www.meetup.com/Node-js-Denver-Boulder/events/qjvqlrybccbvb/.

  • Growth Mindset

  • Getting Things Done for Sofware Developers

  • Frontend Framework Showdown - Mavo

  • running a docker image interactively

    This slide deck is for a short youtube video showing how to connect into a docker image interactively.

  • deck

  • Stave off burnout by making art with code

  • tdd

    Intro to test driven development with Node.js, mocha, and chai

  • learn2learn

    Slide deck for learning to learn

  • making art with javascript

    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 (backend)

    Validating user input with express and node

  • Developing with Docker

    This slide deck is for web developers who wish to be introduced to Docker and how it can help them with their future developing.

  • Server side rendering with Handlebars

    Now that we have created a basic express server, we want to dial up our HTML with server side rendering!

  • intro_to_the_DOM

    This slide deck is for introducing the student to the DOM.

  • Let me sleep on it

    A slide deck about napping and all of its benefits.

  • searching with javascript

    depth first search, and breadth first search algorithms with javascript

  • linked lists

    All about linking those lists with javascript

  • stacks and queues with js

    Lets explore stacks and queues with javascript

  • Intro to Functional JavaScript

    Introduction to functional programming using JavaScript.

  • oop-js

    Object oriented javascript is fun and easy!

  • apis-jwts-and-angularjs

    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.