Skip to content

Commit

Permalink
re: update resume
Browse files Browse the repository at this point in the history
  • Loading branch information
cybardev committed Jan 16, 2024
1 parent ad03ef2 commit f7d94f6
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions example.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
attributes=[
"Configured Raspberry Pi SBCs with OpenPlotter Marine OS for the purpose of developing and testing the Acoustic Projector Control and Logging System",
"Developed Python script for generation and playback of audio files from given wavelength and duration",
"Implemented Python module to connect to private Signal K server and utilize its API to effectively retrieve sensor data",
"Implemented module to connect to private Signal K server and utilize its API to effectively retrieve sensor data",
"Created a script for logging data from sensors, consuming it via API calls, and storing it in an SQLite database",
],
),
Expand All @@ -75,7 +75,7 @@
address="https://github.com/cybardev/prayers",
role="Software Developer",
start="Nov 2023",
end="Present",
end="Dec 2023",
attributes=[
"",
],
Expand All @@ -85,14 +85,27 @@
address="https://pypi.org/project/cybarpass",
role="Software Developer",
start="Apr 2022",
end="Present",
end="Apr 2023",
attributes=[
"Modularized code by splitting up project into multiple scripts and using proper object-oriented techniques to ensure separation of concerns",
"Designed and implemented simple and elegant tkinter GUI and robust CLI for convenience and ease of access",
"Packaged and published project to Python Package Index (PyPI), making it easy and convenient for users to install",
"Created companion tool [CheckPass](https://checkpass.cybar.dev) to allow users to test the security of generated passphrase",
],
),
Project(
name="Cy | Search - Search Engine Frontend",
address="https://search.cybar.dev",
role="Full-stack Developer",
start="Jan 2022",
end="Apr 2022",
attributes=[
"Designed a search engine frontend that uses NodeJS functions to request and fetch search results from a public API",
"Successfully displayed the fetched results in a clear and concise format",
"Secured the API key by encrypting it as a repository secret and using code obfuscation techniques",
"Implemented progressive web app functionality to allow users to install it as an app",
],
),
],
education=Education(
school="Saint Mary's University",
Expand Down

0 comments on commit f7d94f6

Please sign in to comment.