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.

Skills

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
        }

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

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

Projects

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