Browsing Tag
rust
143 posts
My first real Rust project
I have been learning Rust for a couple of years, and using it for pet projects and demos…
Can we use Rust to Develop Extensions for PostgreSQL?
Although it has been a while since the event, I am sharing the full transcript of my talk…
Building Conflux – My Own Real-time Collaboration Engine in Rust
I’ve always used real-time tools without thinking too much about how they actually work. Google Docs, Figma, Replit…
Farewell-to-Framework-Bloat-How-I-Rediscovered-Simplicity-Without-Sacrificing-Performance
GitHub Home About Hyperlane Framework Hyperlane is a lightweight, high-performance, cross-platform Rust HTTP server framework built on Tokio…
Stop the Command-Line Grind: Boost Your Productivity with IntelliShell
Let’s be honest: how much of your day is spent re-typing the same long commands? How often do…
Persisting data in Rust with Heave
As a developer, I often find myself working on small personal projects where I need a quick and…
Stop-Guessing-Start-Measuring-A-Pragmatic-Guide-to-Web-Performance
GitHub Home Stop Guessing, Start Measuring: A Pragmatic Guide to Web Performance It was another Black Friday. At…
Asynchronous Programming Patterns for Web Development(1841)
GitHub Homepage: https://github.com/hyperlane-dev/hyperlane My fascination with asynchronous programming began during a project where our synchronous web server could…
Server-Side Events Implementation for Real-Time Applications(8587)
GitHub Homepage: https://github.com/eastspire/hyperlane My fascination with real-time web applications began during a project where we needed to push…
High-Performance Routing System Design and Implementation(9059)
GitHub Homepage During my junior year studies, routing systems have always been the core component of web frameworks.…