Getting Started with Grommet.io Icons To get started you’ll need to first add Grommet.io Icons to your project: Using the icons is very simple too: For a list of all of the available icons go to icons.grommet.io Getting Started with React SVG Components This article […]
I was looking to integrate PixiJS into a React app of mine. There are some interesting node packages out there like react-pixi-fiber that converts all of PixiJS’s objects into React components. This has some great applications but I wanted to start with vanilla PixiJS since […]
The following article is the follow up to my last article about never refactoring (Don’t Let Your Developers Refactor). It is intended for developers as a resource for understanding the why, when, and where of refactoring. Refactoring is an inevitable part of software development. It […]
A QR code (abbreviated from Quick Response code) is a type of matrix barcode (or two-dimensional barcode) first designed in 1994 for the automotive industry in Japan. A barcode is a machine-readable optical label that contains information about the item to which it is attached. In practice, QR codes often […]
Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket, and GitLab. Gitea is a fork of Gogs and written in Go which makes it cross-platform supported. If you’re thinking about self-hosting Git I highly recommend you look into this project. Assuming you’re […]