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

Stories by Solomon Esenyi

Using CSS subgrids with container queries

Dev

CSS container queries are a necessity when creating responsive layouts, and with subgrids, you can prevent annoying formatting breaks, too.

Solomon Esenyi
Jun 29, 2022 ⋅ 5 min read

Comparing tools for optimizing performance in React

Dev

Good UX means optimizing your React apps as much as possible. Learn about the best tools for the job in this in-depth comparison.

Solomon Esenyi
Jun 10, 2022 ⋅ 8 min read

How to create a Solana wallet with Go

Dev

Build a cryptocurrency wallet with Go in this step-by-step Solana tutorial to hone your blockchain development skills.

Solomon Esenyi
Oct 25, 2021 ⋅ 7 min read

Documenting Go web APIs with Swag

Dev

Learn how to easily document Go APIs with Swagger, a performant, open-source tool for documenting web APIs at scale.

Solomon Esenyi
Oct 4, 2021 ⋅ 6 min read

A comprehensive guide to data structures in Go

Dev

Master data structures in Go with this useful tutorial and reference guide filled with code examples and suggested use-cases.

Solomon Esenyi
Sep 7, 2021 ⋅ 10 min read

Build a profanity filter API with GraphQL

Dev

Learn how to detect and censor profanity with an API built with GraphQL and Python to keep your apps appropriate and safe.

Solomon Esenyi
Aug 5, 2021 ⋅ 4 min read