-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
85 lines (75 loc) · 3.46 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Richa Shah - Professional Portfolio</title>
<link rel="stylesheet" href="style.css"> </head>
<body>
<header>
<h1>Richa Shah</h1>
<p class="contact-info">
<a href="mailto:[email protected]">[email protected]</a> |
<a href="https://linkedin.com/in/richa-s-159870a0" target="_blank">LinkedIn</a> |
<a href="https://stackoverflow.com/users/9248248/richa-shah" target="_blank">Stack Overflow</a>
</p>
</header>
<main>
<section class="about">
<h2>Career Snapshot</h2>
<p>A proactive and result-oriented professional with 6+ years of experience in mobile app development. Dedicated to continuously adopting new technologies for efficient development. Skilled in managing complex projects from conceptualization to implementation.</p>
</section>
<section class="skills">
<h2>Skills</h2>
<ul>
<li>Native and cross-platform development</li>
<li>Coding Standards, Debugging, Analytics, R&D Skills, Problem-solving</li>
<li>Mobile development life cycle</li>
<li>Information architecture</li>
<li>Agile software development methodologies</li>
<li>User experience design</li>
</ul>
</section>
<section class="technologies">
<h2>Languages & Technologies</h2>
<ul>
<li><b>Programming Languages: </b> Java (Advanced), Kotlin (Advanced), Dart (Advanced), JavaScript (Basic), SQL (Basic)</li>
<li><b>Android: </b> LiveData, Navigation, Multi-module architecture, Single Activity approach, Dependency injection</li>
<li><b>Flutter: </b> GetX State Management, Navigation 1.0 & 2.0, Routes, Web Development, Module Integration</li>
<li><b>Others: </b> Clevertap, Mix Panel, Firebase Solutions, Azure DevOps, Git</li>
</ul>
</section>
<section class="experience">
<h2>Professional Experience</h2>
<article>
<h3>Senior Software Engineer I @ Brainvire InfoTech, India - April 2022 – Present</h3>
<ul>
<li>Collaborated with project managers, developers, and QA teams for troubleshooting in Flutter web and cross-platform development.</li>
<li>Reviewed project specifications and designed technology solutions meeting or exceeding performance expectations.</li>
<li>Worked with development and testing teams to deliver unit-tested systems within customer-prescribed timeframes.</li>
<li>Contributed to the growth of the team by enhancing technical skills and providing sessions on the latest technology.</li>
<li>Implemented innovative solutions for performance optimization, ensuring a seamless user experience across diverse devices and platforms.</li>
</ul>
</article>
</section>
<section class="professional-skills">
<h2>Professional Skills</h2>
<ul>
<li>Teamwork</li>
<li>Problem-Solving</li>
<li>Adaptability</li>
<li>Effective Time Management</li>
</ul>
</section>
<section class="education">
<h2>Education</h2>
<ul>
<li>Bachelor of Engineering (IT) - Charotar University of Science and Technology, India</li>
</ul>
</section>
</main>
<footer>
<p>Thanks for visiting my profile.</p>
</footer>
</body>
</html>