<img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=1063935717132479&amp;ev=PageView&amp;noscript=1%20https://www.facebook.com/tr?id=1063935717132479&amp;ev=PageView&amp;noscript=1"> Bitovi Blog - UX and UI design, JavaScript and Front-end development

Open Source BitOps: v2.1-2.3 Updates

January 6, 2023

It’s been a while since BitOps v2.0.0 introduced extensibility via plugins and a core platform rewrite with Python. Since then, we’ve been working hard—experimenting and gathering feedback, exploring...

You Should Be Building & Scaling Products with a Design System

January 3, 2023

Design Systems make product development faster and easier for everyone involved. Products can be spun up, tested, and launched in weeks with the most basic design system in place. With a more robust...

Angular & Apollo Client: Apollo Cache Configuration

December 16, 2022

Apollo-client might be a go-to library for connecting a frontend application to a GraphQL server; however, it was originally built as a comprehensive state management library. Apollo client’s cache...

React Everywhere with Vite and React-to-Webcomponent

December 13, 2022

React is the most popular frontend web development library in use today. However, there’s a problem. Competing frameworks undermine what could be a ubiquity—React, as far as the eye can see, an...

PostgreSQL, DynamoDB, & MongoDB: Choosing a Database for a Node.js App

December 9, 2022

If you're looking for a database for your Node.js application, Postgres, DynamoDB and MongoDB are all great options.

Angular 14: Three Can't-Miss New Features

December 7, 2022

Angular 14 introduced three big, new features:

How to Provide Valuable Product Design Feedback

December 5, 2022

At Bitovi, receiving feedback and iterating on design work is integral to our daily operations. Collaboration is essential to improve our work, whether we're performing an internal review amongst our...

How to Deploy Storybook to GitHub Pages with GitHub Actions

December 2, 2022

If you’re using GitHub Actions as your Pipeline Runner, Bitovi has created a new GitHub action that makes publishing your Storybook to GitHub Pages a snap. It’s using a new feature in GitHub pages to...

DevOps Consulting: Continuous Integration

December 1, 2022

Continuous Integration (CI) automations are a vital part of DevOps and Cloud Engineering that simplify software delivery by helping ensure all code deployed to a hosted environment is bug-free and...

React Architecture Tips & Tricks

November 28, 2022

We’ve all been there—a complicated project, under-resourced and under-documented, with little continuity or direction. Luckily, Bitovi does things differently.