Advertisement Β· 728 Γ— 90

Posts by Trish

it's honestly embarrassing that sqlite just works while we waste hours setting up database servers for user preferences

meanwhile we're stuck with docker-compose, environment variables, connection pools, and config files

all that

just to store basic user data, session tokens

4 days ago 0 0 0 0
Preview
GitHub - dexter-xD/Kivo: A minimal, fast, and modern desktop HTTP client built with Rust and Tauri A minimal, fast, and modern desktop HTTP client built with Rust and Tauri - dexter-xD/Kivo

github.com/dexter-xD/kivo

2 weeks ago 0 0 0 0
Post image

released kivo v0.3.0

environments are finally in a good place
you can now use global + collection vars

also redesigned collection settings (overview, headers, auth)

kivo stores everything locally
organized as folders with json requests and .env configs

2 weeks ago 1 0 1 0
Preview
GitHub - dexter-xD/Kivo: A minimal, fast, and modern desktop HTTP client built with Rust and Tauri A minimal, fast, and modern desktop HTTP client built with Rust and Tauri - dexter-xD/Kivo

not trying to replace anything big

just needed a simpler http client for api testing so i built Kivo

built with rust + tauri
learned a lot of rust along the way

features like collections, tab system, and graphql support

v0.1.0
github.com/dexter-xD/Kivo

3 weeks ago 1 0 0 0

if the code is broken, the tests will catch it.
if the architecture is wrong, production will catch it.
if you never ship, nobody catches anything.

remember that.

1 month ago 0 0 0 0

most junior backend devs think performance = faster code

it’s not.

performance is architecture

caching, async I/O, efficient DB queries, rate limits, batching, pagination, logging

you don’t optimize a function
you optimize a flow

2 months ago 0 0 0 0
Post image

after expiring cursor subscription, students be like…

11 months ago 0 0 0 0
Advertisement

react’s biggest competitor isn’t svelte or solid. it’s common sense.

1 year ago 1 0 0 0
Post image

Building a JavaScript Runtime from Scratch using C programming: The Jade Runtime

medium.com/@trish07/bui...

1 year ago 3 0 0 0

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

1 year ago 0 0 0 0

Lol πŸ˜‚

1 year ago 0 0 0 0
Post image

programming is so crazy. like, how does this actually mean anything

1 year ago 1 0 1 0

Thanks for the opinion

1 year ago 1 0 0 0

Thanks a lot
It's so helpful

1 year ago 1 0 0 0

I want to build some 2D platformers and top down games like stardew valley

1 year ago 1 0 1 0


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

1 year ago 6 0 3 0
Advertisement
Post image

I loved having pencil and paper coding exams! I still code (at least pseudocode) on paper all the time

1 year ago 2 0 0 0
Post image

Real πŸ˜†

1 year ago 1 1 0 0

Good evening

1 year ago 1 0 0 0

Working on something....kind of a big project, let's see where it goes!!! #sidehustle

1 year ago 1 0 0 0

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 πŸ’˜

1 year ago 0 0 0 0
Post image

Rust container cheat sheet πŸ¦€

1 year ago 5 1 0 0

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?

1 year ago 0 0 1 0

Need some cool project ideas for this weekend. What do you recommend?

1 year ago 0 0 0 0
Post image

The Reason Why I Hate Frontend 😩

1 year ago 1 0 0 0
Advertisement
Preview
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.

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

1 year ago 0 0 1 0

That's great πŸ˜ƒ

1 year ago 0 0 0 0
Post image

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

1 year ago 3 1 1 0
Post image

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

1 year ago 2 0 0 0
Post image

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

1 year ago 0 0 0 0