• About
  • Blog
  • Portfolio
1

Blog

3

How I Improved My Rust Compile Times by 75%

2023-11-09 01:00:00 UTC

One of Rust's often mentioned pain points is slow compile times. In order to have nice things like the borrow checker, safety guarantees, and zero cost abstractions, we pay in time spent compiling. I was able to decrease that time by 75%.

Create an RSS Feed in Axum or Leptos

2023-09-29 02:00:00 UTC

Showing you how I made an RSS feed in Axum as a part of my Leptos app!

Github as a CMS

2023-09-28 18:00:00 UTC

The other day I was looking for a CMS that was familiar and didn't need a lot of setup. How about Github?

A Rite of Passage: Compiling Markdown

2022-11-29 08:00:00 UTC

Odds are, if you're a web developer like me, you've tried to build a developer blog. And if you've done that before, you've probably experienced the *delight* that is Markdown parsing and compilation. But it's never just Markdown parsing, it's about everything else surrounding it.

Bridging the Server<|_|>Client Divide

2022-10-29 08:00:00 UTC

If you've been paying attention to Web Dev Twitter, it'd be hard to miss the increasing number of tweets decrying the choice of GraphQL for their applications. and how much better tRPC or their framework is. Let's dig into that.

123
  • © 2024 Ben Wishovich
  • Built with Leptos v3
  • Design by Underscorefunk Design
  • Signup
  • Login