Finished the first SRWE Packet Tracer lab. 💻
Had to stay up till 12am for this one 🥲
The configurations are making sense now, but reading routing tables (L , C , S.) is soo confusing
Taking it one concept at a time.
@wildfl0w6r@CiscoNetAcad#CCNA#PacketTracer#Networking
Finished the first topic of Cisco CCNA SRWE! ✅
Covered secure remote access, router configuration, interface verification, IPv4/IPv6, and route verification.
Another step toward becoming a network engineer and cybersecurity professional. 👌
#CCNA#Cisco#Networking
Hit a perfect 100% on the Packet Tracer 17.8.2 Skills Integration Challenge 💻🔥
Configured full dual-stack IPv4/IPv6 routing, VLANs, 802.1Q trunking, and SSH device hardening across the network topology.
One step closer to my networking goals! 🚀
@wildfl0w6r
#Cisco#CCNA
@ireteeh I recently transitioned into Cybersecurity after exploring other areas of tech. In the last few weeks, I've completed OverTheWire Bandit and started learning through TryHackMe. I'm still early in my journey, but I'm consistent, curious, and genuinely excited to grow in the field.
Can't lie, hard a hard time wrapping my head around this one. One of the toughest lectures for me. Especially the getter and setter functions. In the coming weeks with more practice I will get better!
Just finished Lecture 8 problem sets of #CS50P on Object-Oriented Programming! Classes, objects, inheritance.
Beginning to understand code structure now.
#Python#OOP
Quick win: Built a simple word length extaractor
import re
def main():
print(count(input('Text: ')))
def count(s):
pattern = r'(?<!\w)um(?!\w)'
match = re.findall(pattern, s, re.IGNORECASE)
return match
main()
#CS50P#BackendDev
Lecture 7 and problem sets of #CS50P done!
Regular Expressions unlocked: Mastering patterns for input validation like emails and phone numbers.
#Python#Regex
January wasn’t as consistent as I wanted, but still a good month.
Resetting for February; back to steady CS50 progress, workouts, and focused learning. One day at a time.