Skip to content

hvitis/hvitis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

github-snake

Assuring High Quality of Software at Noctuai. We use AI to analyze videos.

class AdamsDay():
   """Creates new approach to solving problem on every occurance."""

  skills = ['communication', 'analytical thinking', 'polyglotism']

  def __init__(self):
      self.approaches = ['holistic', 'diligent', 'thorough']
      self.skills = skills + new_skills

  def learn_skill(self, problem, books, people, courses, imagination):
        knowledge = books + people + courses + imagination
        skill = knowledge.find_solution(problem)
        self.skills += skill

  def analyze_problem(self, problem):
      definition = ''
      for part in problem['parts']:
          if part.required_skill() in self.skills:
              return part.required_skill()
          else:
            self.learn_skill(problem)
const professionalSkills = {
  languages: ['Javascript', 'Python'],
  technologies: {
    frontEnd: {
      js: ['React', 'Vue', 'NextJS'],
    },
    backEnd: {
      python: ['Django', 'DRF', 'GeoDjango', 'PostgreSQL'],
    },
    testing: ['Postman', 'Selenium', 'Cypress', 'TestCafe'],
  },
  spokenLanguages: ['English', 'Spanish', 'Polish'],
};
# Passions

> Reading books and collecting them surely influences my writing skills.
> That is perfect since I like writing technical documentation.

### Current Goals

Finishing MIT course on AI.

📝 Blog hvitis 📚 Personal Project YouTalky.com


About

Get my /now updates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published