Tag: Web Application

  • ARUA: Responsive Money Management

    ARUA (Arus Uang) is an application money management initate by my wife and my self to manage our outcome. It included all basic money management: Web based application is easy to use, doesn’t required to install application, instant page load and useful feature. It’s built in react js and nest js, everything is Single Page…

  • Getting Started with Axum: A Rust Web Framework

    axum is a web application framework that focuses on ergonomics and modularity. Axum is one of the best framework web server framework for rust language. If you are familiar with express nodejs, this will be like home for you. Axum focus on ergonomics and modularity. In my opinion, this is low level abstraction to create…