Skip to content
View mkdemir's full-sized avatar
πŸ”΄
think
πŸ”΄
think
Block or Report

Block or report mkdemir

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

Hello World!

I'm Mustafa Kaan Demir

main.go

package main

import "fmt"

type Attributes struct{}

func (a Attributes) Contact() (string, string) {
	twitter := "twitter.com/mkd3mir"
	medium := "medium.com/@mkdemir1"
	return twitter, medium
}

func (a Attributes) Life() (string, string, []string, map[string][]string, []string, []string, []string) {
	company := "Crypttech"
	work := "Cyber Security Engineer"
	langs := []string{"Turkish", "English", "Kazakh"}
	progLangs := map[string][]string{
		"expert":       {"python", "php", "sh", "ps"},
		"intermediate": {"go"},
		"learning":     {"c", "c++", "asm"},
	}
	specialities := []string{"Threat Intelligence", "Incident Response"}
	environment := []string{"vscode", "vim", "visual studio"}
	os := []string{"ubuntu", "windows", "arch linux", "kali linux"}

	return company, work, langs, progLangs, specialities, environment, os
}

func main() {
	attributes := Attributes{}

	twitter, medium := attributes.Contact()
	fmt.Printf("Twitter: %s\nMedium: %s\n", twitter, medium)

	company, work, langs, progLangs, specialities, environment, os := attributes.Life()
	fmt.Printf("Company: %s\nWork: %s\nLanguages: %v\nProgramming Languages: %v\nSpecialities: %v\nEnvironment: %v\nOS: %v\n",
		company, work, langs, progLangs, specialities, environment, os)
}

πŸ‘¨β€πŸ’» Skills

python php cplusplus go css3 html5 elasticsearch mongodb

πŸ“Š Status

TryHackMe

Pinned

  1. opencti-watcher opencti-watcher Public

    Watcher is a solution that integrates with security products using IoC (Indicator of Compromise) information gathered through the OpenCTI platform. This integration makes it possible to detect and …

    Python 8

  2. pyramon pyramon Public

    Pyramon is a powerful tool for performance testing and query analysis in MongoDB databases. It is designed to evaluate the performance of your database and analyze queries in it.

    Python 2

  3. patrol patrol Public

    Patrol is a tool that monitors system resources and archives log files when necessary. This open-source tool is useful for managing system performance and keeping log files organized.

    Shell

  4. gopass gopass Public

    gopass is a command-line tool designed to generate secure passwords according to user-specified criteria.

    Go 1