Skip to content
Avatar
🤓
Learning
🤓
Learning

Achievements

Achievements

Highlights

  • Pro

Organizations

@cc-3 @turing-lab @CC-4
Block or Report

Block or report andrescv

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.

Report abuse

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

Report abuse
andrescv/README.md

Andrés Castellanos

Hi there 👋, I am a senior software engineer, passionate about state-of-the-art technologies. I consider myself highly adaptable and a fast learner with a range of deep technical skills. I love traveling and being exposed to different cultures.

Learn Code Repeat

Languages

JavaScript TypeScript Python C Java ASM RISCV

Frameworks / Libraries / Runtimes

React NextJS NestJS NodeJS PyTorch TensorFlow Apache Spark

Cloud Computing

AWS Google Cloud

Version Control

Git GitHub


import React from "react";
import ReactDOM from "react-dom";

interface ProfileProps {
  readonly name: string;
  readonly username: string;
  readonly location: string;
  readonly website: string;
}

const Profile: React.FC<ProfileProps> = ({
  name,
  username,
  location,
  website,
}) => (
  <ul>
    <li>
      Name: <strong>{name}</strong>
    </li>
    <li>
      username: <strong>{username}</strong>
    </li>
    <li>
      Location: <strong>{location}</strong>
    </li>
    <li>
      Website: <strong>{webiste}</strong>
    </li>
  </ul>
);

ReactDOM.render(
  <Profile
    name="Andrés Castellanos"
    username="andrescv"
    location="Guatemala 🇬🇹"
    website="https://andrescv.dev"
  />,
  document.getElementById("root")
);

My Stats



Andrés Castellanos' Contribution Graph

Pinned

  1. jupiter Public

    RISC-V Assembler and Runtime Simulator

    Java 360 33

  2. Jupiter RISC-V Simulator Documentation

    Shell 4 2

1,505 contributions in the last year

May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Mon Wed Fri