-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
78 lines (74 loc) · 5.18 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>My Resume</title>
<img src="./assets/images/me.JPG" height="200" alt="A picture of a handsome fella">
<hr/>
</head>
<body>
<h1>Ramtin Alikhani</h1>
<h1>Summary</h1>
<hr/>
<p>Full-stack Engineer with expertise in a wide range of programming languages and operating systems, including Ubuntu Linux, Python, C/C++, and web development tools. Proficient in database management (MySQL, MariaDB) and skilled in DevOps practices, using tools like Jenkins, Jira, and Confluence. Significant experience in backend scripting (Python, Bash, Batch) and frontend development with a focus on efficient project management and automation. Developed custom solutions for engineering support, unit testing (C#, Pytest), and license management. Continuously improving skills in full-stack technologies and cloud services to drive impactful software development projects.</p>
<h1>Education</h1>
<hr/>
<p>Conestoga College - Electronics Systems Engineering, Ba.Eng.</p>
<h1>Professional Experience</h1>
<hr/>
<ul>
<h3>Automation Engineer - MDA Space - Montreal, QC</h3>
<li>Developed Python scripts leveraging the atlassian-jira library to automate updates for misassigned tasks and
inaccurately titled subtasks, enhancing project tracking accuracy by 75%.</li>
<li>Conducted thorough unit testing for both C# and Python scripts using Pytest, ensuring high-quality code.</li>
<li>Developed a script to detect duplicate Confluence templates, integrated with Jenkins for automated alerts,
showcasing proactive problem-solving skills.</li>
<li>Managed various IT tasks including creating specialized Draw.io templates, resolving tickets, and advocating for
software updates, increasing Engineering efficacy by 30%.</li>
<li>Maintained comprehensive documentation on Confluence, fostering transparency and collaboration within the team</li>
<h3>Data Engineering Consultant - Adastra Corporation - Markham, ON</h3>
<li>Developed code in Azure Databricks Notebook, with a focus on Scala, enhancing data processing capabilities by 25%.</li>
<li>Utilized Azure Data Factory to ingest various data types into RAW Bronze, streamlining data workflows by 65%.</li>
<li>Detected and processed files with extensions like JSON, Parquet, and encrypted formats (PGP, GPG) using Scala.</li>
<li>Populated tables with SQL scripts for comprehensive testing and validation.</li>
<li>Conducted failure analysis by checking error logs and input/output logs, identifying root causes and implementing
solutions, improving the team's efficacy by 75%.</li>
<li>Raised and documented bugs for issues encountered during testing, contributing to continuous improvement, and
raising DevOps preparedness by 25%</li>
<h3>Embedded Systems Software - Ciena - Ottawa, ON</h3>
<li>Acquired and applied expertise in Docker products for containerization and efficient software deployment.</li>
<li>Performed Linux system administration and Bash scripting for automation, streamlining development processes.</li>
<li>Managed virtual machines to create isolated testing and development environments</li>
<h3>Software Developer Co-op - Maerospace - Waterloo, ON</h3>
<li>Managed InfluxDB data insertion and extraction, boosting Operations team's time-series data management by 30%.</li>
<li>The development of Bash scripts significantly enhanced data management efficiency by 60% by streamlining data
loading between text/CSV files and databases.</li>
<li>Utilized CherryPy API and integrate Python scripts with data servers, enhancing data management processes and
enabling the learning of cURL commands.</li>
<h3>Safety/Security Development Co-op - Blackberry/QNX - Ottawa, ON</h3>
<li>Engineered Regression Testing with PyTest suite in Python 3, improving test efficiency by 20%. Managed and executed automated test suites using Jenkins, ensuring continuous integration and delivery of high-quality software.</li>
<li>Installed and configured recreations of software production environments to allow testing of software performance, enhancing software reliability by 15%.</li>
</ul>
<h1>Skills</h1>
<hr/>
<h3>Languages:</h3>
<p>Python, SQL, Rust, Ruby, Go, PowerShell, Bash</p>
<h3>Cybersecurity tools:</h3>
<p>OWASP, OSINT, SIEM tools, NIST</p>
<h3>Technologies:</h3>
<p>Jira, Docker, Kubernetes, Jenkins, Git, Pytest, Flask, REST APIs, TCP/IP, Port Forwarding, PuTTy, SSH, SCRUM, Agile, Ansible, Terraform, Grafana, yaml, IaaC, CI/CD</p>
<h1>Certifications</h1>
<h3>CompTIA Tech+ - CompTIA Institution - Ongoing</h3>
<h3>CompTIA A+ - CompTIA Institution - Ongoing</h3>
<h3>Google Cybersecurity Foundations - Google, Coursera - July 2023</h3>
<h1>Hobbies</h1>
<ul>
<li>Chess</li>
<li>Photography</li>
</ul>
<hr/>1
<a href="./pages/contact.html">Contact Information 📞</a> <a href="./pages/hobbies.html">My Photography Portfolio 📷</a>
</body>
<footer>
<p>All Rights Reserved © 2024 Ramtin Alikhani</p>
</footer>
</html>