To attend my first Hackathon, to have fun and make the world a bit better place
DevOps mindset Infrastructure setup CI/CD optimization Automation of routine tasks Multi-cloud #!/bin/bash name="Nataliia" bio="$name is an animal and planet-lover. Cat-person" echo "$bio"
DevOps mindset Infrastructure setup CI/CD optimization Automation of routine tasks Multi-cloud
#!/bin/bash
name="Nataliia" bio="$name is an animal and planet-lover. Cat-person" echo "$bio"