(312) 620-0386 | contact@bitovi.com
Get our best content on how to build better apps.
Got product development questions?
Join us on
Discord
Training Series - Events Part 1
How events work in the DOM is a two part series we kick off this week! Learn about how DOM events are handled, common misunderstandings and more over the next two sessions.
The Bitovi Team
Training Series - Element Styles and Positioning
We wrap up our dive into DOM elements this week with a look at how elements are laid out on a page. We'll discuss different element properties and jQuery methods to assist with finding an elements position, offset and dimensions as well as how to manipulate those properties.
Training Series - Element Attributes and Properties
Learn the difference between attributes and properties on a DOM element, how jQuery modifies these and how they are set in memory!
Training Series - Traversing Elements in the DOM
Following up with our sub-series into jQuery, we'll learn how to traverse the DOM, why this is efficient and a little bit of meta programming!
Training Series - Finding Elements in the DOM
This week is the first in a sub-series where we break down jQuery to it's core. Build your own version of jQuery with us and gain insight into why this library is so powerful in modern applications!
Training Series - Prototypes
.prototype and .proto demystified! We'll cover what the "new" and "instanceof" operators are actually doing behind the scenes, and what prototype-based inheritance looks like in memory.
Training Series - Context
What is "this"? We'll cover context in this session of our JavaScript training series.
Training Series - Closures
Join us as we cover closure scope in JavaScript!
Training Series - Comparisons
This week we covered comparisons in JavaScript! The showdown between == and === is on!
Training Series - Types, Operators and Primitives
This week we covered types, operators and primitives in JavaScript as well as a bonus session regarding how hash maps are created in memory!
Training Series - Basic JS
Our training series has officially kicked off! We covered an intro to JavaScript and got a sneak peak at upcoming sessions. The following agenda is covered in this week's session.