Navigation Menu

Skip to content
View hvitis's full-sized avatar
👨‍🔬
Never trust atoms; they make up everything.
👨‍🔬
Never trust atoms; they make up everything.

Organizations

@PodcasterDJ
Block or Report

Block or report hvitis

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


Pinned

  1. p5py/p5 p5py/p5 Public

    p5 is a Python package based on the core ideas of Processing.

    Python 708 115