Great presentation, Amanda! I really liked how you highlighted turning complexity into connection for IoT adoption. The example of Nest's interactive setup tools was such a smart way to make things easier and build user confidence. Excited to see more of your insights on IoT and web experiences!
@Ch.S.M-y8m9 күн бұрын
Great session! Loved the focus on how a unified data layer boosts scalability and analytics efficiency.
@lliza-h6u9 күн бұрын
The emphasis on structured, relatable data truly highlights the importance of foundation in analytics. This approach not only streamlines queries but also sets the stage for scalable, insightful analytics. Thanks for sharing such valuable insights!
@OsItsTrue10 күн бұрын
nice one
@lulzmachineify14 күн бұрын
Cdk8s is really nice! Makes authoring for k8s much easier. But do you know what is the status of the project? Is it abandoned or does development still happen within AWS on it
@FränzelSchneider14 күн бұрын
Love the personalisation bit!
@FränzelSchneider14 күн бұрын
Love the personalization bit!
@naurseakart119015 күн бұрын
Mam giving masculine resemblance
@FabrizioAdelia22 күн бұрын
You're doing a fantastic job! Just a quick off-topic question: I have a SafePal wallet with USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). How can I transfer them to Binance?
@JarrettSookie23 күн бұрын
Thanks for the breakdown! A bit off-topic, but I wanted to ask: My OKX wallet holds some USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). How should I go about transferring them to Binance?
@jlc239526 күн бұрын
Well presented and organized. Thank you.
@strategery5226 күн бұрын
Great info and well presented!
@thefrenchencyclopedia744426 күн бұрын
Great presentation!
@AmandaRHunter28 күн бұрын
I loved being part of this conference - thank you for sharing my talk! One of the key ideas I touched on was how targeted web experiences can break down barriers to IoT adoption by making technology intuitive, accessible, and user-friendly. Simplifying complexity can spark curiosity and drive innovation. I'd love to hear how others are tackling this challenge!
@yuliamorskaia550528 күн бұрын
Great talk! I loved how you broke down the challenges of onboarding for IoT products and made the process feel so much simpler. The part about using 24/7 AI chatbots to support users during onboarding really clicked for me. Such a practical way to ensure help is always available.
@AmandaRHunter28 күн бұрын
Thank you! I’m glad that stood out to you. AI chatbots are such a practical way to make onboarding smoother. Having help available anytime can really boost user confidence.
@morkhoudia928 күн бұрын
Great talk
@natashamayanderson828228 күн бұрын
Very well presented and explained. Thank you very much for sharing.
@AmandaRHunter28 күн бұрын
I really appreciate your kind words - so glad you enjoyed it!
@MKHTC28 күн бұрын
Thank you for a wonderful presentation! I throughly enjoyed the examples you presented to showcase the benefits of IoT and web experiences.
@AmandaRHunter28 күн бұрын
Thanks for the lovely comment! I’m thrilled it resonated with you.
@Ch.S.M-y8m29 күн бұрын
Interesting perspective!
@NadiaAbdelrahman-r6dАй бұрын
I can't play any video does it related to the internet connection or this related to a specific zone
@Egor_076Ай бұрын
cool video
@ayoubelalaoui3990Ай бұрын
What I like the most is that this is straight to the point and detailed at the same time. It really covers the SRP better than anywhere else. SOLID principles seem to be at the core even in the changing dynamics in today's world. Would you say that all SOLID principles are of equal importance?
@Egor_076Ай бұрын
Thanks for such a comprehensive exploration of the AI-driven network maintenance. Good watch
@AlexI-g7jАй бұрын
Thank you for breaking this down so well, Roman! It’s inspiring to see how business insights can complement engineering expertise. Looking forward to putting this into practice.
@islam4ikking259Ай бұрын
The session is rather exciting as it invites participants to explore how to overcome the difficulties associated with the development of maintainable and scalable systems. I commend the team for their inclination towards the principles of SRP and DIP because they are the building blocks of clean and flexible codebases . Balancing these principles with real-life situations such as tight deadlines and legacy system integration complexities is one of the constraints I’ve had to grapple with. For instance, in Some situations and OOAD claims over strictness to the Open/Closed Principle can lead to over-abstraction which hinders the code. My question is: In dealing with the issues of start up culture or dealing with the technical debt in legacy systems, how do you balance the desire to fully implement SOLID principles and the practical need to be conservative? Would love to hear your thoughts or examples from the session!
@alexeisirin2264Ай бұрын
Aliaksandr, you nailed it! These tricks simplify Airflow so much. Can’t wait to try the auto-generated DAGs technique!
@Ch.S.M-y8mАй бұрын
That session sounds fascinating! Airflow pipelines are such a critical part of modern data workflows, and I’d love to hear more about the specific tricks discussed. your insights on optimizing these pipelines could be game-changing, especially for teams dealing with scalability and reliability challenges. One question I have: How do you balance pipeline complexity with maintainability when implementing these optimizations? For instance, introducing dynamic task generation or custom operators can be powerful but might also make debugging or onboarding more challenging. What’s your advice for keeping pipelines both efficient and manageable over time? Looking forward to applying some of these strategies to my own projects!
@Ch.S.M-y8mАй бұрын
It was such a great session! I found the contributions helpful especially on the advantages that accrue from principle based modularity and maintainability of the code. The practical illustrations clearly demonstrated why SOLID principles should be the first stepping stones to building robust systems, particularly in large and perennial projects. I am curious-how do you manage to keep the balance right in the trade-off between following strictly of the guidelines and making the code simple, reasonable and comprehensible to junior developers on applying any of the SOLID principles? Are there particular strategies one would recommend for achieving this balance in an expanding team?
@GaurTGRTАй бұрын
I appreciate the question! Maintaining a balance between the SOLID principles and a minimalistic approach tends to be tricky, particularly in growing teams who have a mixture of experience levels. This is how I try to go about it: 1. First Things First: So as to not make the code complicated, stick to the weighty parts of the SOLID principles rather than detailed ones. Only focus on the ones that will fulfill the most significant issues for the project. For instance, focus on SRP and DIP first for developers who are less proficient to prevent them from being overburdened. 2. Slow Integration: Make the introduction of solid concepts slow. For example during code reviews that a module has or may not have met a particular principle, such a principle can be leveraged Discreetly as a suggestion rather than a brash direction further amplifying learning and development without overburdening all the junior developers. 3. Effective Working: Combine inexperienced developers with seniors to tackle SOLID related refactors. Theoretical principles are good but they need to be put into some context and this method helps in achieving that. 4. Best Practices and Management: Dependency injection frameworks are a good example of best practices as they alleviate the need instinctually DIP and ISP at the get-go meaning vast experience doesn’t necessarily need to. When changing a code, sufficient structure needs to be added to promote for effective scaling while remaining diverse. I would be interested in knowing what other people have done to resolve issues of similar kind in their teams. Would appreciate it in the comment section!
@Egor_076Ай бұрын
Super practical tips! Watching this saved me hours of debugging my overly complex pipelines.
@lliza-h6uАй бұрын
Event-driven workflows in Airflow? That’s a game-changer! Could you elaborate on the validation challenges you mentioned?
@Egor_076Ай бұрын
The point about increased code churn is super interesting-it really makes you think about the long-term impact on code quality. Generative AI is awesome for speeding things up, but it’s clear we’ve got to be careful about how we use it. Without proper oversight, we could end up with a mess of technical debt down the line. It’s all about finding the right balance!
@Egor_076Ай бұрын
the reliance on AI for critical tasks like strategy and vision may oversimplify the nuanced decision-making required in these areas. that may potentially underestimate the need for human judgment in aligning products with broader business goals and user needs
@Egor_076Ай бұрын
The focus on balancing ML-driven automation with manual intervention is spot-on, especially in such a dynamic and adaptive domain.
@sasankt7068Ай бұрын
one of the most extensive and productive explanations i have seen in recent times. Thank you.
@Levelord92Ай бұрын
Very good stuff actually! I did pretty much the same thing with transfering data from PostgreSQL to Clickhouse, also using WAL. Not so easy task And I didn't come up with concurrency there, so thanks for pointing this out!
@StartupWithJaganАй бұрын
Very informative, thanks Sabari Viji Selvam.
@alexeisirin2264Ай бұрын
Really enjoyed this! The use of NLP for analyzing Git commit messages is super creative-especially the sentiment analysis and summarization with ChatGPT. Love how the examples bridge theory and real-world software dev workflows. Inspiring and practical talk, Pavel!
@lliza-h6uАй бұрын
Are there any recommended tools or libraries to get started with this type of analysis?
@BistourkiАй бұрын
thanks for your video man !
@Egor_076Ай бұрын
Wow that's very informative
@Каныкей-и8шАй бұрын
The theoretical examples were super relatable!
@Тариел-г1уАй бұрын
This is such an innovative take on analyzing Git commit history! Using NLP for sentiment analysis and summarization brings a whole new perspective to understanding team dynamics and project evolution. Excited to try this out with my own projects!
@Egor_076Ай бұрын
That's quite interesting, got some insights from this presentation