👋👋👋👋
Looking back on your week -- what was something you're proud of?
All wins count -- big or small 🎉
Examples of 'wins' include:
- Getting a promotion!
- Starting a new project
- Fixing a tricky bug
- Showing up to brand practice on time 🎵
Happy Friday!


def main():
load_dotenv()
ip_address = os.getenv("IP_ADDRESS")
port = os.getenv("PORT")
ssh_user = os.getenv("SSH_USER")
asw1 = Switch(ip_address, port, ssh_user)
ssh_connection = SSHConnection()
config_pusher = ConfigPusher()
This is the main.py where I instantiate my objects. I plan writing a detailed post about this project, because I'm really passionate about it. I love the fact that my code can control real physical hardware.
I'm diving deep into JS for a couple of weeks, because I want to become proficient enough to land an internship as a Backend Developer. Python and Go would also be great choices (especially for DevOps route), but I think it's best to focus on one thing at a time...
I recently passed the CCNA exam with a score > 90% and I wanted to share how I prepared for the exam and what mistakes I made.
I have a few other things planned for this week:
Here are some of my highlights:
📰 I published a new post on DEV! ✨
📰 I got featured on DEV's Facebook page! ✨
💻 I completed all the Python list exercises on W3Schools! ✨
💟 I received 3 new badges on Codecademy! ✨

You can read about all my wins, here:
For further actions, you may consider blocking this person and/or reporting abuse
Templates let you quickly answer FAQs or store snippets for re-use.