Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

260-feat: update aws cloud trainers #261

Merged
merged 2 commits into from
Jun 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added src/assets/mentors/ac-akbarov.webp
Binary file not shown.
Binary file added src/assets/mentors/ac-danilov.webp
Binary file not shown.
Binary file added src/assets/mentors/ac-konyakhin.webp
Binary file not shown.
Binary file added src/assets/mentors/ac-kustikov.webp
Binary file not shown.
28 changes: 28 additions & 0 deletions src/features/trainers/awsDev.data.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
import type { Trainer } from './trainers.types';
import awsImg3 from '@/assets/mentors/ac-akbarov.webp';
import awsImg6 from '@/assets/mentors/ac-danilov.webp';
import awsImg4 from '@/assets/mentors/ac-konyakhin.webp';
import awsImg5 from '@/assets/mentors/ac-kustikov.webp';
import awsImg2 from '@/assets/mentors/v-antonau.webp';
import awsImg1 from '@/assets/mentors/v-kavaliou.webp';

Expand All @@ -15,4 +19,28 @@ export const awsDev: Trainer[] = [
bio: 'A software engineer with over 10 years of experience, initially in PHP and now as a full-stack engineer proficient in TypeScript, Angular, React, Node.js, and AWS. After a decade in PHP development, he shifted focus to modern full-stack technologies, successfully completing courses and now teaching others.',
photo: awsImg2,
},
{
name: 'Dazik Akbarov',
role: 'EPAM, Lead Software Engineer',
bio: 'Dazik has been working on several roles and various stacks for more than 5 years: started coding as a hobby and used to work with Visual Basic, C# and PHP and joined to the wonderful world of javascript after graduating RS School in 2021. Charmed by the TypeScript and Angular, he pivoted his career to join EPAM and work as a frontend engineer. Nowadays he is mostly focused on cloud and solutions architecture and drives AWS User Group Tashkent community.',
photo: awsImg3,
},
{
name: 'Pavel Konyakhin',
role: '',
bio: 'As an alumnus of TumoLabs research and development and a graduate of RS School, has actively engaged in various online streams, ideathons and hackathons.He had a chance to play a significant role in projects such as AgriTech and Capital SocialLife, where he developed ideas, web applications and led the team.Starting his programming journey with RS School with almost no prior experience, he understand the challenges that students might face and is always eager to assist them.He began mentoring once he felt he had gained enough knowledge to help others succeed.',
photo: awsImg4,
},
{
name: 'Anton Kustikov',
role: 'EPAM, Systems Engineer',
bio: 'Made it to IT after EPAM DevOps Lab. Having plenty of experience in networking, earned working as an ISP engineer. Interrested in microcontrollers, k8s and data analyzing. Since moved to DevOps, started the endless path of learning AWS. DevOps is not just a job title, but a life style, where you are continiously learning new technologies and trying all the new tools in order to find the one that brilliantly fits your needs(thats sound impossible, i know) Once he got his dream job, and now he wants to help like - minders folks to get theirs.',
photo: awsImg5,
},
{
name: 'Ivan Danilov',
role: 'EPAM, Lead Systems Engineer',
bio: 'Ivan is a seasoned engineer with many years of work in different roles including Software and Systems Engineering.For the last several years he has been working on solutions in cloud leveraging managed services, serverless, etc.AWS is now his main tool and mate in his professional journey.',
photo: awsImg6,
},
];
Loading