GithubHelp home page GithubHelp logo

about me

package main

import "fmt"

func main() {
	username := "vlaship"
	position := "Senior Software Engineer"
	linkedIn := "https://www.linkedin.com/in/shipovalov/"

	summary := `
	I am a hard worker who enjoys tackling complex problems. I spent the past years in an Agile development
process using Scrum and Kanban, pushing our releases through CI/CD using Jenkins, Gitlab, and GitHub Actions
as part of a DevOps process. I am very autonomous, capable of solving complex problems, and consistently delivering
on-time results. I am highly skilled in Java, Kotlin, Spring Framework, Hibernate, SQL, and NoSQL databases,
BigData technologies, DevOps tools, etc. I have had experience managing a small team of developers during
a 3-month delivery effort and would like to do more of that. I have also helped evaluate new developers
and SRE candidates during interviews.

	I am looking for an opportunity to work with a small team of dynamic developers
where I can learn and grow. I am particularly interested in improving my management and leadership skills.
I am open to new languages, technologies, and practices.
	`

	skills := map[string][]string{
		"languages": {
			"Java", "Kotlin", "Golang", "JavaScript", "Rust", "C", "C++", "C#", "SQL", "Bash",
		},
		"queues": {
			"Apache ActiveMQ", "RabbitMQ", "Apache Kafka", "IBM MQ",
		},
		"databases": {
			"PostgreSQL", "MySQL", "SQLServer", "MongoDB", "Redis", "IBM BD2",
		},
		"db_migrations": {
			"Flyway", "Liquibase", "Goose",
		},
		"frameworks": {
			"Spring Framework", "Spring Boot", "Spring Cloud", "Spring Data", "Spring Security",
			"Spring Web", "Apache Camel", "JPA", "Hibernate", "QueryDSL", "MyBatis",
		},
		"cloud": {
			"AWS", "Azure",
		},
		"data": {
			"Azure Databricks", "Apache Spark", "Apache Storm",
		},
		"devops": {
			"Jenkins", "Gitlab", "GitHub Actions", "Docker", "Kubernetes", "Apache Maven", "Gradle",
			"BitBucket Pipelines", "SonarQube", "Nexus",
		},
		"testing": {
			"JUnit", "Mockito", "TestNG", "Jacoco", "Testify",
		},
		"bpmn": {
			"Camunda",
		},
		"protocols": {
			"HTTP", "REST", "GraphQL", "SOAP", "gRPC", "WebSockets", "AMQP", "JMS", "RSocket",
		},
		"UI": {
			"React", "JSP", "Thymeleaf",
		},
	}

	fmt.Println("Username: ", username)
	fmt.Println("Position: ", position)
	fmt.Println("LinkedIn: ", linkedIn)
	fmt.Println("Summary: ", summary)
	fmt.Println("Skills:")
	for key, value := range skills {
		fmt.Printf("%s:\n", key)
		for _, v := range value {
			fmt.Printf("\t%s\n", v)
		}
	}
}

metrics

Metrics

me

GitHub LinkedIn Mastodon DEV.TO LeetCode

vlaship's Projects

cleantweets icon cleantweets

Remove your likes on twitter or delete your own tweets.

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.