Skip to content
View ankica11's full-sized avatar
Block or Report

Block or report ankica11

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ankica11/README.md

Hi I'm AnaπŸ‘‹

I'm a Software Engineer from Serbia.

πŸ‘©β€πŸ’» About Me :

  • πŸ”­ With over a year of hands-on experience, I'm keen on deepening my knowledge and expertise in .NET and C#.

  • 🌱 I'm interested in Cloud computing and Cybersecurity.

  • πŸ” I hold a Bachelor's degree in Electrical Engineering and Computer Science, providing me with a good foundation for my technical pursuits. I'm enthusiastic about learning new technologies and concepts, with a particular interest in expanding my skills in .NET, cloud computing, whether it's Azure or AWS.

  • πŸ“« How to reach me: www.linkedin.com/in/ana-vanzo

πŸ› οΈ Languages and Tools (work experience):

JavaΒ  C#Β  AzureΒ  PostmanΒ  Visual StudioΒ  RedisΒ  Azure DevopsΒ  RabbitMQΒ  BitbucketΒ  JiraΒ  PostgreSQLΒ 

πŸ”₯ My Stats (school and personal projects)

Top Langs

Pinned Loading

  1. Illumina-paired-end-DNA-sequencer Illumina-paired-end-DNA-sequencer Public

    A Python program that simulates DNA sequencing of paired-end Illumina reads and their aligning to the reference genome. It's useful for comparison of different aligners like BWA-MEM or Bowtie.

    Python

  2. MEAN-app-Public-Calls MEAN-app-Public-Calls Public

    A web application built with the MEAN stack to facilitate the submission of scientific project applications in response to public calls. This application serves as my final thesis project.

    TypeScript

  3. SocialNetwork-and-ChatApp SocialNetwork-and-ChatApp Public

    Facebook And Messenger clone app using Angular, Bootstrap for frontend and Node.js, Express, MySQL, TypeORM for backend, with JWT authentication

    TypeScript

  4. Bookstore-Vue.js-web-app-frontend Bookstore-Vue.js-web-app-frontend Public

    Frontend for a bookstore application built with Vue.js. The user interface is based on design created in Figma and serves as a project for a Master's level User Interface Programming course.

    Vue

  5. Microjava-compiler Microjava-compiler Public

    A compiler written in Java that translates MicroJava source code into a target representation. The compiler performs all essential compilation stages: lexical analysis, symbol table construction, s…

    Java

  6. single-pass-assembler single-pass-assembler Public

    This project implements a one-pass assembler that translates assembly language code into its corresponding machine code representation. The output file is based on school variant of ELF format. Dev…

    C++