Skip to content
View kananniftiyev's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report kananniftiyev

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

Hello there πŸ‘‹

visitors Open Source Love

type SoftwareEngineer struct {
    name           string
    role           string
    languagesSpoken []string
}

func NewSoftwareEngineer() SoftwareEngineer {
    return SoftwareEngineer{
        name:           "Kanan Niftiyev",
        role:           "Software Engineer",
        languagesSpoken: []string{"en_US", "tr_TR", "az_AZ"},
    }
}

func (s SoftwareEngineer) SayHi() {
    fmt.Printf("Hello there! I'm %s, a %s. Thanks for stopping by! I hope you'll find some of my work interesting.\n", s.name, s.role)
}

func main() {
    me := NewSoftwareEngineer()
    me.SayHi()
}

πŸ“ Blogs

  • Coming Soon

πŸ”§ Technologies & Tools

Cloud Services:

AWS API Gateway

Programming Languages:

Java Python Go Rust Javascript

Tools and Services:

Maven Docker Postman

Pinned

  1. CloudShareX CloudShareX Public

    CloudShareX is a versatile and secure file transfer platform designed to streamline the way you share and manage your files. Whether you need to send large documents, images, videos, or any other f…

    JavaScript 1

  2. skillfolio skillfolio Public

    Skillfolio: Showcase your talent effortlessly with our sleek, dynamic web portfolios.

    Python

  3. fileguard fileguard Public

    Fileguard is a secure file backup utility, facilitating encrypted transfers from designated folders to specified servers, with customizable settings for seamless data protection and management.

    Go