Skip to content
View agusquartz's full-sized avatar

Block or report agusquartz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
agusquartz/README.md

Agustin

Software developer working on web applications, backend services, cloud infrastructure, automation and embedded systems.

Most of my current work is around business software. I work with Next.js, Rust and PostgreSQL, and I also develop smaller tools and services in Python and Bash.

Some of the software I work on is already used in production, including an ERP and a document and payment receipt management system. I also handle their deployment and maintenance.

Technologies

Frontend

Next.js, React, JavaScript, HTML, CSS

Backend

Rust, Java, Python, PostgreSQL

Systems and scripting

C, Rust, Python, Bash, Lua, SQL

Other

REST APIs, authentication, document processing, cloud infrastructure, microcontrollers

Projects

Most of my professional projects are private, but some of the smaller tools, experiments and libraries I work on are available here.

Some areas I've worked on include:

  • Backend services and APIs
  • Database and PostgreSQL tooling
  • Document and image processing
  • Automation scripts
  • Electronic invoicing
  • Microcontroller projects
  • Developer tools and prototypes

Currently

Working on business software, backend services and embedded projects, while keeping a few experiments and smaller projects here on GitHub.

Email

Pinned Loading

  1. image_service image_service Public

    A fast, configurable image processing and storage service built with Rust and Axum β€” optimized for safe uploads, compression, multiple storage backends, and simple HTTP integration.

    Rust 2

  2. rust-postgres-pool rust-postgres-pool Public

    Minimal Rust example demonstrating a PostgreSQL connection pool with deadpool-postgres and tokio.

    Rust

  3. http-two-cookies http-two-cookies Public

    Minimal Rust HTTP server base for JWT + CSRF auth using two cookies with Axum and Tokio.

    Rust