Player FM - Internet Radio Done Right
Checked 2d ago
اضافه شده در two سال پیش
محتوای ارائه شده توسط Ryan Solomon. تمام محتوای پادکست شامل قسمتها، گرافیکها و توضیحات پادکست مستقیماً توسط Ryan Solomon یا شریک پلتفرم پادکست آنها آپلود و ارائه میشوند. اگر فکر میکنید شخصی بدون اجازه شما از اثر دارای حق نسخهبرداری شما استفاده میکند، میتوانید روندی که در اینجا شرح داده شده است را دنبال کنید.https://fa.player.fm/legal
Player FM - برنامه پادکست
با برنامه Player FM !
با برنامه Player FM !
پادکست هایی که ارزش شنیدن دارند
حمایت شده
T
The Innovators & Investors Podcast


1 Empowering Innovation: The Intersection of Corporate Venture Capital and AI-Driven Startups 1:00:22
1:00:22
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد1:00:22
Join us for an engaging episode of The Innovators and Investors Podcast, hosted by Kristian Marquez, where we explore the vibrant intersection of technology, investment, and entrepreneurship. This week, Kristian welcomes two dynamic guests: Kevin Weber, Managing Director at Amex Ventures, and Ayal Karmi, Co-founder and CEO of Nakuda. In this episode, Kevin shares his fascinating career journey, including his transition from corporate finance and M&A to venture capital at Amex Ventures, where he focuses on early-stage investments in sectors like fintech, AI, and cybersecurity. As Kevin describes his investment thesis, he emphasizes the importance of strategic partnerships and the alignment of their investments with American Express’s core business objectives. Our conversation then shifts to Ayal Karmi, who delves into the innovative solutions Nakuda is bringing to the market. As the company pioneers a system for AI agents to make seamless payments online, Ayal discusses the challenges and opportunities in automating the checkout process and enhancing transaction authenticity. Listeners can expect to gain valuable insights into the investment landscape, the evolving field of AI agents, and best practices for founders seeking to navigate the venture capital space. Furthermore, Kevin and Ayal offer advice on how to approach corporate venture capital, the significance of understanding investor expectations, and the future of agentic payments. Don’t miss this enlightening discussion that highlights the transformative power of technology and the shared mission of fostering innovation in today’s rapidly evolving market. Subscribe now to stay updated on the latest insights and trends in the world of innovation and finance! For more details, visit our website and read Ayal’s insightful blogs on Substack, https://substack.com/@nekuda? about autonomous payments to stay informed about the latest in AI technologies. Enjoy the episode! Learn more about Kevin's work https://www.americanexpress.com/us/business/american-express-ventures/ Connect with Kevin on LinkedIn https://www.linkedin.com/in/kevin-weber-b77b8028/ Think you'd be a great guest on the show? Apply https://finstratmgmt.com/innovators-investors-podcast/ Want to learn more about Kristian Marquez's work? Check out his website at https://finstratmgmt.com/…
Master React.js Lists: Easy Rendering Techniques Explained!
Manage episode 435017158 series 3493400
محتوای ارائه شده توسط Ryan Solomon. تمام محتوای پادکست شامل قسمتها، گرافیکها و توضیحات پادکست مستقیماً توسط Ryan Solomon یا شریک پلتفرم پادکست آنها آپلود و ارائه میشوند. اگر فکر میکنید شخصی بدون اجازه شما از اثر دارای حق نسخهبرداری شما استفاده میکند، میتوانید روندی که در اینجا شرح داده شده است را دنبال کنید.https://fa.player.fm/legal
In this video, learn how to correctly render lists in your React.js application!
Code: https://github.com/coderyansolomon/react-lists
React.js Docs: https://react.dev/learn/rendering-lists
296 قسمت
Manage episode 435017158 series 3493400
محتوای ارائه شده توسط Ryan Solomon. تمام محتوای پادکست شامل قسمتها، گرافیکها و توضیحات پادکست مستقیماً توسط Ryan Solomon یا شریک پلتفرم پادکست آنها آپلود و ارائه میشوند. اگر فکر میکنید شخصی بدون اجازه شما از اثر دارای حق نسخهبرداری شما استفاده میکند، میتوانید روندی که در اینجا شرح داده شده است را دنبال کنید.https://fa.player.fm/legal
In this video, learn how to correctly render lists in your React.js application!
Code: https://github.com/coderyansolomon/react-lists
React.js Docs: https://react.dev/learn/rendering-lists
296 قسمت
Kaikki jaksot
×TLDR; don't mutate state directly. Always use setState when updating a piece of state. Also, pass a function when updating state based on previous state.
Today I explain a key point regarding server and client components in Next.js and passing props. Also, I explain what you should know regarding client boundaries in Next.js
Docs: https://www.korbit.ai/ I'm not affiliated with this tool in any way. We've just found it useful the last few months using it on our team. If you know any tools, or even something better than Korbit, let me know in the comments below.
Learn the recommended way to fetch data in Next.js as well as some patterns to know about client and server components.
In todays video, I cover the core concepts of React.js in about 20 minutes. Of course, this isn't everything you need to know. But it is a good starting place and review for some.
docs: https://nextjs.org/docs/app/building-your-application/rendering/client-components
Docs: https://nextjs.org/docs/app/building-your-application/rendering/server-components
Docs: https://nextjs.org/docs/app/building-your-application/rendering
Docs: https://nextjs.org/docs/app/building-your-application/data-fetching/server-actions-and-mutations
Learn how to use Suspense and streaming for sequential data fetching in Next.js
Docs: https://nextjs.org/docs/app/building-your-application/data-fetching/fetching#patterns
Docs: https://nextjs.org/docs/app/building-your-application/data-fetching/fetching#reference
Docs: https://react.dev/learn/reusing-logic-with-custom-hooks#recap
Middleware Docs: https://nextjs.org/docs/app/building-your-application/routing/middleware
Docs: https://react.dev/learn/you-might-not-need-an-effect#subscribing-to-an-external-store
Docs: https://react.dev/learn/you-might-not-need-an-effect#notifying-parent-components-about-state-changes
Parallel Routes Docs: https://nextjs.org/docs/app/building-your-application/routing/parallel-routes#loading-and-error-ui
Today I cover an issue you might run into with running code multiple times in React -- especially when running initialization code -- and how React thinks you should solve it Docs: https://react.dev/learn/you-might-not-need-an-effect#sharing-logic-between-event-handlers
Docs: https://nextjs.org/docs/app/building-your-application/routing/dynamic-routes#generating-static-params
Docs: https://react.dev/learn/you-might-not-need-an-effect#sharing-logic-between-event-handlers
Docs: https://nextjs.org/docs/app/building-your-application/routing/dynamic-routes#generating-static-params
Docs: https://react.dev/learn/you-might-not-need-an-effect#adjusting-some-state-when-a-prop-changes
Route Groups Code: https://nextjs.org/docs/app/building-your-application/routing/route-groups
Docs: https://react.dev/learn/you-might-not-need-an-effect#resetting-all-state-when-a-prop-changes
Docs: https://nextjs.org/docs/app/building-your-application/routing/redirecting#nextresponseredirect-in-middleware
Docs: https://react.dev/learn/you-might-not-need-an-effect#how-to-remove-unnecessary-effects
Docs: https://nextjs.org/docs/app/api-reference/functions/use-router#disabling-scroll-to-top
Docs: https://react.dev/learn/you-might-not-need-an-effect#how-to-remove-unnecessary-effects
Learn how to use the redirect and permanenetRedirect functions in Next.js -- https://nextjs.org/docs/app/building-your-application/routing/redirecting#redirect-function
Docs: https://react.dev/learn/synchronizing-with-effects
به Player FM خوش آمدید!
Player FM در سراسر وب را برای یافتن پادکست های با کیفیت اسکن می کند تا همین الان لذت ببرید. این بهترین برنامه ی پادکست است که در اندروید، آیفون و وب کار می کند. ثبت نام کنید تا اشتراک های شما در بین دستگاه های مختلف همگام سازی شود.