Eze Sunday

  Eze Sunday is a full-stack software developer and technical writer passionate about solving problems, one line of code at a time. Contact Eze at [email protected].

   



25 Stories by Eze Sunday

Getting started with the Square Node.js SDK

Here, we demonstrate how to use the Square Node.js SDK to easily integrate credit card processing functionality into an application.
0 5 min read

Comparing logging and tracing in Rust

Logging and tracing have similar use cases and a common purpose — to help you find the root causes of problems in your application.
0 4 min read

Comparing random number generators in Rust

In Rust, there are several random number generator implementation crates. Let's compare and contrast them here.
0 5 min read

Svelte Native vs. React Native: A comparison guide

Svelte Native is the new kid on the block for building native Android and iOS apps, but how does it compare to React Native?
0 5 min read

Data visualization with D3.js and Node.js

Many tools allow you to visualize data. Let's explore D3.js, a JS library that allows developers to create data visualization experiences.
1 4 min read

Creating Python REST APIs with Flask, Connexion, and SQLAlchemy

When developing an API, documentation is important. Here's how to easily create Python REST APIs with Flask, Connexion, and SQLAlchemy.
0 5 min read

Theatre.js: Create intricate and powerful animations in JavaScript

Theatre.js is an amazing project that gives you the power to craft your own animation studio. Here's an overview to help you do so.
0 4 min read

Top 5 smart contract programming languages for blockchain

Many programming languages allow you to write smart contracts, but let's explore the top smart contract programming languages to use.
0 7 min read

Creating configuration files in Node.js using node-config

Managing configuration files across environments can be challenging, but using node-config to create Node.js configuration files can help.
1 4 min read

Configuring any GraphQL server with Envelop

Follow this guide to see how Envelop allows you to write modular GraphQL plugins that can work on all GraphQL server implementations.
1 3 min read

Testing your React Native app with Appium

Appium is an automated testing tool for native, hybrid, and mobile web applications, Learn how to test React Native mobile apps with it here.
0 4 min read

AdonisJs vs. Django: Which web framework should you use?

Trying to decide the web framework for your next project? This article provides an overview of both the AdonisJS and Django web frameworks.
6 8 min read