📰 "You can only become truly accomplished at something you love." - Maya Angelou
The Coding Puzzle 🧩
Last Week’s coding puzzle
Determine if a string has all unique characters.
Input : abcd10jk
Output : true
Input : hutg9mnd!nk9
Output : false
This week: Remove duplicates from an unsorted linked list.
Example:
If the linked list is 12->11->12->21->41->43
removeDuplicates() should convert the list to 12->11->21->41->43.
Developer Headlines 📢
❇️ Google’s Top Security Teams Unilaterally Shut Down a Counterterrorism Operation
❇️ Kubernetes Enables DevOps-as-a-Service (DaaS)
Developer Events 🎟️
📅 WebAssembly Summit (April 22nd) 🆓
📅GitLab Commit (Aug 10th - 11th)
Want to recommend someone for our developer spotlight, developer event, or just say hello? Send us an email at yourfriends@devslike.us we want to hear from you!
Social 💻
YouTube | Podcast | Instagram | Website | Twitter
The Cast on Twitter: Terrence | Clarence | JB
Well, that’s all we have for this week’s issue. A quick reminder to add our Podcast on your favorite platform and subscribe to our YouTube page!
Sincerely,
The DLU Team