Skip to content
View aml360's full-sized avatar
🦀
🦀

Organizations

@Minimum-run
Block or Report

Block or report aml360

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
aml360/README.md

Hi there 👋, I'm Adrián Molina López

I'm a Fullstack Developer currently working at Minimum as a Backend developer, with experience in various languages and frameworks such as Rust, TypeScript, C, and more. I continuously improve my skills and look forward to working on challenging projects that can make a difference.

A bit about me...

  • 🏠 Zaragoza, Spain is my home town. Born and raised.

  • 🎂 I was born on May 27th, 2000.

  • 📫 You can reach me at: aml360esp@gmail.com

  • 🌐 And do not forget to visit my personal website: amli360.com (work in progress)

My top hard skills...

  • Programming Languages: Rust, TypeScript/Javascript, C and Java
  • Frameworks/Libraries: React.js, Angular, Node.js, NestJS.
  • Other Tech: Docker, Git, MongoDB, Redis, SQLite, PostgreSQL, Linux, and more.

You can check out some of the projects I've worked on:

  • Competencias: Led the development of an application that enables peer-to-peer evaluations of employees within a company. I decided to use Typescript and the NestJs and Angular frameworks.

  • gitstat-rs: A rewrite of the Gitstat program in Rust, using parallel computing techniques to improve execution speed.

  • rust-practices: This project serves as a straightforward showcase of Rust's advanced and unique features.

My Personality as a developer...

I have an adaptable mindset, I'm always open to more effective ways of doing things, constantly prioritizing learning and growth over ego.

What Keeps Me Updated...

To stay up-to-date and keep advancing my skills, I prefer self-learning methods. Although I find educational YouTube videos helpful, I've been gradually shifting towards reading more as my technical proficiency has grown.

When I am not coding...

  • 🖨️ I like to indulge myself in 3D Printing. I operate an Anet A8 and a custom-built Hypercube Evolution.

  • 📸 Photography is another hobby of mine. I love to capture and edit images exploring new creative techniques and styles.

  • 🧗‍♂️ I also enjoy climbing and bouldering. I've been practicing for a few months now, and I'm loving it!

Pinned

  1. iacs-biocomp/competencias iacs-biocomp/competencias Public

    TypeScript 3 1

  2. gitstat-rs gitstat-rs Public

    Same as https://github.com/nielskrijger/gitstat but written in rust, generates json for gitstat.com much faster

    Rust

  3. rust_practices rust_practices Public

    Simple exercises that exemplify some Rust use cases

    Rust 2

  4. amli360.com amli360.com Public

    My webpage source code

    TypeScript

  5. BootSelectApp BootSelectApp Public

    My asociate-degree final project.

    TypeScript 1

  6. An Angular interceptor to parse stri... An Angular interceptor to parse string dates (ISO8601 format) from server response to JS Date Object. There are both RxJs 5 and RxJs 6 versions
    1
    import { Injectable } from '@angular/core';
    2
    import { HttpRequest, HttpHandler, HttpEvent, HttpInterceptor, HttpErrorResponse, HttpResponse } from '@angular/common/http';
    3
    import { Observable } from 'rxjs/Observable';
    4
    import 'rxjs/add/operator/do';
    5