Cecilia Bisk |
-
+1 -・
github.com/clbisk
Education
Christopher Newport University, Newport News, VA, USA
●
Aug 2017 - Dec 2020
Bachelor of Science: Computer Science
GPA: 3.90
Beloit College, Beloit, WI, USA
●
●
Aug 2016 - May 2017
GPA: 4.0
Internship Experience
NASA SmartLab
Sep 2020 - Dec 2020
Programmed full-stack on a web application that assists researchers at NASA in securely storing, and
distributing their data, and recording the initial sources of the data they reference. Developed in
Python, Django and PostgreSQL for the backend, and React, HTML, and CSS for the frontend.
CACI International, Inc.
Developed in Java, Python, MySQL, HTML, SCSS, and Angular to work both front-end and back-end
website development as part of U.S. government research and development projects, collaborating
with full-time R&D employees. Applied numerous AWS services including AWS Lambda, RDS as well as
DynamoDB, API Gateway, CloudFront, CloudFormation, CodeCommit, CloudWatch, S3, EC2, IAM, and
Cognito. Followed an AGILE workflow, including daily standups, retrospectives, pair and eventually
Extreme Programming, and sprint planning.
May 2019 - Dec 2019,
June 2020 - Sep 2020
Work Experience
Freelance Web Development for Corbel Solutions
Independently developed a full-stack web application in which I took the client's concept for a new
project management app, then visualized and test-run it in an online format with React, NodeJS
Express API, Python and shell script utilities, and MySQL database backend. The app also features the
ability to import projects from other popular web applications like Trello, Asana, etc. using OAuth 2.0.
Mar 2021 - May 2021
Skills
Java
Agile
JavaScript • TypeScript • jQuery
Python
Scala
Git • GitHub • GitLab • CodeCommit
HTML5 • CSS • Sass
Eclipse • VSCode
MySQL • PostgreSQL
Angular • React
AWS Serverless Architecture (Lambda, RDS,
API Gateway, etc.)
NodeJS • Express
Linux • Windows PowerShell
Google Cloud Functions
AWS Cloud Practitioner Certification
Personal Projects
Mass Vocab Search: https://clbisk.github.io/mass-vocab-search-gh-pages/#/img
A Russian dictionary app written in React that allows you to take a picture of any Russian text, then upload it to be analyzed.
Using Google Cloud’s OCR service, the app calculates the text boundaries and meaning of each word. When the user hovers
over any word, the app displays a pop-up with its definition, gender, plurality, case, tense, and part of speech.
Infinite Puzzle Generator & Interactive Solver: clbisk.github.io/puzzle-app/infinite
An Angular webapp that allows users to interactively solve Hitori and Heyawake logic puzzles and indicate when the correct
solution is reached. Puzzle data is all generated automatically by a Scala backend written in a functional paradigm, then stored
in DynamoDB, AWS’s NoSQL database service. Amazon API Gateway and Lambda are used to interface between the frontend,
backend, and DynamoDB.