The Devs Like Us Weekly

Subscribe
Archives
March 29, 2021

📰 "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

Solution

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 🎟️

📅 PyCon US 2021(May 12-18) 💵

📅 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

Don't miss what's next. Subscribe to The Devs Like Us Weekly:
Powered by Buttondown, the easiest way to start and grow your newsletter.