Skip to content
View crazyoptimist's full-sized avatar
🐌
crawling
🐌
crawling

Block or report crazyoptimist

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
crazyoptimist/README.md

Howdy! I'm crazyoptimist, a fearless maker of mistakes.

An engineer at heart, I enjoy trying different languages, frameworks and programming paradigms. I like making things work, then finding the faults in the system and repeating the process until it all ticks predictably.

I appreciate good design in all levels, from the smallest software module to the configuration of the company’s procedures, team dynamics.

I love being around positive and driven people, optimistic atmosphere.

type DeveloperProfile struct {
	Languages      []string
	Tools          []string
	CloudPlatforms []string
	DailyDrivers   []string
}

func NewDeveloperProfile() DeveloperProfile {
	return DeveloperProfile{
		Languages: []string{
			"Go",
			"JavaScript / TypeScript",
			"Python",
			"Rust",
			"C",
			"Ruby",
			"Solidity",
		},
		Tools: []string{
			"Git",
			"Docker",
			"Terraform",
			"Kubernetes",
		},
		CloudPlatforms: []string{
			"AWS",
			"Azure",
			"GCP",
			"DigitalOcean",
		},
		DailyDrivers: []string{
			"Arch Linux",
			"DWM",
			"Alacritty",
			"Neovim",
			"GitHub Copilot",
		},
	}
}

Pinned Loading

  1. dotfiles dotfiles Public

    crazyoptimist's dotfiles

    Shell 5 1

  2. slack-rails-bot-starter slack-rails-bot-starter Public

    Slack Rails Bot Starter

    Ruby 11 7

  3. nest-starter nest-starter Public template

    NestJS RESTful API starter for minimalists

    TypeScript 6 5

  4. dydx-trading-bot dydx-trading-bot Public

    Algorithmic Trading Bot on dYdX

    Python 15 4

  5. gin-starter gin-starter Public

    Gin REST API Starter for Minimalists

    Go

  6. screen-capturer-go screen-capturer-go Public

    Screen capturer client-server application

    Go