Skip to content

Commit

Permalink
added PGP public key fingerprint
Browse files Browse the repository at this point in the history
  • Loading branch information
kiridarivaki committed May 20, 2024
1 parent cff1111 commit 6f40064
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

1. AI Ethics: contributed content (module "AI in Media") to guide.md in ai-ethics repo
2. [CI/CD Tools: created CRUD app "SkillSync"](#skillsync)
3. [Security-Part1: basic cryptography operations](#crypto)

### SkillSync
- **Directory structure**
Expand All @@ -25,4 +26,8 @@ skillsync
<p>Used pybuild to automate the building and testing process. Challenges I tackled in this step included setting up a venv for my python project, setting PYTHONPATH, specifying import absolute paths and overriding plugin's coverage restrictions for building the app. </p>

- **Docker Implementation**
<p>Created a docker image "skillsync" with in which the app builds and runs by creating a container which is then removed after exiting (docker run -it --rm skillsync)</p>
<p>Created a docker image "skillsync" with in which the app builds and runs by creating a container which is then removed after exiting (docker run -it --rm skillsync)</p>

### PGP Cryptography
<p>This is my public key fingerprint: FAF5 AE4D 6CE5 4580 C828 9513 9C09 A14C 1FFA EAD2
</p>

0 comments on commit 6f40064

Please sign in to comment.