Surya Teja Karra
Surya's Dev Journey

Surya's Dev Journey

Follow
Follow
home
Tag

Rust

#rust

More content

Read more stories on Hashnode


Articles with this tag

MyStudio IDE: Sunsetting the project

Nov 11, 20232 min read

Hello, I wanted to make a quick blog post regarding my decision to archive the MyStudio IDE project. This project has been a huge learning opportunity...

MyStudio IDE: Sunsetting the project

MyStudio IDE: January 2023 Updates

Feb 5, 20234 min read

Hello It's been a while since I've blogged about the IDE. A lot of exciting changes have been introduced to the codebase since my last post in...

MyStudio IDE: January 2023 Updates

MyStudio IDE: Let's talk about UTF-16

Jul 26, 20224 min read

Hello, In a previous post, I mentioned using a workaround when dealing with non UTF-8 files. It's about time this was fixed. Let's talk about about...

MyStudio IDE: Let's talk about UTF-16

MyStudio IDE: Windows + UTF-16 encoding - Software

Jul 18, 20225 min read

Hello, This post is about an interesting bug I found in MyStudio IDE which I felt needed to be shared here. Background I was using quick-bt as the...

MyStudio IDE: Windows + UTF-16 encoding - Software

MyStudio IDE: Cross-Compile Rust+GTK for Windows

Jul 3, 20228 min read

Hello In this post, I'll show you how I compiled MyStudio IDE project (Rust + GTK) for Windows using GitHub Actions and Docker. Tools Used GitHub...

MyStudio IDE: Cross-Compile Rust+GTK for Windows

MyStudio IDE: How Goto Line feature works

Jun 17, 20223 min read

Hello, I'd recently implemented "Goto Line" feature on my side project, MyStudio IDE and here's how I did it. Background: As a part of building...

MyStudio IDE: How Goto Line feature works