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].

Stories by Eze Sunday

Using Rust And Leptos To Build Beautiful Declarative User Interfaces

Using Rust and Leptos to build beautiful, declarative UIs

Leptos is an amazing Rust web frontend framework that makes it easier to build scalable, performant apps with beautiful, declarative UIs.

Eze Sunday
Nov 30, 2023 â‹… 10 min read
Using Dioxus With Rust To Build Performant, React Like Single Page Applications

Using Dioxus with Rust to build performant single-page apps

Dioxus, a Rust library, allows you to build cross-platform UI components. It works like a hybrid of React with the safety and speed of Rust.

Eze Sunday
Nov 10, 2023 â‹… 10 min read
Five Automatic Verification Tools For Rust And When To Use Each

5 automatic verification tools for Rust and when to use each

Let’s discuss five of the top Rust automatic verification tools and how they can help you build more reliable software.

Eze Sunday
Oct 10, 2023 â‹… 8 min read
Leveraging Cody Ai For Better And More Efficient Code

Leveraging Cody AI for better and more efficient code

Let’s explore how to use Cody, an AI-powered code editing assistant designed to help developers build better and more efficient software.

Eze Sunday
Oct 2, 2023 â‹… 7 min read
Leveraging Fern In A Node Js And Express Application To Define And Document Rest Apis

Leveraging Fern to define and document REST APIs

Fern allows you to define an API and generate documentation and other information automatically to build more maintainable and reliable apps.

Eze Sunday
Sep 4, 2023 â‹… 11 min read
Using Kani To Write And Validate Rust Code With Chatgpt

Using Kani to write and validate Rust code with ChatGPT

Kani is a Rust automated reasoning verification tool you can use to verify code written using AI code generators like ChatGPT.

Eze Sunday
Aug 28, 2023 â‹… 7 min read
Building A Rust App With Perseus

Building a Rust app with Perseus

Build and deploy a Rust app with Perseus, a framework with built-in support for reactivity and server-side rendering.

Eze Sunday
Jun 28, 2023 â‹… 12 min read
How to Create a Web App in Rust With Rocket and Diesel

How to create a web app in Rust with Rocket and Diesel

Follow along with this full tutorial to learn how to create a web application with Rust, Rocket, and Diesel.

Eze Sunday
Jun 16, 2023 â‹… 12 min read
A Guide to Signal Handling in Rust

The guide to signal handling in Rust

In this article, we’ll discover the purpose of signals and learn about signal handling in the Rust programming language.

Eze Sunday
Apr 5, 2023 â‹… 5 min read
Disambiguating Rust Traits: Copy, Clone, and Dynamic

Understanding Rust disambiguating traits: Copy, Clone, and Dynamic

In this article, we will delve into each trait’s specifics and use cases so that you can effectively implement them in your Rust projects.

Eze Sunday
Mar 23, 2023 â‹… 9 min read
A Guide to Visual Debugging With Vitest Preview

A guide to visual debugging with Vitest Preview

Vitest Preview is a powerful tool that helps you write and debug tests faster by allowing you to visualize your test in a browser.

Eze Sunday
Jan 16, 2023 â‹… 6 min read
Implementing a Secure Password Reset in Node.js

Implementing a secure password reset in Node.js

Digital security isn’t a joke. Read on to learn how to build a secure reset password feature with Node.js and Express.js.

Eze Sunday
Jan 6, 2023 â‹… 10 min read