Skip to content
View afrinjamanbd's full-sized avatar
πŸ”†
Google Summer of Code Winner 2019
πŸ”†
Google Summer of Code Winner 2019
Block or Report

Block or report afrinjamanbd

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

Hola! I am Afrin!!! πŸ‘‹

πŸ“ Check out my published SWE articles here

https://medium.com/@afrinjamanbd

πŸ‘©β€πŸ« Check out my python and Django courses here

https://devskill.com/Course/Detail/professional-programming-with-python

https://devskill.com/Course/Detail/backend-development-with-django

I love coding. I am working as a Senior Software Engineer right now but I also have projects on Astrophysics ML projects, iOS and Android projects, High Performance Computing projects. Please feel free to checkout my projects and don't forget to give a star if you like it! Passionate for learning and sharing my knowledge with others as much as possible. 😍 Unconditional love for Astrophysics! 🧐 Looking for full-time opportunity

  • πŸ”­ I’m currently working on MERN and Python Projects
  • πŸ‘― I’m looking to collaborate on Django, Golang and Node.js projects
  • 🌱 I’m currently learning Cloud Computing and System Design
  • πŸ“« How to reach me: Gmail
  • πŸ’¬ Ask me about anything
  • πŸ˜„ Pronouns: She/Her
  • πŸ₯‡ GHC Scholar 2020
  • πŸ† Google Summer of Code Winner 2019

Pinned Loading

  1. mnemonic mnemonic Public

    Forked from apache/mnemonic

    Apache Mnemonic

    Java

  2. pmdk pmdk Public

    Forked from pmem/pmdk

    Persistent Memory Development Kit

    C

  3. django admin model django admin model
    1
    
                  
    2
    from django.contrib.auth.models import User
    3
    from django.db import models
    4
    from django.utils import timezone
    5