<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

Deploy StackStorm to AWS Using a GitHub Action

March 24, 2023

This blog will explore how you can use Github Actions to deploy Stackstorm to AWS in just a few clicks!

5 Quick Tips for Writing More Readable React Code [ChatGPT Experiment]

March 20, 2023

ChatGPT is hot right now, so I thought I should experiment with letting it write a blog post. It did surprisingly well. The following is more than half AI-generated. For the most part, the first...

Four Lessons I Learned Node.js Consulting for a Fortune 500 Company

March 17, 2023

For the last few years, several members of my team and I have been working with a Fortune 500 global company to help build a Node.js ecommerce platform. We learned many valuable lessons along the...

✅ 3 Things Every Product Design Team Needs in 2023

March 13, 2023

There are some things you just have to prioritize for product design excellence. Retaining great talent and building incredible products in 2023 requires intentionality. But where should you focus...

Deploy Docker to EC2: Root Domain Deploy [Part 2]

March 10, 2023

If you’re new to the Deploy Docker to EC2 GitHub Action, check out this post!

Deploy Docker to EC2: Pull Request Environments [Part 1]

March 10, 2023

If you’re new to the Deploy Docker to EC2 GitHub Action, check out this post.

Your Agile Team Needs a Product Requirements Document [Free Template]

March 8, 2023

Is your Agile team moving from task to task without much awareness of the bigger picture? You need a Product Requirements Document.

Review Buddies: Pair Programming for the Rest of Us

March 6, 2023

Looking for a way to increase developer productivity and improve your code review process? Try Review Buddies.

What's New in Node.js and GraphQL for 2023?

March 3, 2023

Lots of things change year over year, especially in backend development. GraphQL, as well as Node.js, are no exception! We’ll cover some background context for the changes leading up to 2023 and then...

GraphQL: Everything You Need to Know [with Code Examples]

March 1, 2023

Are you thinking about designing a backend API? You probably already know about REST architecture. You might even know that the REST architecture doesn’t handle complex applications very well.