Featured Posts

Exploring Ghostwriter, a GitHub Copilot alternative

Replit is one of the most popular online-based IDEs, and in September 2022, it announced that it had added support for an AI Mode...
Ukeje Goodness
5 min read

Understanding controllers and routes in NestJS

Let's take a look at NestJS routes and controllers, including what they do, how they work, and advanced use cases.
Ibiyemi Adewakun
9 min read

Debugging your backend like a frontend with Sidekick

Learn how to debug with ease with Sidekick, a secure and lightweight, and non-intrusive debugging tool.
Yan Sun
5 min read

Rethinking error tracking and product analytics

The current approach to delivering great digital experiences isn't working. It's time for a new solution.
Ben Edelstein
2 min read

A guide to using Convex for state management

Get to grips with Convex, a full-stack solution including data storage, retrieval, and mutations, all built into an SDK for global state management.
Anshuman Bhardwaj
9 min read

Underrated React Hooks you’re missing out on

Explore the use cases, syntax, and a few code examples of three underrated React Hooks, useImperativeHandle, useLayoutEffect, and useDebugValue.
Chiamaka Umeh
6 min read

Building stateful web apps without React

To gain insight into how larger frameworks (e.g., React, Angular, Vue) work, let's look at how to build stateful web apps using only vanilla...
Dave Seidman
8 min read

Building a pomodoro timer with Tauri using React and…

Learn how to build a simple pomodoro timer using Tauri, a set of tools for building cross-platform desktop apps using frontend frameworks.
Rahul Padalkar
5 min read

Understanding how Atomic Design is used in React Native

Learn about using Atomic Design with React Native apps — what it is and the role of each element that makes up the methodology...
Nitish Sharma
6 min read

Building a draggable slider in React

See how easy it is to create a draggable slider in React with the react-draggable-slider package with custom styling and animation.
Pelumi Akintokun
8 min read

Unit testing Vuex modules with Jest

Explore Vuex and learn about getters, mutations, actions, and state by creating and unit testing a Vuex module with TypeScript and Jest.
Sampath Gajawada
4 min read

How to use Axios with Vue.js

The promise-based HTTP client Axios can be used with Vue, a simple frontend JavaScript framework, to create web applications. Let's learn how.
Ibiyemi Adewakun
5 min read