Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Grom-Zadira85 authored May 22, 2024
1 parent d922eb3 commit 91efef6
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@

#!/usr/bin/python
# -*- coding: utf-8 -*-


class SoftwareEngineer:

def __init__(self):
self.name = "Konstantin"
self.role = "Software Engineer"
self.language_spoken = [" ru_RU", "uk_UA", "en_US"]

def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")


def Technology_stack(self):
self.API_tools = "Postman, Soap UI"
Expand All @@ -19,20 +17,18 @@ class SoftwareEngineer:
self.programming_language = "Python"
self.framework = "Pytest"
self. browser_automation_framework = "Selenium, Selene"
self.data_base = "MySQL_Workbench
self.development_tool = "DevTools"
self.project_management_software = "Trello"
self.bug_tracking_system = "Jira"
self.linux= "GNU"
self.software_product_checks = "Software testing"


def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = SoftwareEngineer()
me.say_hi()







0 comments on commit 91efef6

Please sign in to comment.