#wemakedevs
Read more stories on Hashnode
Articles with this tag
It’s Day 5 of my DevOps journey, and today I’m not learning new things (finally a break! 😌). Instead, I’m recapping everything I’ve learned from Day...
Alright, today is all about recapping what I’ve learned from Day 1 to Day 4 of my Java journey. It’s time to reflect, refresh, and remind myself that...
So, today I learned about switch statements in Java, and let me tell you—it’s basically a shortcut for lazy people like me who don’t want to write a...
So, today I dived into how servers work and what virtual machines (VMs) are. And let me tell you, the internet is basically just a bunch of computers...
Alright, today I tackled arrays in Java. Sounds simple, right? Just a collection of items, nice and neat. But oh no, Java had to make it just a little...
So today, I learned about functions and methods in Java. Basically, instead of writing the same code again and again like a copy-paste champion, I can...