Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juandelahd/juandelahd
All about Juan Martín de la Cruz
https://github.com/juandelahd/juandelahd
profile-readme
Last synced: 5 days ago
JSON representation
All about Juan Martín de la Cruz
- Host: GitHub
- URL: https://github.com/juandelahd/juandelahd
- Owner: juandelaHD
- Created: 2024-06-22T22:55:52.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-11T00:39:24.000Z (about 1 month ago)
- Last Synced: 2024-12-11T01:22:17.041Z (about 1 month ago)
- Topics: profile-readme
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
###
### Hello World! 🌍
```python
#!/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](https://www.fi.uba.ar/) - Software Engineering Student
:shipit: [Algorithms and Programming 2 (Computer Science Engineering and Systems Analysis)](https://algoritmos-rw.github.io/algoritmos/) - Teaching Assistant
:shipit: [Tutor.com](https://www.tutor.com/) - Programming Tutor
#
### 🚀 Technologies and Skills
#### 💻 **Operating Systems and IDEs**
[![My Skills](https://skillicons.dev/icons?i=linux,windows,vscode)](https://skillicons.dev)#### 🛠️ **Development and DevOps Tools**
[![My Skills](https://skillicons.dev/icons?i=git,github,bash,docker,postman,cmake)](https://skillicons.dev)#### 💻 **Programming Languages**
[![My Skills](https://skillicons.dev/icons?i=py,java,c,cpp,go,js,ts)](https://skillicons.dev)#### 🌐 **Web Development**
[![My Skills](https://skillicons.dev/icons?i=html,css,react,nodejs,nestjs)](https://skillicons.dev)#### 🗃️ **Databases**
[![My Skills](https://skillicons.dev/icons?i=postgres,mysql,mongodb,firebase,supabase,prisma)](https://skillicons.dev)#### 📦 **Other Tools**
[![My Skills](https://skillicons.dev/icons?i=photoshop,premiere,latex)](https://skillicons.dev)#
### 📊 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.