-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
102 lines (101 loc) · 5.91 KB
/
index.html
File metadata and controls
102 lines (101 loc) · 5.91 KB
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Resume</title>
</head>
<body>
<h1>Fahat Adam</h1>
<img src="./img-fahat.jpeg" alt="Fahat adam image" width="200">
<h2>Summary</h2>
<p>I am a highly skilled and versatile Software Engineer
with extensive experience in web development, mobile app development,
and desktop application engineering. <br>With a strong foundation in modern
programming languages, frameworks, and development tools, I specialize
in creating robust, user-friendly, and scalable solutions across multiple platforms.</p>
<ul>
<li>As a <b>Web Developer,</b> I design and build responsive, high-performance websites and web applications using technologies such as HTML5, CSS3, JavaScript, React, Angular, and backend tools like Node.js, PHP, and Django. I am proficient in RESTful API integration, database management (MySQL, MongoDB), and deploying secure web solutions on cloud platforms.</li>
<li>As a <b>Mobile App Developer,</b> I develop cross-platform mobile applications using Flutter, React Native, and native technologies (Java/Kotlin for Android and Swift for iOS). I focus on delivering intuitive user experiences and optimized performance for both Android and iOS ecosystems.</li>
<li>As a <b>Desktop App Developer,</b> I build efficient and elegant desktop software solutions using frameworks such as Electron.js, JavaFX, .NET (C#), and Python (Tkinter, PyQt), tailored to client needs in a wide range of industries.</li>
<li>With a solid background in <b>Software Engineering,</b> I apply best practices in software architecture, testing, version control (Git), agile methodologies, and continuous integration to deliver high-quality, maintainable code. I am passionate about problem-solving, innovation, and leveraging technology to create impactful solutions.</li>
</ul>
<hr>
<h2>Education</h2>
<ul>
<li>Bachelor of Science, Software Engineering - Federal University Dutse.</li>
</ul>
<hr>
<h2>Work Experience</h2>
<ul>
<li><h3>Full Stack Developer - XYZ Tech Solutions – Lagos, Nigeria</h3></li>
<p>Jan 2022 – Present</p>
<ul>
<li>Developed and maintained responsive web applications using React.js, Node.js, and MongoDB.</li>
<li>Built RESTful APIs for seamless integration between frontend and backend systems.</li>
<li>Collaborated with UI/UX designers to implement modern, user-centric designs.</li>
<li>Optimized application performance and ensured mobile responsiveness across browsers.</li>
<li>Managed Git repositories and performed code reviews for junior developers.</li>
</ul>
<li><h3>Mobile App Developer - (Flutter & React Native) InnoApps Global – Remote</h3></li>
<p>Jul 2020 – Apr 2021</p>
<ul>
<li>Designed and developed cross-platform mobile apps for Android and iOS using Flutter and React Native.</li>
<li>Integrated Firebase and third-party APIs for authentication, cloud messaging, and real-time database features.</li>
<li>Published and maintained apps on Google Play Store and Apple App Store.</li>
<li>Worked with product managers to gather requirements and deliver features on tight deadlines.</li>
</ul>
<li><h3>Desktop Application Developer - AlphaSoft Technologies – Abuja, Nigeria</h3></li>
<p>May 2021 – Dec 2021</p>
<ul>
<li>Built and deployed desktop applications using Electron.js and Python (PyQt5).</li>
<li>Developed point-of-sale (POS) and inventory management systems for SMEs.</li>
<li>Implemented data encryption, licensing systems, and automatic software updates.</li>
<li>Provided technical support and documentation for end-users.</li>
</ul>
<li><h3>Software Engineer Intern - Digital Innovation Hub – Lagos, Nigeria</h3></li>
<p>Jan 2020 – Jun 2020</p>
<ul>
<li>Contributed to the development of internal tools and automation scripts.</li>
<li>Assisted in debugging, testing, and code optimization tasks across various projects.</li>
<li>Gained practical experience in Agile development, version control, and software life cycle.</li>
</ul>
</ul>
<hr>
<h2>Skills</h2>
<ul>
<li>Web Development</li>
<li>Mobile App Development</li>
<li>Desktop Application Development</li>
<li>Software Engineering & Tools</li>
<li>Databases</li>
<li>Cloud & DevOps</li>
</ul>
<hr>
<h2>Award and Certification</h2>
<h3>Certifications</h3>
<ul>
<li><b>Meta Front-End Developer Certificate </b>– Coursera (Meta) – 2024</li>
<li><b>Google IT Automation with Python </b>– Coursera (Google) – 2023</li>
<li><b>Flutter & Dart</b> – The Complete Guide – Udemy – 2023</li>
<li><b>Full Stack Web Development Specialization </b>– FreeCodeCamp – 2022</li>
<li><b>Android Developer Certification </b>– Google Developers – 2022</li>
<li><b>Responsive Web Design Certification </b>– FreeCodeCamp – 2021</li>
<li><b>Git & GitHub Masterclass </b>– Udemy – 2021</li>
</ul>
<h3>Awards</h3>
<ul>
<li><b>Best Developer of the Year </b>– XYZ Tech Solutions – 2023</li>
<li><b>Top Performer </b>– Software Engineering Intern – Digital Innovation Hub – 2020</li>
</ul>
<hr>
<h2>Others</h2>
<ul>
<li><a href="hobbies.html">My Hobbies</a></li>
<li><a href="contactUs.html">Contact Me</a></li>
</ul>
<footer>
<p>© Fahat Adam. All rights reserved.</p>
</footer>
</body>
</html>