Uncategorized

Debugging GraphQL APIs with Insomnia

Insomnia is an API client for designing, debugging, and testing APIs. In this article, we'll learn how to debug GraphQL APIs using Insomnia.
Lawrence Eagles
5 min read

How React Hooks can replace React Router

React Router is a great tool, however, with the arrival of Hooks, a lot of things have changed. React Hooks offer a cleaner and...
Peter Ekene Eze
8 min read

Top 6 tools for Node.js monitoring

Learn about top tools for Node.js monitoring. Identify and address issues faster for enhanced reliability and improved UX.
Pascal Akunne
6 min read

How to create parallax scrolling with CSS

This article demystifies the parallax scrolling technique. Get insights on how to implement parallax scrolling with CSS without compromising UX.
Rob O'Leary
15 min read

A guide to using act with GitHub Actions

Introduce act in a sample project, install it, and then cover the different ways that act can improve your experience building and testing GitHub...
Andrew Evans
7 min read

Working with the app directory in Next.js 13

The new app directory in Next.js 13 works alongside the pages directory to support incremental adoption.
Kapeel Kokane
9 min read

Android CI/CD using GitHub Actions

Explore the CI/CD tool GitHub Actions and its application into modern Android development, including Android-specific Actions and more advanced topics.
Ivan Garza
8 min read

Next.js vs. Angular: Comparing key features and use cases

Next.js and Angular are both popular JavaScript frameworks for developing web applications. Let's compare their features, use cases, and more.
Temitope Oyedele
5 min read

Building iOS Lock Screen widgets

Learn how to add rectangular, inline, and circular widgets to your iOS app's Lock Screen for enhanced user experience.
Rudrank Riyam
6 min read

Unit and integration testing for Node.js apps

Testing allows you to verify that changes to a project don’t break its expected behavior. We demo running unit and integration tests in a...
Andrew Evans
12 min read

How and why to use attribute selectors in CSS

Using CSS attribute selectors, we can add extra information and CSS styling to a given HTML element. In this article, we review the available...
Oyetoke Tobi
5 min read

The complete best practices for minifying CSS

CSS minification is an optimization best practice that can deliver a significant performance boost to web app users.
Odili Charles Opute
13 min read