Skip to content
View TheCodeBreakerK's full-sized avatar
  • Salvador/BA
  • 02:02 (UTC -03:00)

Organizations

@nelvi-labs

Block or report TheCodeBreakerK

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

TheCodeBreakerK




πŸ“ About Me


class AboutMe:
    def __init__(self, name: str) -> None:
        self.name = name
        self.about: str = (
            "I’m an explorer of the vast universe that data science offers, "
            "continuously learning, thinking, and building projects to tackle "
            "real-world challenges. Currently, I’m diving deep into machine learning, "
            "data analysis, and artificial intelligence, and I’m passionate about "
            "unraveling the complexities of this ever-evolving field."
        )
    
    def introduce(self) -> None:
        print(f"Hello, my name is {self.name}. {self.about}")

if __name__ == "__main__":
    about_me = AboutMe("Kelvin")
    about_me.introduce()

🎡 Now Playing

🌐 Languages and Tools

πŸ–₯️ Programming Languages

PHP Python
PHP Python

πŸ“š Frameworks and Libraries

FastAPI Laravel
FastAPI Laravel

πŸ› οΈ Software and Tools

Git Github Linux
Git GitHub Linux

πŸ—„οΈ Databases

MySQL
MySQL

πŸ”Ž My GitHub Stats

πŸ”₯ Streak

My GitHub Streak


πŸ’» Other Stats

My GitHub stats My Top Languages


πŸ“Š Activity Graph

My GitHub Activity Graph


⚑ Recent Activities

πŸ† My Trophies


My GitHub Trophies

πŸ“‚ Repositories


TheCodeBreakerK c-desafio-planilha

Pinned Loading

  1. TheCodeBreakerK TheCodeBreakerK Public

  2. PhastAuth PhastAuth Public

    A lightweight RESTful API built with pure PHP, featuring JWT authentication and MySQL stored procedures for secure database operations.

    PHP

  3. Ziply Ziply Public

    High-performance URL shortener API using PHP and Redis for fast redirection and link tracking. Designed for simplicity and scalability.

    PHP