Code Monkey home page Code Monkey logo
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


Adam Piskorek's Projects

geodjango_rest_template icon geodjango_rest_template

Boilerplate with basic endpoints in GeoDjango. REST implementation of most needed listing geolocation functionalities. Using leaflet VueJS for explanation purposes

p5 icon p5

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

p5-ideas icon p5-ideas

Prototypes that build on top of the core API

social-djoser-template icon social-djoser-template

🙋‍♂️ 🙋 Use the best REST library with OAuth2 Social login. The simpliest DRF & JWT repo that allows you to extend your extended User model with REST and social logins. 🙋‍♂️ 🙋

vue-mastermind-game icon vue-mastermind-game

Mastermind Game made with JavaScript and VueJS framework with persisting Vuex store and Bulma CSS.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.