├── .gitattributes ├── .idea ├── .gitignore ├── Timon0305.iml ├── misc.xml ├── modules.xml └── vcs.xml └── README.md /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | # Editor-based HTTP Client requests 5 | /httpRequests/ 6 | -------------------------------------------------------------------------------- /.idea/Timon0305.iml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |

2 | 3 |

4 | 5 | ## Contact me 6 | 7 | [![image](https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white)](mailto:illia.butenko89@gmail.com) 8 | [![image](https://img.shields.io/badge/Skype-0078d4?style=for-the-badge&logo=skype&logoColor=white)](https://join.skype.com/invite/vb1lIjfgqRjl) 9 | [![image](https://img.shields.io/badge/Telegram-3390ec?style=for-the-badge&logo=telegram&logoColor=white)](https://t.me/Illia_Butenko) 10 | [![image](https://img.shields.io/badge/Discord-7289DA?style=for-the-badge&logo=discord&logoColor=white)](https://discordapp.com/users/963799901332963328) 11 | 12 | 13 | 14 | 15 | 41 | 42 |

Languages

43 | 44 |
45 | 46 | Bitcoin 47 | 48 | 49 | Solidity 50 | 51 | 52 | JavaScript 53 | 54 | 55 | Python 56 | 57 | 58 | C# 59 | 60 | 61 | Nodejs 62 | 63 | 64 | React.js 65 | 66 | 67 | Redux 68 | 69 | 70 | Angular 71 | 72 | 73 | Vue.js 74 | 75 | 76 | Express.js 77 | 78 | 79 | TypeScript 80 | 81 | 82 | Laravel 83 | 84 | 85 | Css 86 | 87 | 88 | Sass 89 | 90 | 91 | GraphQL 92 | 93 | 94 | MySQL 95 | 96 | 97 | MongoDB 98 | 99 | 100 | PostgreSQL 101 | 102 | 103 | SQLite 104 | 105 | 106 | Amazon 107 | 108 | 109 | Docker 110 | 111 | 112 | Git 113 | 114 | 115 | Gitlab 116 | 117 | 118 | Github 119 | 120 | 121 | Github actions 122 | 123 |
124 | 125 |

My Github Status

126 | 127 | > GitHub Statistics 128 | 129 |

130 | 131 | 132 | 133 | 134 |

135 | 136 | 137 | 138 | 139 | 140 | 141 |

142 | 143 | total stars 144 | 145 | followers 146 | 147 | views 148 |

149 |
150 | --------------------------------------------------------------------------------