All
Articles 116,549Blog Posts 124,823Tech Tutorials 29,771Research Papers 23,509News 17,211
⚡ AI Lessons

Dev.to · manjushaps
12h ago
Generate Student Reports in Rust with HTML Templates and PDF Export
A Rust + egui + PostgreSQL workflow for generating student reports from reusable HTML templates, exporting them to PDF, and organizing them by class and exam.

Dev.to · manjushaps
🔧 Backend Engineering
⚡ AI Lesson
1mo ago
Building a Dynamic Grades and Report Generation System in Rust
Designing a dynamic marks entry and report generation system using Rust, egui, and PostgreSQL with runtime-generated grids and adaptive layouts.

Dev.to · manjushaps
🔧 Backend Engineering
⚡ AI Lesson
3mo ago
SQLite and PostgreSQL — Both in One Rust Application
A Rust application that supports both SQLite and PostgreSQL using a unified data layer and runtime selection.

Dev.to · manjushaps
⚡ Algorithms & Data Structures
5mo ago
Rust Data Structures You’ll Actually Use (With Runnable Code)
A practical guide to Rust data structures with runnable examples. Learn Vec, HashMap, VecDeque, BTreeMap, searching, sorting, and Big-O the hands-on way.

Dev.to · manjushaps
📐 ML Fundamentals
7mo ago
How Rust Is Quietly Rewriting the AI Compute Stack
A practical, example-driven comparison of Python and Rust across tokenizers, machine learning, dataframes, analytics engines, and quantum simulation — and why R

Dev.to · manjushaps
🔧 Backend Engineering
7mo ago
Think. Update. Automate — PostgreSQL with Rust (Part 2)
In Level 3 – Part 2 of PostgreSQL with Rust, the Teacher Assistant App database now reacts instantly through automation and triggers.

Dev.to · manjushaps
🔧 Backend Engineering
8mo ago
Level 3: Building the Database Foundation with Rust + PostgreSQL
From CSV to PostgreSQL — building a Rust-powered, relational database foundation for the Teacher Assistant App. Structuring teachers, classes, and students befo

Dev.to · manjushaps
9mo ago
Rust vs C, C++, Java & Python — 5 Everyday Programs Compared
A fun, side-by-side comparison of 5 everyday programs written in Rust, C, C++, Java, and Python — to see how each language thinks differently.
DeepCamp AI