Hey! Iโ€™m George

Hello๐Ÿ‘‹, welcome to my website, my name is George and I'm a passionate software developer who loves creating innovative projects and crafting efficient solutions. My journey started with a simple 'Hello World' and from there my interest in coding grew into a strong passion. My work is driven by a deep enthusiasm for technology and a focus on delivering impactful results. Take a look at some of my personal projects below.

You can contact me through email, george.v.scutelnicu@gmail.com.

Hobbies & Interests ๐ŸŽฎ
          
Coding ๐Ÿ’ป
Chess โ™Ÿ๏ธ
Taking naps ๐Ÿ’ค
And a lot of other cool things (ส˜.ส˜)โ•ฏ
          
        
Education ๐Ÿ“š
          
class Education:
    def __init__(self, degree):
        self.degree = degree
        self.certificates = {}

    def add_certificate(self, name, issuer, year, view_certificate):
        self.certificates[name] = {
            "Issuer": issuer,
            "Certificate Year": year,
            "View Certificate": view_certificate
        }

education = Education("Bachelor's Degree in International Relations and Affairs")

education.add_certificate("AWS Fundamentals", "Amazon Web Services", 2023, "link_to_certificate")
education.add_certificate("Deep Learning Specialization", "DeepLearning.AI", 2023, "link_to_certificate")
education.add_certificate("Machine Learning Specialization", "DeepLearning.AI", 2022, "link_to_certificate")
education.add_certificate("Data Science Professional", "IBM", 2022, "link_to_certificate")
          
        

Projects

To see more of what I've done, visit my GitHub page.