Skip to content
View athyk's full-sized avatar
๐ŸŽฏ
Focusing on security
๐ŸŽฏ
Focusing on security
  • United Kingdom
  • 02:13 (UTC)

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.

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:

{
  "likes": [
    "Standards",
    "Clear and well structured procedures",
    "Strict type systems",
    "Test-driven development"
  ],
  "dislikes": [
    "People who ask to ask",
    "Projects that don't follow standards"
  ]
}

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
  2. Cloudment/utils-go Cloudment/utils-go Public

    A utility library with the aim of reducing dependencies and improving performance and reliability within Go projects

    Go 2