Posts

Showing posts from March, 2024

Vote for Retrace Today in the Annual Network Computing Awards; The Business Case for OpenTelemetry; Video Spotlight - Building KickA$$ Dashboards in Retrace; and more!

Image
Hi there, here is your shiny new edition of the Developer Things newsletter! Developer Tips, Tricks & Resources Netreo & Retrace are Finalists for the 2024 Network Computing Awards!   Voting is now open for the annual Network Computing Awards, and thanks to our loyal customers, Netreo and Retrace are finalists in 8 categories! Network Infrastructure Product of the Year Testing/Monitoring Product of the Year Partnership of the Year New Product of the Year (Self-Hosted Retrace) The Customer Servic...

Some fun little Livewire-related updates

Image
Hey Livewire friends, Got a couple little tidbits for you this morning. 🔑 A neat authorization pattern According to the Livewire documentation , when you're authorizing an action in a component, you should write something like this: ​ Historically this has been my approach, but lately I've been toying with making this my new normal : ​ What do you think? It accomplishes the same exact thing: making sure the user "owns" the post they're about to delete. The difference is that it does the authorization implicitly; If the user doesn't own the post, it won't be found and an error will be thrown. You might ask: What if the policy is authorizing more than just ownership? In that case, yep, policies are the way to go. So there you go. A tiny little pattern that might save you some keystrokes. 😈 Livewire key hell continued I think at this point it's safe to say: The #1 most annoying thing about using Livewire is needing t...

AI Roadmap Generator, Data Structures and Algorithms, MLOps

Image
Hey! It's Kamran again from roadmap.sh ! It's been quite here but we have some exciting updates from the past few weeks. Read on to see what we have been upto. Remember to checkout the exciting AI Roadmap Generator anouncement at the bottom of the email! Data Structures and Algorithms Roadmap Many of you have been asking for a dedicated Data Structures and Algorithms roadmap. We now have a roadmap dedicated to Data Structures and Algorithms to help you master just that. Visit Data Structures and Algorithms Roadmap For those who may not be aware, we already have a Computer Science roadmap that goes deeply into the computer science related topics. Make sure to check that out as well. MLOps Roadmap One of our community members Maria Vechtomova was kind enough to lend a hand with MLOps Roadmap. It comes with resources to help you get into MLOps. Visit MLOps Roadmap We know that more AI related content is long overdue, and we are planning to address that soon. Stay tuned! PS, for...