Update projects page

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-02-20 13:53:06 +05:30
parent 937cc05408
commit d948d86380
1 changed files with 2 additions and 7 deletions

View File

@ -8,7 +8,7 @@ layout = "standalone"
Over the years I have worked on and contributed to various projects in the Android community. My personal projects can be found on [GitHub](https://github.com/msfjarvis),
some of the prominent ones are:
- [Viscerion](https://github.com/msfjarvis/viscerion): Android client for the WireGuard™ VPN protocol. Built with Android Jetpack and Kotlin.
- [Viscerion](https://github.com/msfjarvis/viscerion): Android client for the WireGuard™ VPN protocol, built with Android Jetpack and Kotlin. It was retired in February of 2020 and work began to upstream its features to the official WireGuard client, more about the decision can be found in [this](/posts/sunsetting-viscerion) post.
- [Android Password Store](https://github.com/android-password-store/Android-Password-Store): Fully fledged client for [pass](https://passwordstore.org).
- [openpgp-ktx](http://github.com/android-password-store/openpgp-ktx): Reimplementation of OpenKeychain's integration API in Kotlin, powered by Android Jetpack.
- [floating-action-button](https://github.com/msfjarvis/floating-action-button): Android library for drawing expandable Floating Action Buttons that conform to the material spec. Fully written in Kotlin and used in production in [Hyperion launcher](https://play.google.com/store/apps/details?id=projekt.launcher).
@ -17,9 +17,4 @@ some of the prominent ones are:
I engage in multiple sysadmin and DevOps related activities as well to hone my skills.
- All my sites and applications are self-hosted using [Caddyserver](https://caddyserver.com/) and Systemd, the configurations for which are impeccably maintained under git at [msfjarvis/server-config](https://github.com/msfjarvis/server-config).
- I also maintain a set of adblocking lists on [GitHub](https://github.com/msfjarvis/hosts) and the release artifacts can be found [here](https://dl.msfjarvis.website/adblock) where they're available in multiple formats depending on the software stack of users.
I've also developed a recent infatuation with [Docker](https://docker.com), and developed the following images for various usecases of mine
- [docker-zulu-jdk](https://github.com/msfjarvis/docker-zulu-jdk): Packaging of [Zulu](https://www.azul.com/downloads/zulu/), a OpenJDK release channel of tested and verified builds under the latest Ubuntu and Alpine Linux distributions.
- [drone-decrypt-files](https://github.com/msfjarvis/drone-decrypt-files): A simple plugin for [Drone CI](https://drone.io) that allows storing encrypted blobs in the VCS repository for CI to decrypt into usable artifacts like signing keys.
- I also maintain a set of adblocking lists on [GitHub](https://github.com/msfjarvis/hosts) and the release artifacts can be found [here](https://dl.msfjarvis.dev/adblock) where they're available in multiple formats depending on the software stack of users.