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

Block or report AntonioFeijaoUK

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
AntonioFeijaoUK/README.md

Antonio Feijao UK - Security Architect @ Genomics England UK

Antonio Feijao UK

Hi, I'm Antonio Feijao, a Security Architect @ Genomics England UK

  • 🔭 Currently Security Architect at Genomics England

    My role is focused on enabling others to deliver genomic healthcare and accelerate genomic research!

    WE ARE HIRING!

    We are hiring AWS Platform Engineers and more.

    Reach out if you are looking for a challenge and want to help change people's lives and healthcare for the better!

    Our careers page https://careers.smartrecruiters.com/GenomicsEngland/, and don't forget to tell HR that you heard about us through this page.

  • 🌱 I’m currently learning about DNA sequencing and other topics in cyber security

  • 📫 How to reach me: AntonioFeijao.com

  • ⚡ Fun fact: I memorised the first 100 digits of pi! Yes, really! More than 1 year later I can still recall about 40-50 digits without practising. How do I do it? I use the "memory palace" technique.

AWS certifications that I have

  • AWS Certified Advanced Networking Specialty

  • AWS Certified Security Specialty

  • AWS Certified Solutions Architect Professional

  • AWS Certified DevOps Engineer Professional

  • AWS Certified Solutions Architect Associate

  • AWS Certified Developer Associate

  • AWS Certified SysOps Administrator Associate

  • AWS Certified Cloud Practitioner

You can also check my other certifications (Linux, RedHat, Cisco, ...) at https://www.credly.com/users/antoniofeijaouk/badges


Scripting and coding experience

Bash, Python, SQL, NoSQL, JavaScript, HTML, CSS ... and a couple of others.


Operating System experience

Amazon Linux, Debian, RedHat, Centos, Ubuntu, macOS, Windows, Docker, containers...


Kind regards,

Antonio Feijao UK

Pinned

  1. www-antoniofeijao-com www-antoniofeijao-com Public

  2. python-fibonacci-sequence.py python-fibonacci-sequence.py
    1
    def add_until(max_number):
    2
        result = 0
    3
        first_number = 0
    4
        second_number = 0
    5
        while int(max_number) > int(result):