Skip to content
View athyk's full-sized avatar
๐ŸŽฏ
Focusing on a custom hosting panel
๐ŸŽฏ
Focusing on a custom hosting panel

Highlights

  • Pro
Block or Report

Block or report athyk

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

Hey ๐Ÿ‘‹, I am Athy!

About me:

{
  "facts": [
    "Writes poems",
    "Written a book",
    "Undertaking a degree in Computer Science",
  ],
  "likes": [
    "Playing games",
    "Realistic movies",
    "Strict typing",
  ],
  "dislikes": [
    "People who ask to ask"
  ]
}

Languages:
Languages I use/know

Frameworks & Technologies:
Frameworks & Technologies I use/know

๐Ÿ“™ What am I currently learning?

  • Kubernetes
  • Rust

Pinned

  1. pymongo basic schema pymongo basic schema
    1
    import datetime
    2
    import pymongo
    3
    
                  
    4
    database = pymongo.MongoClient("mongodb://localhost:27017")  # Mongodb connection
    5
    db = database.maindb  # Database