Loading

Join Us Thursday May 2nd for Bitovi’s Online Meetup — useContext to Avoid Prop-Drilling in React, Leading a Team of One, & Using Docker To Improve Development

This meetup already happened! You can watch the recordings on YouTube:


Join us on May 2nd from 9 am – 10:30 am Pacific Time for our next online meetup! We’ll have a handful of short talks on a variety of interesting topics, including…

Chasen Le Hara

Chasen Le Hara

Save the Date: May 2nd for Our Next Online Meetup (and Videos From March’s Meetup)

Join us on May 2nd at 9 am Pacific Time for our next online meetup! We’ll have a handful of short talks on a variety of interesting topics, plus time afterwards to chat, talk about the presentations, and put the meet in meetup.

Chasen Le Hara

Chasen Le Hara

Join Us Thursday March 21st for Bitovi’s Online Meetup — React Hooks, WebRTC, UX for Devs, & Conference Speaking Like a Boss

This meetup already happened! You can watch the recordings on YouTube:


Join us on March 21st at 9 am – 10:30 am Pacific Time for our next online meetup! We’ll have a handful of short talks on a variety of interesting topics, including…

Chasen Le Hara

Chasen Le Hara

Save the Date: March 21st for Our Next Online Meetup (and Videos From February’s Meetup)

Join us on March 21st at 9 am Pacific Time for our next online meetup! We’ll have a handful of short talks on a variety of interesting topics, plus time afterwards to chat, talk about the presentations, and put the meet in meetup.

Chasen Le Hara

Chasen Le Hara

Faster Load Times For Any Framework

At Bitovi, we’ve been working on utilizing HTTP streaming to speed up single-page application (SPA) load times for the last couple of years. We’ve developed a technique that accelerates page load times that we call incremental rendering, which went into DoneJS 3. Today we’re happy to announce another project, Velocirender, which brings incremental rendering to any framework.

This article will:

The Bitovi Team

The Bitovi Team

Join Us for Our First Online Meetup

This meetup already happened! You can watch the recordings on YouTube:


Join us on February 14th at 9 am Pacific Time for our first online meetup! We’ll have a handful of short talks on a variety of interesting topics, plus time afterwards to discuss the presentations, talk with the presenters, and put the meet in meetup.

Chasen Le Hara

Chasen Le Hara

CanJS Debugging Tutorial

{% raw %}

This tutorial walks through some of CanJS's most useful debugging features. If you are new to CanJS, and want to be impressed, you might checkout it's two most unique and powerful features first:

  • Understand what happened with logStack - A change in one value results in a change in another value, which results in another value change. This relationship can be hard to understand and isn't visible in the stack.  Fortunately, CanJS has a stack that lays out exactly why something changed.
  • Understand what changes the DOM - If you inspect an element, CanJS can tell you all of the values that went into composing the element's values.
Justin Meyer

Justin Meyer