Extensions / Plugins / Libraries

Found: 5 results ...

PostCSS Hotfix for Safari backdrop-filter compatibility

[Portfolio Project]
[Extension / Plugin / Library]
PostCSS Hotfix Plugin for Tailwind CSS Safari Compatibility:
Fixes Safari rendering issues caused by trailing commas in Tailwind CSS generated variables. This plugin ensures your backdrop filters and other CSS effects work consistently across all browsers. Without this plugin, for example, backdrop-filter breaks in some versions of Safari, due to the trailing commas in the generated CSS. Using this PostCSS plugin will fix this kind of issues in TailwindCSS.
Go to Detail

Auto Intellisense for env File in Rust Projects

[Featured Project]
[Freelance Project]
[Extension / Plugin / Library]

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.

Go to Detail

ReactNative Starter Template Including Mobile Native Setup

[Portfolio Project]
[Extension / Plugin / Library]

@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.

What's Inside:
  • Native directories (android, ios) — Full native support out of the box.
  • Expo support — Develop and preview apps rapidly using Expo's ecosystem.
  • TypeScript Full TypeScript support for type safety and better developer experience.
  • Path Aliases — Use @/ to access the root path, just like in Next.js.
  • Prettier & ESLint — Consistent code formatting and linting pre-configured.
  • Modular Structure — Clean, maintainable project layout for scalability.
Go to Detail

Auto Intellisense for process.env in Next.js Projects

[Featured Project]
[Work-Related Project]
[Extension / Plugin / Library]
Auto Intellisense for process.env in Next.js Projects:

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.

Go to Detail
© 2025 hansf14. All Rights Reserved.