React and Konva 01: Getting Started
Let’s take a look at how to get started with drawing shapes in a React app using the Konva.js canvas library/framework.
This is a short step-by-step guide to set up a React app and draw a simple shape in it. But first, let’s take a quick look at what we are gonna be working with:
React: React is a front-end framework developed and maintained by Facebook. It is highly popular in the frontend community (take a look at the statistics) and boosts with an enormous eco-systems consisting of thousands of packages.
What Is CI/CD/CD
CI/CD/CD, sometimes shortened to CI/CD, is maybe one of the most common terms in the current software development community. Nearly every company, no matter how big, uses it. As a software engineer it’s thus close to impossible to avoid this term. But what exactly does this term stand for?
TL;DR: CI/CD/CD (Continuous Integration, Delivery and Deployment) is a set of practices and processes that aim to enforce a fast and reliable development process.