Skip to content
View athyk's full-sized avatar
šŸŽÆ
Focusing on security
šŸŽÆ
Focusing on security
  • United Kingdom
  • 11: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 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:

{
  "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
⚔