1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-20 04:12:09 +00:00

Fix resume

Fix some resume details and put its file in a subdir.
This commit is contained in:
Rohan Kumar 2022-01-05 16:01:32 -08:00
parent db0d16e5b5
commit fdec7951fe
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479
2 changed files with 54 additions and 80 deletions

View file

@ -1,80 +0,0 @@
---
date: "2021-01-23T12:21:38-08:00"
keywords: intern, python, golang, go, lua, moonscript, shell, bash, zsh, posix, java,
haskell, C, influxdb, influxdata, chronograf, grafana, kapacitor, numpy, scipy,
pandas, jupyter, docker, podman, buildah, skopeo, kubernetes, openshift, cloud
native, physics, jenkins, git, gitlab, github, linux, bsd, red hat, fedora, debian,
ubuntu, opensuse, suse
title: Rohan Kumar
---
<https://seirdy.one/> | <seirdy@seirdy.one>
Detail oriented, committed and self-motivated, open-source enthusiast proficient in technologies related to Python, Go, Linux and UNIX systems, and cloud-native computing looking for an internship.
Education: Lewis and Clark College
----------------------------------
Bachelor of Arts, Major in Math and Computer Science
Fall 2018 - Spring 2022 (expected)
### Selected Coursework
- Computer Architecture/Assembly Lang
- Programming Language Structures
- Cybersecurity Fundamentals
- Networking Basics (CCNA)
Work Experience
---------------
### June-August 2019: Software Engineering Intern, SAP Ariba, Palo Alto
Developed an anomaly detection and seasonal forecasting tool in Golang using Triple Exponential Smoothing (Holt-Winters) techniques to smooth time series data. It was capable of scaling to over one million historical points from InfluxDB, real-time, in an extensively configurable manner. Use cases include detecting a server's anomalous spikes in resource usage and analyzing trends in environmental data.
Selected Projects
-----------------
Git repositories on [Sourcehut](https://sr.ht/~seirdy), [GitHub](https://github.com/Seirdy), and [GitLab](https://gitlab.com/Seirdy)
### [Clogstats](https://sr.ht/~seirdy/clogstats)
Gathers IRC channel activity statistics from WeeChat logs and performs time-series analysis and forecasting on them. It can quantify, rank, and chart chatting activity over time and display forecasts. It can also detect anomalous increases in activity. Written in Python with NumPy and Pandas.
### [MOAC](https://sr.ht/~seirdy/MOAC/)
Analyze password strength given physical limits to computing. Computes theoretical limits to a brute-force attack limited by given physical quantities (mass, energy, power, temperature, etc.) and generates passwords to withstand them. This provides a future-proof understanding of password strength. Written in Go.
Technical Skills
----------------
### Cloud-Native Technologies
Familiar with Docker Podman, Buildah, Skopeo, Kubernetes, OpenShift 4.
### Operating Systems
Linux, BSD, Windows, macOS. Able to adapt to any UNIX-like environment.
### Linux
Familiar with various distributions, inc. Fedora, RHEL, Debian, Ubuntu, and OpenSUSE.
### Monitoring Systems
Grafana and the InfluxData stack (InfluxDB, Telegraf, Kapacitor, Chronograf).
### Programming Languages
Proficient in Go, Python, Lua/MoonScript, and shell languages (Bash, Zsh, POSIX sh).
Familiar with Java, C, SageMath, and Haskell.
### Python
Familiar with math and data science libraries such as the SciPy stack, Jupyter notebooks, and Pandas.
### Other Tools
Git, Continuous Integration/Delivery (Jenkins, GitLab CI, Travis CI), Nginx.

54
content/resume/index.md Normal file
View file

@ -0,0 +1,54 @@
---
date: "2021-01-23T12:21:38-08:00"
keywords: intern, python, golang, go, lua, moonscript, shell, bash, zsh, posix, java, haskell, C, influxdb, influxdata, chronograf, grafana, kapacitor, numpy, scipy, pandas, jupyter, docker, podman, buildah, skopeo, kubernetes, openshift, cloud native, physics, jenkins, git, gitlab, github, linux, bsd, red hat, fedora, debian, ubuntu, opensuse, suse
title: Rohan Kumar
---
<https://seirdy.one/> | <seirdy@seirdy.one>
Detail oriented, committed, self-motivated, open-source enthusiast proficient in Python, Go, Linux/UNIX systems, and cloud-native computing looking for an internship.
Education: Lewis and Clark College
----------------------------------
Bachelor of Arts, Major in Math and Computer Science. Fall 2018 - Spring 2023 (expected)
Certifications
--------------
CompTIA Security+ (SY0-601), Dec. 2021. Verification available upon request.
Work Experience
---------------
### June-August 2019: Software Engineering Intern, SAP Ariba, Palo Alto
Developed an anomaly detection and seasonal forecasting tool in Go (Golang) to smooth over one million historical points from InfluxDB, real-time, in an extensively configurable manner. The approach moved processing in-memory to achieve a speedup of several orders of magnitude with a minimal footprint. Use cases included detecting a server's anomalous spikes in resource usage and analyzing trends in environmental data. Used Go, shell, and Grafana.
### June-August 2021: Software Engineering Intern, Cisco, Remote
Worked with a remote team on YAML-based data serialization and validation of data streamed in from Redfish and Selenium test suites to ensure compliance with a schema. Developed Redshift and Selenium tests for Cisco Intersight's APIs and user interface. Used Python.
Portfolio
---------
Git repositories mirrored across [Sourcehut](https://sr.ht/~seirdy), [GitHub](https://github.com/Seirdy), and [GitLab](https://gitlab.com/Seirdy). Selected projects:
### Clogstats: [sr.ht/~seirdy/clogstats](https://sr.ht/~seirdy/clogstats)
Gathers IRC channel activity statistics from WeeChat logs and performs time-series analysis and forecasting on them. It can quantify, rank, and chart chatting activity over time and display forecasts. It can also detect anomalous increases in activity. Written in Python with NumPy and Pandas.
### MOAC: [sr.ht/~seirdy/MOAC](https://sr.ht/~seirdy/MOAC/)
Analyze password strength given physical limits to computing, and generate secure passwords. Computes theoretical limits to a brute-force attack limited by given physical quantities (mass, energy, power, temperature, etc.) and generates passwords to withstand them. This provides a future-proof understanding of password strength. Extensively tested. Written in Go.
Technical Skills
----------------
- Cloud-native technologies: Docker Podman, Buildah, Skopeo, Kubernetes, OpenShift 4.
- Operating systems: Linux, BSD, Windows, macOS. Able to adapt to any UNIX-like environment.
- Linux: various distributions, inc. Fedora, RHEL, Debian, Ubuntu, and OpenSUSE; familiar with components like Systemd, SELinux.
- Monitoring systems: Grafana and the InfluxData stack (InfluxDB, Telegraf, Kapacitor, Chronograf).
- Programming languages: Proficient in Go, Python, Lua/MoonScript, and shell languages (Bash, Zsh, POSIX sh). Familiar with Java, C, SageMath.
- Python: Familiar with math and data science libraries such as the SciPy stack, Jupyter notebooks, and Pandas.
- Other tools: Git, Continuous Integration/Delivery (Jenkins, GitLab CI, Travis CI), Nginx.