Giter Club home page Giter Club logo

Hi there 👋

package main

import "fmt"

type SoftwareDeveloper struct {
	Name string
	Role string
	Languages []string
	Company string
}

func (s *SoftwareDeveloper) HelloWorld(){
	fmt.Printf(`
		Thanks for dropping by, My name is %s and
		I'm currently employed as %s at %s.
		`, s.Name, s.Role, s.Company)
}

func main() {
	s := SoftwareDeveloper{
		Name: "Artem Sokolov",
		Role: "Software Developer",
		Languages: []string{"ru_RU", "en_US"},
		Company: "MTT",
	}
	s.HelloWorld()
}

⚙️ Software Stack

⚒ Languages

My Skills

🔧 Tools

My Skills

📁 Databases

My Skills

Sokolov Artem's Projects

chevron icon chevron

Powerful and highly functional startpage integrated with chatGPT and hidden under the super minimalistic and animated design (static/hosted/github pages)

gitgood icon gitgood

Simple git tui for basic functionality

golang-samples icon golang-samples

Sample apps and code written for Google Cloud in the Go programming language.

harpeek.nvim icon harpeek.nvim

A simple plugin that allows you to _peek_ at your harpoon/grapple lists.

instant.nvim icon instant.nvim

collaborative editing in Neovim using built-in capabilities

nvim-dap-go icon nvim-dap-go

An extension for nvim-dap providing configurations for launching go debugger (delve) and debugging individual tests

qmk_firmware icon qmk_firmware

Open-source keyboard firmware for Atmel AVR and Arm USB families

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.