Loading
Angular

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

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.

Eduard Krivanek

Eduard Krivanek

DevOps

Deploy Any Docker Project to AWS with GitHub Actions

Bitovi has created a new GitHub action that makes hosting any Docker-based project in your own AWS account a snap. It’s possible with a combination of Terraform + Ansible wrapped in some scripts with some of our tools.

Leo Diaz Longhi

Leo Diaz Longhi

How Node.js Fakes Multithreading

Node.js is one of the most popular languages for web servers, even though JavaScript is single-threaded. This might seem contradictory at first—don’t web servers need to handle simultaneous connections?

Kyle Nazario

Kyle Nazario