Science Education Portfolio
With years of education in both molecular biology, and computer science, I strive to keep up to date on the latest trends so that I may continue to be proficient in software engineering.
Hero Content
Mission Statement
To be worked on later.
Statistics
Skills
Certified in Cloud Data Fundamentals
Proficient in
C and Java
Effective Strategy
Lorem ipsum dolor sit amet, cons ectetur adipiscing elit.
Am I a potential candidate for a position or program? Contact me!
Tagline
Blog
-
Imposter Syndrome
What is imposter syndrome? Healthline describes it as self-doubt and personal feelings of incompetence in a field regardless of experience [1]. The engineers over at freeCodeCamp describes it as the feeling of being a fraud in doing your job, of which 70% of people experience [2]. This is a problem in any field. Most definitions…
-
Coding Conventions
A coding convention is an establish idea on how to write your code and comments in a manner that can be understood better by someone else who understands the same convention. Often time it includes recommendations on naming variables, methods, and classes, initializing arrays, word wrapping, and many more topics. A coding convention can speed…
-
Hello world!
I first started programming in C back in the start of high school, 2012. Since I had so much love for the program, I wanted to extend my knowledge even further and decided I would learn Python concurrently, through self-study. Since then, python has been my primary self-study focus for quick prototyping, with final code…