Skip to content
View shafikshaon's full-sized avatar
πŸ‘¨β€πŸ’»
Focusing
πŸ‘¨β€πŸ’»
Focusing

Block or report shafikshaon

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
shafikshaon/README.md

πŸ‘‹ Welcome to Shafik's Code Universe 🌌

Profile Views

Typing SVG

🧠 About Me - The Code Connoisseur

package main

import "fmt"

type CodeEnthusiast struct {
    Name          string
    Passion       string
    Experience    string
    Company       string
    Learning      []string
    AskMeAbout    []string
    Pronouns      string
    DailyRoutine  string
}

func main() {
    me := CodeEnthusiast{
        Name:         "Shafik",
        Passion:      "Deciphering & Writing Elegant Code",
        Experience:   "Since 2018 πŸš€",
        Company:      "Vivasoft ltd",
        Learning:     []string{"Go", "NestJS", "DynamoDB", "Kubernetes"},
        AskMeAbout:   []string{"Go", "Python", "Django"},
        Pronouns:     "He/Him",
        DailyRoutine: "Reading others' code, crafting solutions",
    }
    
    fmt.Println("Hello World! I'm", me.Name, "- a passionate code reader & writer")
}

πŸ› οΈ Technology Arsenal

πŸ“œ Programming Languages

go javascript python typescript

πŸ–₯️ Frontend Development

bootstrap css3 html5 sass vuejs vuetify

πŸ—„οΈ Backend Development

gin nestjs nginx nodejs rabbitMQ

πŸ’Ύ Database

cassandra elasticsearch mongodb mysql postgresql redis sqlite cockroachdb

πŸ“ˆ Data Visualization

chartjs kibana grafana prometheus

πŸ—‚ DevOps

aws bash docker jenkins kubernetes newrelic

πŸ“Š My GitHub Stats

shafikshaon
stats graph languages graph

⚑ Recent Activity

  1. πŸŽ‰ Merged PR #1 in shafikshaon/bd-income-tax-calculator
  2. πŸŽ‰ Merged PR #2 in shafikshaon/bd-income-tax-calculator

πŸ“ Latest Blog Posts

πŸ† StackOverflow Stats

🐍 Contribution Graph

Snake animation

✨ Inspirational Quote

Readme Quotes

πŸ“« Connect With Me

Twitter Dev.to LinkedIn Stack Overflow Medium

Pinned Loading

  1. bd-income-tax-calculator bd-income-tax-calculator Public

    BD Income Tax Calculator is a web-based tool designed to help Bangladeshi citizens estimate their income tax liabilities. This Vue.js application provides an easy-to-use interface for inputting inc…

    Vue

  2. python-data-structures-and-algorithms python-data-structures-and-algorithms Public

    Data Structures and Algorithms in Python

    Python

  3. boring-scripts boring-scripts Public

    Script collection for developers to make life easier.

    Shell 3 1

  4. vuejs-idle vuejs-idle Public

    VueJsIdle is a plugins to detect idle or inactive users.

    TypeScript

  5. django-debug-helper django-debug-helper Public

    Django debug error related exception search on Google/ Stack Overflow.

    Python