Trish
banner
ttrish.bsky.social
Trish
@ttrish.bsky.social
🧑‍💻 backend dev
🦀 rustacean
✍️ post a lot about rust and gamedev
after expiring cursor subscription, students be like…
May 8, 2025 at 9:52 PM
react’s biggest competitor isn’t svelte or solid. it’s common sense.
March 5, 2025 at 6:23 PM
Building a JavaScript Runtime from Scratch using C programming: The Jade Runtime

medium.com/@trish07/bui...
January 28, 2025 at 9:31 PM
wish there were a framework where I could leave it for ten years and it still runs. I’m not sure if it’s possible now. I am doomed
January 6, 2025 at 1:09 PM
programming is so crazy. like, how does this actually mean anything
January 5, 2025 at 6:42 PM

Seriously, it's been a while since I planned to start game dev as a hobby and make some fun games. I'm thinking of starting with Godot and GDScript. What's your opinion?

#gamedev
January 5, 2025 at 2:49 PM
I loved having pencil and paper coding exams! I still code (at least pseudocode) on paper all the time
January 4, 2025 at 7:01 AM
Real 😆
January 3, 2025 at 11:33 AM
Working on something....kind of a big project, let's see where it goes!!! #sidehustle
January 1, 2025 at 3:51 AM
I’m praying 2025 is a life-changing year with finances flowing like never before, change to the mindset and abundance of love, transformation, joy and wealth transfer 💘
December 31, 2024 at 6:46 PM
Rust container cheat sheet 🦀
December 31, 2024 at 7:03 AM
People say they build app with AI in 30 mins.

I tried it all, it's never less than 3 hours for a basic webapp.

Are they lying?

Am I a noob?
December 29, 2024 at 3:27 AM
Need some cool project ideas for this weekend. What do you recommend?
December 13, 2024 at 7:14 PM
The Reason Why I Hate Frontend 😩
December 5, 2024 at 5:56 PM
How many of you are using Next.js for your blogs and relying on next-mdx-remote to render markdown?

Did you know it uses eval in the client, requiring unsafe-eval in your CSP headers?

If not done correctly, this can impose serious security risks. 🔐
github.com/hashicorp/ne...
GitHub - hashicorp/next-mdx-remote: Load MDX content from anywhere
Load MDX content from anywhere. Contribute to hashicorp/next-mdx-remote development by creating an account on GitHub.
github.com
November 27, 2024 at 9:08 AM
Crafting Interpreters

- It contains everything you need to implement a full-featured, efficient scripting language. You’ll learn both high-level concepts around parsing and semantics and gritty details like bytecode representation and garbage collection.

www.craftinginterpreters.com
November 26, 2024 at 7:08 AM
Implementing a Key-Value Store
Follow this project series to build a lightweight, persistent key-value store using:
- Hash table as the underlying data structure
- Disk persistence to minimize memory footprint
- Network interface for remote access

codecapsule.com/2012/11/07/i...
November 24, 2024 at 7:15 PM
Kernels 101 – Let’s write a Kernel

Write a simple kernel which could be loaded with the GRUB bootloader on an x86 system. This kernel will display a message on the screen and then hang.

arjunsreedharan.org/post/8271071...
November 24, 2024 at 12:57 PM
Memory Allocators 101 - Write a simple memory allocator

This article is about writing a simple memory allocator in C.
You will implement malloc(), calloc(), realloc() and free().

arjunsreedharan.org/post/1486758...
November 23, 2024 at 9:04 AM
Reposted by Trish
✨ Curious which one companies use Rust?

🦀 Rust in Production:

- list of companies use Rust

- based on public information

- not an exhaustive list

github.com/ImplFerris/r...

If you know anything missed(non-crypto), reply/pull request

#rustlang
GitHub - ImplFerris/rust-in-production: Rust In Production
Rust In Production. Contribute to ImplFerris/rust-in-production development by creating an account on GitHub.
github.com
November 23, 2024 at 3:10 AM
Reposted by Trish
What is clean code?

I call code clean when I can understand it while just reading! Now what does this mean you could ask?
Well if you need high cognitive power to understand it, then it is not clean.
November 22, 2024 at 10:41 AM
Want to build a domain-specific language (DSL) for text-based user interfaces (TUI)? Break it down step by step with this tutorial!
🔗 Blog Link: developerlife.com/2022/08/04/r...
💡 Learn:
- Parsing CSS-like syntax
- Designing intuitive DSLs in Rust
- Building tools for TUIs
#RustLang #DSL #TUI
November 22, 2024 at 1:31 PM
A type-based Rust cheatsheet

👉 upsuper.github.io/rust-cheatsh...
November 21, 2024 at 2:46 AM
Building an Operating System for the Raspberry Pi

- great tutorial, almost covering everything to build a os for raspberry pi
- if you are interested in making an operating system, you should definitely check this out

jsandler18.github.io
November 20, 2024 at 9:51 PM
Best resource with a bunch of links to blog posts, articles, videos, projects, etc for learning Rust

github.com/ctjhoa/rust-...
GitHub - ctjhoa/rust-learning: A bunch of links to blog posts, articles, videos, etc for learning Rust
A bunch of links to blog posts, articles, videos, etc for learning Rust - ctjhoa/rust-learning
github.com
November 20, 2024 at 4:47 PM