Skip to main content

2 posts tagged with "rust"

View All Tags

Tauri App for UI

· One min read

It's time to decide on the UI framework for my project.

Here are the requirements and constraints

  • Single resource with only backend and systems development expertise
  • Not very complex UI
  • Rust as backend language
  • Should be able to get Web developers as contributors later easily. So JS/TS frameworks support is needed.
  • Quality sample applications
  • Native OS support needed for number crunching, data processing and container technology interfacing.
  • Open source community and ecosystem.

Focus Rust

· One min read

I was using Rust Programming language on and off for side projects since 2015.

But I think it is now reaching an inflection point of adoption. I am planning to dedicate a few months to practicing and application of Rust for a production-ready project.

Use the power of Rust

A language empowering everyone to build reliable and efficient software.

fn main() {
    println!("Hello, I'm Harsha")
}