Skip to content
View r1cm3d's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report r1cm3d

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
r1cm3d/README.md

I'm a software engineer with a passionate for operational systems, system programming languages, networks and high load distributed systems.

I'm currently interested in AWS Cloud Computing, thus I've been studying a lot for take SAA-C02 exam. I already have CLF-C01 and DVA-C01 certifications. Besides that, I crazy about system programming languages, network and OSes. This is the reason that I working on to take LPIC-1 101 exam. After made LPI Essentials, this is the natural next step. The last but not least, I've deep diving into Rust and Go in my toy projects at my Github, as you may see in the following list:

  • dynhdl: DYNamo HanDLer is a tiny CLI application to handle DynamoDB DML requests for a configured table wrote in Rust programming language.
  • dotfiles: It contains my configuration files (dotfiles). Besides that, it also has my own functions, aliases and environment variables;
  • ppsch: This shellscript receives a file (stdin or by argument) and increases TTL attribute for a given DynamoDB table;
  • cards: A RESTful Rust web server that handles credit/debit cards;
  • aws-poc: A Go application that use some AWS resources among Go programming language;

r1cm3d Github Stats Top Langs

Pinned

  1. dotfiles dotfiles Public

    It contains my configuration files (dotfiles). Besides that, it also has my own functions, aliases and environment variables.

    Shell 3

  2. aws-poc aws-poc Public

    The goal of this project is to integrate aws resources with golang

    Go 1

  3. cards cards Public

    Web server application that provides a repository for debit and credit cards

    Rust 1

  4. account-lib account-lib Public

    This Go client library abstract an Account HTTP API

    Go

  5. authorizer authorizer Public

    This CLI application authorizes a transaction according predefined rules

    Go 1

  6. fib fib Public

    This containerized reactive RESTful API implements an efficient Θ(log.n) fibonacci algorithm using Quarkus framework

    Java