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

Highlights

  • Pro
Block or Report

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 for the careers Computer Science Engineering and Systems Analysis - Teaching assistant

:shipit: Tutor.com - Programming Tutor

🧰 Languages and Tools

Linux

Git

GitHub

Bash

Python

Go

C

C++

Java

SDL

QT


📊 Stats

👨‍💻 Jumas's Coding Journey

From a young age, my passion for solving problems ignited my interest in engineering. In my last year of high school, I began coding, which led me to discover Software Engineering. This field provided a clear path to turn my passion into a career. At university, I delved deeper into software development, fascinated by algorithms, data structures, and software design. My desire to share knowledge led me to become a teaching assistant for the "Algorithms and Programming 2" course, where I honed my communication skills and understanding of the material. A friend introduced me to Tutor.com, allowing me to tutor students worldwide. This experience refined my problem-solving abilities and teaching methods. Additionally, I participated in hackathons, including HackITBA, gaining practical experience in developing solutions under pressure and working in dynamic teams. These experiences have fueled my ambition to push the boundaries of my knowledge and skills. They reinforced my commitment to software engineering and my desire to contribute to technological advancements. Through teaching, tutoring, and hackathons, I have built a solid foundation that I am eager to expand as I continue my coding journey.

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. TP-Calendar TP-Calendar Public

    This repository contains a comprehensive Java-based Calendar application designed for managing events, appointments, and tasks efficiently.

    Java

  3. 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

  4. 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

  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 complete 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 geographic…

    Python