Software Developer Resume
5.00/5 (Submit Your Rating)
SUMMARY:
- My objective is to work a job related to software development and programming.
- Experienced in Java, C, Python
- Familiar with webpage development: HTML, CSS, JavaScript (NodeJS, React), JSP and Apache Tomcat
- Familiar with Spring Boot, Maven
- Familiar with MySQL, JDBC
- Knowledgeable of API structure/testing, used Postman
- Knowledgeable of GIT and Github version control
- Experienced with Docker
- Proficient with Linux and Windows systems
- Experienced with SCRUM and AGILE development
- Familiar with some of the basics of computer security
- Some experience with Burp Suite, Wireshark, NetworkMiner
PROFESSIONAL EXPERIENCE:
Confidential
Software Developer
Responsibilities:
- I learned about the SCRUM and AGILE development ideology practiced by professional software development teams.
- My group project consisted of a license plate lookup program written in Python.
- It consisted of a GUI, an AWS database, and an implementation of the OpenALPR (C++) library.
- I also spent a lot of time researching neural networks using Python TensorFlow/Keras.
Confidential
Software DeveloperResponsibilities:
- I was tasked with implementing a compiler as a virtual machine (for PM/0 code).
- The students were received skeleton code to get started.
- I had to set up the virtual machine, followed by the lexer, then parser, and finally the code generator.
Confidential
Software DeveloperResponsibilities:
- I created a JSP webpage that communicates with a servlet. It is hosted on Apache Tomcat.
- The webpage processes a MySQL request; it displays the results of a query command and performs an update for update/replace/insert commands. it checks a supplier table if they are given a new shipment or if an existing one is updated, and it updates a field of that supplier that tracks his/her shipments.
- The webpage has two buttons: submit command and clear text area. It has a textarea field to write the commands on.