Solomon Esenyi Python/Golang developer and Technical Writer with a passion for open-source, cryptography, and serverless technologies.

Stories by Solomon Esenyi

The State Of Rust GUI Libraries

The state of Rust GUI libraries

Dev

Explore popular Rust GUI frameworks like gtk-rs, Tauri, and egui for building fast, complex GUI applications in Rust.

Solomon Esenyi
Jan 3, 2024 ⋅ 9 min read
Best Methods for Unzipping Files in Node.js

Best methods for unzipping files in Node.js

Dev

Learn the best methods for zipping and unzipping files in Node.js using the decompress, adm-zip, zlib, unzipper, and jszip packages.

Solomon Esenyi
Jun 2, 2023 ⋅ 6 min read
Create and Manage Windows in Your Rust App With Winit

Create and manage windows in your Rust app with Winit

Dev

Winit is versatile and cross-platform, making the library a must-have in your Rust platform development arsenal.

Solomon Esenyi
May 15, 2023 ⋅ 5 min read
Build an Application With Node.js and PouchDB

Build an application with Node.js and PouchDB

Dev

In this article, you will create a simple bookstore API with CRUD functionality using Node.js, Express.js, and PouchDB.

Solomon Esenyi
Apr 19, 2023 ⋅ 5 min read
How to build a blockchain with Go

How to build a blockchain with Go

Dev

This tutorial aims to teach you how blockchains work by guiding you through building one from scratch with Go.

Solomon Esenyi
Mar 30, 2023 ⋅ 6 min read
Best GUI Frameworks for Go

Best GUI frameworks for Go

Dev

This article aims to overview popular third-party GUI development packages in Go and compare each Go framework.

Solomon Esenyi
Mar 10, 2023 ⋅ 6 min read
Go Migration Guide: Node.js, Python, and Rust

Go migration guide: Node.js, Python, and Rust

Dev

This article will serve as an overview of Go migration for Rust, Node.js, and the Python programming language.

Solomon Esenyi
Jan 26, 2023 ⋅ 6 min read
Leverage Go Workspaces for Multi-Module Local Development

Leverage Go workspaces for multi-module local development

Dev

In this article, we will explore what Go workspaces are and the various use cases you can explore with the workspaces feature.

Solomon Esenyi
Jan 18, 2023 ⋅ 4 min read
Swift And Rust: A Comparison Guide

Swift vs. Rust: Comparison guide

Dev

Apple built Swift to replace Objective-C and the Mozilla Foundation built Rust as a substitute for C++ for writing memory-safe code.

Solomon Esenyi
Oct 27, 2022 ⋅ 4 min read
Comparing Rust And Nim

Comparing Rust and Nim

Dev

Rust and Nim have many similarities and differences in aspects of design, syntax, use cases, and more, making them viable alternatives for one another.

Solomon Esenyi
Oct 7, 2022 ⋅ 7 min read
Integrating MongoDB Into Go Applications

Integrating MongoDB into Go applications

Dev

Learn how to integrate MongoDB into Go applications using the official MongoDB Go driver, which also supports working with Go structs.

Solomon Esenyi
Sep 23, 2022 ⋅ 10 min read
Exploring Carbon The New Superset Of C

Exploring Carbon, the new superset of C++

Dev

Carbon is an open source, statically-typed, compiled programming language initially built by Google to succeed C++. and offering developers modern programming practices.

Solomon Esenyi
Aug 26, 2022 ⋅ 5 min read