Skip to content
View juandelaHD's full-sized avatar
🎧
🎧
  • FIUBA
  • Buenos Aires, Argentina
  • 12:38 (UTC -03:00)

Highlights

  • Pro

Block or report juandelaHD

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

Typing SVG juandelaHD


Hello World! 🌍

#!/usr/bin/python
# -*- coding: utf-8 -*-

class SoftwareEngineer:

    def __init__(self, name):
        self.name = name
        self.eager_to_learn = True
        self.eager_to_work = True
        self.language_spoken = ["es_ES", "en_US"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting!")

me = SoftwareEngineer("Juan Martín de la Cruz")
me.say_hi()

⏳ Life

:shipit: Facultad de Ingeniería de la Universidad de Buenos Aires - Software Engineering Student

:shipit: Algorithms and Programming 2 (Computer Science Engineering and Systems Analysis) - Teaching Assistant

:shipit: Tutor.com - Programming Tutor

🚀 Technologies and Skills

💻 Operating Systems and IDEs

My Skills

🛠️ Development and DevOps Tools

My Skills

💻 Programming Languages

My Skills

🌐 Web Development

My Skills

🗃️ Databases

My Skills

📦 Other Tools

My Skills

📊 Stats

👨‍💻 Jumas's Coding Journey

From a young age, I’ve been passionate about solving problems, which naturally led me to discover Software Engineering during my final year of high school. At university, I deepened my understanding of algorithms, data structures, and software design, which solidified my interest in the field. Eager to share my knowledge, I became a teaching assistant for "Algorithms and Programming 2," refining my communication skills and reinforcing my grasp of the subject. I also tutored students worldwide through Tutor.com, further enhancing my problem-solving and teaching abilities. Participating in hackathons, such as HackITBA, gave me hands-on experience working in fast-paced, collaborative environments to develop practical solutions under pressure. These experiences have shaped my skills and fueled my drive to grow as a software engineer, contribute to impactful projects, and continue learning in this ever-evolving field.

Pinned Loading

  1. Taller-de-Programacion-1-1C2024-GRUPO1/TP-Jazz-Jackrabbit-2 Taller-de-Programacion-1-1C2024-GRUPO1/TP-Jazz-Jackrabbit-2 Public

    Repositorio del trabajo grupal implementado en la materia de Taller de Programación en la Facultad de Ingeniería de la Universidad de Buenos Aires. Desarrollado por Juan Patricio Amboage, Juan Mart…

    C++ 2

  2. ScoutArg ScoutArg Public

    Web application for scouting and reviewing players from the lower divisions of Argentine football. Includes a frontend and a backend for managing player data and user interactions.

    TypeScript

  3. Chess-2.0 Chess-2.0 Public

    Innovative and strategic chess puzzle game designed to challenge and engage players by requiring them to capture all the pieces on the board within a specified number of moves. This game combines t…

    Python

  4. Algogram Algogram Public

    Simulates social network algorithms, providing a hands-on experience for understanding how social networks curate content based on user affinities and connections. Developed in Golang, this educati…

    Go

  5. Fifteen Fifteen Public

    Classic Fifteen Puzzle game implementation in Python, where players rearrange numbered tiles in a grid by sliding them into an empty space. Features customizable grid sizes, intuitive controls, and…

    Python

  6. Travel-Planner-for-Qatar Travel-Planner-for-Qatar Public

    Creating a travel planner for Qatar using graphs to develop itineraries, paths, routes, etc., involves several steps and the use of Python with KML (Keyhole Markup Language) for geographical data.

    Python