Skip to content
View bera96's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report bera96

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

Hello there 👋

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


class SoftwareDeveloper:

    def __init__(self):
        self.name = "Bera Yılmazyurt"
        self.country = "Turkey"
        self.city = "Istanbul"
        self.role = "Software Developer"
        self.language_spoken = ["tr_TR", "en_US"]
        self.technologies = {
        "frontend": {
            "js": ["React", "Next.js"],
            "css": ["Sass", "Tailwind", "Bootstrap"],
            "uiLibraries": ["Material UI", "Ant Design", "Chakra UI"],
        },
        "backend": {
            "js": ["Node", "Express", "NestJS"],
            "python": ["Django", "Odoo", "Flask"],
        },
        "mobile": {
            crossPlatform: ["React Native"],
        },
        "devops": ["Docker🐳", "CI/CD", "Nginx", "GitHub Actions"],
        "databases": ["PostgreSQL", "MongoDB", "MySQL", "SQLite", "Firebase Realtime DB", "redis"],
        "misc": ["Socket.IO", "REST APIs", "WebSockets"]
    },

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


me = SoftwareDeveloper()
me.say_hi()

Pinned Loading

  1. chatbot chatbot Public

    TypeScript

  2. HepsiApi-OnionCQRS HepsiApi-OnionCQRS Public

    initial create

    C#

  3. ecommerce-microfrontend ecommerce-microfrontend Public

    TypeScript

  4. jobfinder jobfinder Public

    TypeScript