Building Fauna Design System: The ProcessPart 1: Introducing the Fauna Design System In the rapidly growing web development field, the concept of a design system has emerged as a crucial tool for frontend developers and designers alike. A design system serves as a collection of reusable com...Apr 10, 2024·8 min read
Introduction to Continuous IntegrationDelivering high-quality software quickly and efficiently is crucial for a project's success in today's software development world. Traditional development practices may result in integration challenges, delayed releases, and reduced output. However, ...Jun 21, 2023·3 min read
Build a Todo App with Next.js and AWS AmplifyIntroduction In this tutorial, you'll learn how to build a serverless todo application using Next.js, a popular React framework for building server-rendered applications, and AWS Amplify, a JavaScript library for cloud-based app development. Prerequi...Jan 15, 2023·7 min read
What's New in React 18Introduction React is a very popular open-source JavaScript library created by Facebook in 2013. Owing to its flexibility, a lot of developers harness some of its features in building fast, efficient, and reusable user interface (UI) components. In M...Jun 9, 2022·5 min read
Getting started with NextJS - A Brief Introductory GuideIntroduction React is without a doubt the most widely used JavaScript library for developing single-page applications (SPA). Working with it provides an excellent developer experience because applications can be broken down into components, allowing ...Apr 23, 2022·4 min read
GraphQL API Requests with Typescript, React Query & GraphQL Code GeneratorIn this article, we'll learn how to make GraphQL requests in the client-side of our React application with React Query, Typescript(TS) and also automatically generate TS types for our queries with GraphQL Code Generator. The following paragraphs will...Jan 2, 2022·6 min read
Fix the Error: "You are running `create-react-app` 4.0.3, which is behind the latest release (5.0.0). We no longer support global installation"I ran into the error below a few days ago while trying to create a new react application; You are running create-react-app 4.0.3, which is behind the latest release (5.0.0). We no longer support global installation of Create React App. From my rese...Dec 29, 2021·1 min read