<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

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.

Four Tips for Working with Remote Product Design Teams

November 21, 2022

Teamwork makes the dream work! But in this new age of remote work, how can creative teams collaborate to make their dreams work when they’re spread out across continents and various time zones? At...

Build a Data Pipeline Using Kafka and Kafka Connect

November 18, 2022

A data pipeline is a series of data processing steps. Data pipelines consist of three key elements:

Angular v15 Directive Composition API

November 16, 2022

One of the advantages of using the Angular ecosystem is that it never forgets about you. If Angular can’t solve your request right away because the current technology doesn’t allow it, they often...

TypeScript 4.9 Features and Improvements

November 15, 2022

It’s always exciting for developers when languages release new versions—whether they fix issues, introduce new features, or both! The release of TypeScript 4.9 on November 15th, 2022 introduces a new...

Use LocalStack to Build a Development Environment for a Serverless App

November 11, 2022

Local development environments allow you to speed up both development and the feedback cycle for your Serverless apps. The LocalStack plugin gives you the tools to build local development...

Angular & Apollo Client: Getting Started with GraphQL in Angular

November 9, 2022

GraphQL servers are becoming more and more popular. Backend developers recognize the added value of switching from traditional REST architecture to GraphQL, despite the higher application complexity.

Adding Animations to Your UI? Read This First

November 7, 2022

A static interface works fine most of the time. But wouldn’t it be better if you added animation? You’ve seen animation used so spectacularly elsewhere. It will improve your product too. Right? Not...