Skip to content
View Paramiru's full-sized avatar
๐Ÿ‹๏ธโ€โ™€๏ธ
๐Ÿ‹๏ธโ€โ™€๏ธ
  • The University Of Edinburgh
  • Edinburgh, United Kingdom

Block or report Paramiru

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

Hello ๐Ÿ‘‹๐Ÿผ

My name is Pablo Mirรณ and I come from Valencia, Spain. I am currently a 4th year student at the University of Edinburgh where I do a BSc (Hons) Computer Science & Physics.

Work experience

SDE Intern at Amazon (May - August 2021)

I was an SDE intern at Amazon Madrid for 14 weeks where I worked on Vegas, part of the INtech organisation. Had to migrate an internal tool which automated reports using several internal tools to Amazon Web Services. I was given the opportunity to:

  • write a design document the "Amazon way" examining every possible option for the project with the respective pros/cons, making an implementation plan, a proposal for the migration and many more things.
  • build the infrastructure of the app using CDK.
  • learn how to do unit testing exhaustively and write the tests for the project.
  • learn how different AWS services such as Lambda, S3, IAM (roles/users/policies), Cloudwatch, Route 53, VPC... work and use them.
  • become the owner of the project and decide by myself (with data to support my decisions, of course)

Skills

  • Java, Python and Typescript coder. ๐Ÿ
  • HTML & CSS3.
  • Some experience with C++ and C.
  • AWS, DynamoDB, Flask.

Fun facts

  • I have been a Vegetarian for a year already. ๐Ÿฅฆ
  • I do Olympic Weightlifting. ๐Ÿ‹๐Ÿฝโ€โ™‚๏ธ
  • I like reading a lot. Follow me on goodreads! ๐Ÿ“š

Contact

  • Twitter @RuizMiro
  • Instagram @pablomir0
  • Linkedin

Popular repositories Loading

  1. Simulation-of-Quantum-Circuits Simulation-of-Quantum-Circuits Public

    Python 3

  2. Ising-Model Ising-Model Public

    Repo containing the code of the simulations for the Ising Model worked at the 4th year MVP course in the University of Edinburgh

    Jupyter Notebook 2 2

  3. DroneSensorApp DroneSensorApp Public

    Program a drone so that it will collect the readings of 33 sensors a given day in the George Square area of the University of Edinburgh. Render a map with the path of the drone and the sensors' reaโ€ฆ

    Java 1

  4. Chemical-Simulation-in-2D Chemical-Simulation-in-2D Public

    Code submitted for the 2022 exam of the Modelling and Visualisation course. It consisted on a project regarding 3 coupled partial differential equations in 2 spatial dimensions.

    Jupyter Notebook 1

  5. Search-Puzzle-Solver Search-Puzzle-Solver Public

    App which solves any 1D and 2D word puzzle. It looks for words given in a list and, if any is found, the line in which it appears and the word are printed to stdout. This program helps understand tโ€ฆ

    Assembly

  6. Heuristics-TSP Heuristics-TSP Public

    Given a set of nodes, try to find the optimal order so that the cost of a tour is minimal.

    Python