• OPENDEV HUB V1.0• API STATUS: 100% OPERATIONAL• CLIENT ENGINE: LOADED & CACHED• TRENDING TECH: TAILWIND V4, NEXT.JS 16, RUST, GO• ZERO AUTH REQUIRED
OPENDEVHUB

Command Palette

Search for a command to run...

DEVELOPER RELEASES

DEVELOPER NEWS STREAM

Direct logs, engine updates, and framework notifications parsed from curated RSS feeds and announcements, updated hourly.

A Web App in Rust - 17 Conclusion
rust2020-10-25
NivethanNivethan

A Web App in Rust - 17 Conclusion

Welcome back! For the last time! I'm going to split up my thoughts into 2 sections, the first will b...

A Web App in Rust - 14 Error Handling
rust2020-10-25
NivethanNivethan

A Web App in Rust - 14 Error Handling

Welcome back! We just cleaned up our passwords and now in this chapter we're finally going to do some...

A Web App in Rust - 05 Database
webdev2020-10-25
NivethanNivethan

A Web App in Rust - 05 Database

Welcome back! At this point we have a our website talking to Rust and printing stuff to the console....

A Web App in Rust - 08 Submitting a New Post
rust2020-10-25
NivethanNivethan

A Web App in Rust - 08 Submitting a New Post

Welcome back! Now we have a website that we can register on and even log in to. Now let's add another...

A Web App in Rust - 16 Deploying Our Application
rust2020-10-25
NivethanNivethan

A Web App in Rust - 16 Deploying Our Application

Welcome back! We're finally here. The end point. Let's just steam right into deploying this little we...

A Web App in Rust - 13 Connection Pooling
rust2020-10-25
NivethanNivethan

A Web App in Rust - 13 Connection Pooling

Welcome back! The next thing we'll focus on fixing up is our connection to postgres. Currently anytim...

A Web App in Rust - 07 Logging a User In
webdev2020-10-25
NivethanNivethan

A Web App in Rust - 07 Logging a User In

Welcome back! We're making some headway into our app, we finally have the ability to register new use...

A Web App in Rust - 09 A New Index Page
tutorial2020-10-25
NivethanNivethan

A Web App in Rust - 09 A New Index Page

Welcome back! We've come a long way from our humble beginnings of printing hello world to now being a...

A Web App in Rust - 04 Forms
webdev2020-10-25
NivethanNivethan

A Web App in Rust - 04 Forms

Welcome back! Let's set up our roadmap as this chapter will be beginning of passing data back and for...

A Web App in Rust - 10 Commenting
rust2020-10-25
NivethanNivethan

A Web App in Rust - 10 Commenting

Welcome back! We currently have a website that we can register on and submit new posts to. The next m...

A Web App in Rust - 15 Logging
rust2020-10-25
NivethanNivethan

A Web App in Rust - 15 Logging

Welcome back! We're getting to the end of our journey now! One thing that you may or may not have not...

A Web App in Rust - 12 Passwords
rust2020-10-25
NivethanNivethan

A Web App in Rust - 12 Passwords

Welcome back! I hope you had a well deserved break. Or you came straight here, in which case, coughn...

A Web App in Rust - 03 Complex Templates
webdev2020-10-25
NivethanNivethan

A Web App in Rust - 03 Complex Templates

Welcome back! We now have an application that can use HTML templates to render some basic data and se...

Rust syntax: if let and while let
rust2020-10-22
Nicky MeulemanNicky Meuleman

Rust syntax: if let and while let

TL;DR: if let is a fancy if condition. while let is a fancy while loop. They enter a codeblock...

Build a  "todo list" backend with AssemblyLift 🚀🔒
rust2020-10-24
DanDan

Build a "todo list" backend with AssemblyLift 🚀🔒

I don't think it's possible to publish a new framework without demonstrating the classic todo app wit...

My favorite feature in Rust
rust2020-10-21
Ivy PuckettIvy Puckett

My favorite feature in Rust

I use C# in production. It's a great language. It has implemented a lot of really powerful features l...