rust-env is a VSCode extension that brings auto-completion and type-safe access to .env
keys directly in your Rust codebase.
While developing the backend for QPylon Video Downloader using Rust + Axum, I frequently encountered annoying bugs due to mistyped environment variable keys. Coming from a TypeScript world where I used hansf14-env-typings, I knew the solution: strong editor support.
So I built rust-env — a lightweight, automatic way to sync .env
variables to a Rust module with IntelliSense-friendly constants.
@hansf14/rn-template
is a production-ready React Native starter template that helps you move fast without compromising structure or flexibility. The template is packed with essential tooling and setup that reflects modern best practices.
android
, ios
) — Full native support out of the box.@/
to access the root path, just like in Next.js.Managing environment variables in Next.js often leads to mistakes due to the lack of autocomplete or static typing for process.env
. To solve this, I forked and customized the original TS Env Typings extension to better suit modern Next.js workflows and eliminate common dev pitfalls.
Brawding Slide Zoom is a custom-built WordPress carousel plugin developed in 2023 when I was working as a freelance developer.
It provides an elegant and responsive image slider with optional zoom functionality, designed for seamless integration into the WordPress block editor (Gutenberg).
Whether you're showcasing galleries, product images, or featured visuals, Brawding Slide Zoom delivers a smooth, intuitive, and editor-friendly slider experience for WordPress websites.