📰 Dev.to · Mayuresh Smita Suresh
Articles from Dev.to · Mayuresh Smita Suresh · 7 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (9050)
ArXiv cs.AIDev.to · FORUM WEBForbes InnovationOpenAI NewsDev.to AIHugging Face Blog

Dev.to · Mayuresh Smita Suresh
1mo ago
MILP From Scratch in Pure Rust — No Dependencies, Full Branch and Bound
If you’ve ever seen terms like linear programming, integer optimisation, or Branch and Bound and felt...

Dev.to · Mayuresh Smita Suresh
1mo ago
Mathematical Optimisation in Rust: A Complete Guide to good_lp + HiGHS (Production Ready with Axum)
Modern backend systems often need to make optimal decisions under constraints. Examples: ...

Dev.to · Mayuresh Smita Suresh
1mo ago
Create A Powerful Mobile App - Rust as the Brain, Flutter as the Face
Design beautiful interfaces in Flutter. Run serious logic in Rust. Connect them like a pro. Modern...

Dev.to · Mayuresh Smita Suresh
3mo ago
Building a Chrome Extension That Summarises Financial Reports in Real-Time
How MoneySense.ai Saves Analysts 95% of Their Reading Time* Financial analysts have a...
Dev.to · Mayuresh Smita Suresh
4mo ago
What is HFT (High Frequency Trading) and how can we implement it in Rust.
A deep dive into why high-frequency trading firms are migrating from Python to Rust for ultra-low-latency trading systems

Dev.to · Mayuresh Smita Suresh
5mo ago
Building Sentence Transformers in Rust: A Practical Guide with Burn, ONNX Runtime, and Candle
Rust is emerging as a powerful platform for ML inference, offering memory safety, blazing...

Dev.to · Mayuresh Smita Suresh
5mo ago
Building a High-Performance Text Embedding API with Rust, Axum, Candle and ONNX
Learn how to build a production-ready text embedding API in Rust using Axum, ONNX Runtime, and Candle with support for MiniLM and EmbedGemma models
DeepCamp AI