Bitovi Blog - UX and UI design, JavaScript and Front-end development

development

Utilizing HTTP2 PUSH in a Single Page Application

June 1, 2017

Web application startup time has a big impact on user engagement. When writing client-side applications, we deal with this problem in a variety of ways such as:

Build a YouTube Playlist Editor, an Advanced Weather Report Guide, & TodoMVC with CanJS

May 16, 2017

The new Recipes section on CanJS.com now has three new guides: Playlist Editor, TodoMVC with StealJS, and Weather Report Guide (Advanced)!

Introducing DoneJS 1.0—Get Your App Done 🏁

April 27, 2017

Today we’re super excited to announce DoneJS 1.0, the complete and integrated solution to building high-performance, real-time web, mobile, and desktop applications. DoneJS covers every client-side...

How to add Real-time Data to your .NET Application

April 20, 2017

Web applications have increasingly turned to real-time data to provide more dynamic and useful features - for example chat, collaborative editing, and real-time analytics. This trend is evident in...

Can’d Goodies: JavaScript Query String Encoding and Decoding

March 31, 2017

CanJS has everything you need to build a web app’s front-end: components, templating, models, and more. We also publish all of the modules that provide the infrastructure for the higher-level APIs,...

New CanJS Recipe: Weather Report Guide

March 24, 2017

The new Recipes section on CanJS.com now has a new guide: Weather Report!

New on CanJS.com: Recipes!

March 16, 2017

We’ve added a new Recipes section to CanJS.com with example widgets that are useful starting points for learning more about CanJS.The first set of recipes is a file system navigator that Justin Meyer...

Building a Real-time, Multi-platform App in 3 Months

February 14, 2017

Bitovi worked with HaulHound, a logistics technology company, to design and develop a system connecting truckers and shippers. The system we built supports real-time data, an iOS and Android app for...

How To Conditionally Load Modules with StealJS

January 24, 2017

StealJS makes it easy to bundle all of your JavaScript modules into highly efficient production builds, but sometimes you don’t want to bundle everything together. There are times when a module only...

How to Upgrade to StealJS 1

January 20, 2017

StealJS 1 has been released! It’s a major new version with some breaking changes, but our migration guide has everything you need to upgrade your app or plugin today.