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

Error Handling In Rust A Comprehensive Guide

Error handling in Rust: A comprehensive tutorial

Dev

Learn to handle Rust errors efficiently to write cleaner, more maintainable Rust code and create a more user-friendly application.

Eze Sunday
Jul 18, 2024 ⋅ 10 min read
Using Rust And Axum To Build A Jwt Authentication Api

Using Rust and Axum to build a JWT authentication API

Dev

Learn to build a basic JWT authentication system with Rust and Axum, including setting up the routes, handlers, and the middleware system.

Eze Sunday
May 29, 2024 ⋅ 9 min read
Migrating A Javascript Frontend To Leptos, A Rust Frontend Framework

Migrating a JavaScript frontend to Leptos, a Rust framework

Dev

Leptos is a Rust frontend framework with excellent performance and support for modern features like signals, SSR, CSR, and more.

Eze Sunday
Mar 19, 2024 ⋅ 7 min read
Actix Web Adoption Guide: Overview, Examples, And Alternatives

Actix Web adoption guide: Overview, examples, and alternatives

Dev

Actix Web is definitely a compelling option to consider, whether you are starting a new project or considering a framework switch.

Eze Sunday
Mar 18, 2024 ⋅ 8 min read
D3 Js Adoption Guide: Overview, Examples, And Alternatives

D3.js adoption guide: Overview, examples, and alternatives

Dev

D3.js is a powerful JavaScript library for creating tailored data visualizations. Let’s see why you should use D3.js in your next project.

Eze Sunday
Jan 19, 2024 ⋅ 10 min read
Adding Interactivity With GitHub's Hotkey Library

Adding interactivity with GitHub’s Hotkey library

Dev

Implement keyboard shortcuts using the GitHub Hotkey library to improve user productivity in your next JavaScript application.

Eze Sunday
Dec 15, 2023 ⋅ 5 min read
Using Rust And Leptos To Build Beautiful Declarative User Interfaces

Using Rust and Leptos to build beautiful, declarative UIs

Dev

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

Dev

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

Dev

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

Dev

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

Dev

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

Dev

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