For the best experience on desktop, install the Chrome extension to track your reading on news.ycombinator.com
Hacker Newsnew | past | comments | ask | show | jobs | submit | history | francescoxx's commentsregister

Hello world - Axum - The Rust Backend Framework


By the end of this tutorial, you will understand how to create a simple yet complete full-stack application using the following technologies:

For the Frontend: - Rust - Core Programming Language - Web Assembly - For running Rust in the browser - Yew - Rust Framework for building client web apps - Trunk - For serving the frontend app - Tailwind CSS - For styling the frontend

For the Backend: - Rust - Core Programming Language - Rocket - Rust Framework for building web servers

For the Database: - Postgres - Relational Database - Docker - Dockerfile and Docker Compose for running Postgres


In this lesson, we'll cover the basic control flow in Rust. We'll cover the following topics:

if expressions match loop expressions while expressions for expressions At the end, we'll have a simple exercise to practice what we've learned.


Let's create a CRUD Rest API in Typescript, using:

NestJS (NodeJS framework) TypeORM (ORM: Object Relational Mapper) Postgres (relational database) Docker (for containerization) Docker Compose


Let's create a CRUD Rest API in Rust using: - No specific framework - Serde to serialize and deserialize JSON - Postgres (database) - Docker - Docker Compose


join and share your content


Dockerize a Python application in less than 9 mins


Let's create a CRUD Rest API in Kotlin, using: - Spring boot - Gradle - Hibernate - Postgres - Docker - Docker Compose

All the code will be available on GitHub


We will create a set of CRUD APIs, using Node.js, Express, Postgres as a Database, and Docker with docker compose.


a 9 minutes video of me dockerizing a Python application


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search:

HN For You