VOOZH about

URL: https://blog.logrocket.com/author/ukejegoodness/

⇱ Ukeje Goodness, Author at LogRocket Blog


πŸ‘ LogRocket blog logo
Ukeje Goodness I am a data analyst who writes about cryptocurrencies and decentralized ledger technologies. Find me on Twitter @Goodylili. πŸ‘ Image

Stories by Ukeje Goodness

How to troubleshoot exit code 1 in Docker

Dev

exit code 1 is one of the most common and frustrating errors for developers working in Docker. Explore what it means and how to fix it.

πŸ‘ Image
Ukeje Goodness
Apr 1, 2025 β‹… 4 min read

Understanding UUIDs in Node.js

Dev

Generate and validate UUIDs in Node.js using libraries like `uuid`, `short-uuid`, and `nanoid`, covering UUID versions and best practices.

πŸ‘ Image
Ukeje Goodness
Mar 3, 2025 β‹… 7 min read

Handling memory leaks in Rust

Dev

Learn how to manage memory leaks in Rust, avoid unsafe behavior, and use tools like weak references to ensure efficient programs.

πŸ‘ Image
Ukeje Goodness
Nov 20, 2024 β‹… 4 min read

Visualize JSON data with these popular tools

Dev

JSON is one of the most popular data structures in and out of web development and data handling because it’s […]

πŸ‘ Image
Ukeje Goodness
Aug 16, 2024 β‹… 5 min read

Fastify adoption guide: Overview, examples, and alternatives

Dev

In this adoption guide, we’ll discuss some reasons to choose Fastify, key features, compare Fastify to some popular alternatives, and more.

πŸ‘ Image
Ukeje Goodness
Aug 6, 2024 β‹… 8 min read

Using LlamaIndex to add personal data to LLMs

Dev

LlamaIndex provides tools for ingesting, processing, and implementing complex query workflows that combine data access with LLM prompting.

πŸ‘ Image
Ukeje Goodness
Jul 23, 2024 β‹… 5 min read

Using Pavex for Rust web development

Dev

The Pavex Rust web framework is an exciting project that provides high performance, great usability, and speed.

πŸ‘ Image
Ukeje Goodness
May 10, 2024 β‹… 6 min read

warp adoption guide: Overview, examples, and alternatives

Dev

The warp web framework for Rust offers many enticing features. Let’s see when and why you should consider using warp in your projects.

πŸ‘ Image
Ukeje Goodness
Mar 26, 2024 β‹… 8 min read

How to use import attributes in TypeScript and JavaScript

Dev

Import attributes are gaining traction in JavaScript and TypeScript. Let’s explore how they improve app efficiency, stability, and security.

πŸ‘ Image
Ukeje Goodness
Jan 3, 2024 β‹… 6 min read

Choosing the best JavaScript sorting algorithm for your project

Dev

Let’s discuss how to use sorting techniques effectively in JavaScript projects, like insertion sort, quicksort, and more.

πŸ‘ Image
Ukeje Goodness
Oct 26, 2023 β‹… 11 min read

Using gonew to streamline Go application development

Dev

Initialization tools like gonew shine during rapid development cycles by streamlining setup so you can spend more time coding.

πŸ‘ Image
Ukeje Goodness
Oct 4, 2023 β‹… 5 min read

Using Rust GATs to improve code and application performance

Dev

Generic associated types in Rust can help us address some of the language’s limitations and improve performance.

πŸ‘ Image
Ukeje Goodness
Aug 22, 2023 β‹… 5 min read