Skip to content
View andrew-walker91's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report andrew-walker91

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

header

const skills = {  
  know: ['JavaScript', 'React', 'Redux', 'HTML', 'CSS'],   
  study: ['TypeScript', 'Node.js', 'Jest', 'Bootstrap'],  
  use: ['ESLint', 'Chrome DevTools', 'Linux', 'CI/CD'],   
  play: ['CodeWars', 'CodeBattle', 'Leetcode'],  
  read: ['Grokking Algorithms'],
}

const dev = new Developer('andrew-walker');

while(dev.isAlive()) {
  dev.wakeUp();
  dev.improveSkills();
  dev.feelBetter();
}

footer

Pinned Loading

  1. Chat-Hexlet Chat-Hexlet Public

    My fourth frontend project on Hexlet. As part of the project, it was necessary to implement the single page application (SPA), which is a real-time chat with user registration and authentication. T…

    JavaScript 1

  2. github-resume github-resume Public

    Forked from resume/resume.github.com

    My summary of github profile

    JavaScript

  3. RSS-aggregator RSS-aggregator Public

    My third frontend project on Hexlet. As part of the project, it was necessary to implement the RSS aggregator service. RSS aggregator is a service for aggregating RSS feeds, with the help of which …

    JavaScript 1

  4. Difference-calculator Difference-calculator Public

    My second frontend project on Hexlet. As part of the project, it was necessary to implement a program which compares two files in json or yaml format. The result can output in json format, as a tre…

    JavaScript 1

  5. Brain-games Brain-games Public

    My first frontend project on Hexlet. As part of the project, it was necessary to implement a set of mini-games launched from the console. To win the game, you need to answer 3 questions correctly i…

    JavaScript 1