Skip to content
View athyk's full-sized avatar
🎯
Focusing on security
🎯
Focusing on security
  • United Kingdom
  • 12:49 (UTC +01:00)

Highlights

  • Pro

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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:

{
  "likes": [
    "Standards",
    "Clear and well structured procedures",
    "Strict type systems",
    "Test-driven development"
  ]
}

Languages:
Languages I use/know

Frameworks & Technologies:
Frameworks & Technologies I use/know

📙 What am I currently learning?

  • Kubernetes

Pinned Loading

  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