101010.pl is one of the many independent Mastodon servers you can use to participate in the fediverse.
101010.pl czyli najstarszy polski serwer Mastodon. Posiadamy wpisy do 2048 znaków.

Server stats:

507
active users

#GeoBlazor

0 posts0 participants0 posts today
Tim :dotnet: :csharp: :blazor:<p>Embedded <a href="https://dotnet.social/tags/GeoBlazor" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GeoBlazor</span></a> samples demonstrating various usages for Geographic Information ( <a href="https://dotnet.social/tags/GIS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GIS</span></a> ). <a href="https://dotnet.social/tags/ArcGIS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ArcGIS</span></a> <a href="https://dotnet.social/tags/esri" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>esri</span></a> <a href="https://dotnet.social/tags/dotnet" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dotnet</span></a> <a href="https://dotnet.social/tags/blazor" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>blazor</span></a></p><p><a href="https://blog.dymaptic.com/geographically-visualizing-customer-data-with-blazor-and-arcgis" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">blog.dymaptic.com/geographical</span><span class="invisible">ly-visualizing-customer-data-with-blazor-and-arcgis</span></a></p>
Tim :dotnet: :csharp: :blazor:<p>Even when I fix this, however, <a href="https://dotnet.social/tags/GeoBlazor" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GeoBlazor</span></a> apps are going to be *really slow* to compile until Microsoft fixes this <a href="https://dotnet.social/tags/dotnet" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dotnet</span></a> <a href="https://dotnet.social/tags/aspnetcore" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>aspnetcore</span></a> issue <a href="https://github.com/dotnet/aspnetcore/issues/59014" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/dotnet/aspnetcore/i</span><span class="invisible">ssues/59014</span></a></p>
Tim :dotnet: :csharp: :blazor:<p><a href="https://dotnet.social/tags/dotnet" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dotnet</span></a> 9 had a breaking change that broke <a href="https://dotnet.social/tags/GeoBlazor" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GeoBlazor</span></a>. They no longer support multiple constructors in Razor Components without adding an `[ActivatorUtilitiesConstructor]` attribute. I missed this one earlier bc of the issues with static file compilation that made GeoBlazor painfully slow to compile. Hope to have a quick fix out soon. <a href="https://github.com/dotnet/aspnetcore/issues/58004" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/dotnet/aspnetcore/i</span><span class="invisible">ssues/58004</span></a></p>
Tim :dotnet: :csharp: :blazor:<p>Thread about my work on <a href="https://dotnet.social/tags/GeoBlazor" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GeoBlazor</span></a>, which brings interactive maps and geospatial data to <a href="https://dotnet.social/tags/blazor" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>blazor</span></a>. </p><p>1/</p>
Tim :dotnet: :csharp: :blazor:<p>This is the first time I've tried a big thread like this. Hope you enjoyed it! Let me know if you're interested in <a href="https://dotnet.social/tags/GeoBlazor" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GeoBlazor</span></a> or <a href="https://dotnet.social/tags/arcgis" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>arcgis</span></a> on <a href="https://dotnet.social/tags/dotnet" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dotnet</span></a> <a href="https://dotnet.social/tags/aspnetcore" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>aspnetcore</span></a>. I also give presentations on <a href="https://dotnet.social/tags/blazor" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>blazor</span></a> at tech conferences, and would love to share more of my experiences.</p>
Tim :dotnet: :csharp: :blazor:<p>Won't be doing <a href="https://dotnet.social/tags/adventOfCode" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>adventOfCode</span></a> this year. I'm in the middle of a huge task of moving <a href="https://dotnet.social/tags/GeoBlazor" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GeoBlazor</span></a> from a hand-crated wrapper around <a href="https://dotnet.social/tags/ArcGIS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ArcGIS</span></a> to a source-generated wrapper. In the long run, this means a lot more coverage of the API, but getting it right is exhausting. <a href="https://dotnet.social/tags/dotnet" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dotnet</span></a> <a href="https://dotnet.social/tags/blazor" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>blazor</span></a></p>
Tim :dotnet: :csharp: :blazor:<p>I'm working on updating <a href="https://dotnet.social/tags/GeoBlazor" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GeoBlazor</span></a> to <a href="https://dotnet.social/tags/dotnet" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dotnet</span></a> 9, and running into a bunch of issues with the new static asset compression patterns. Since we have a huge JS dependency, my local dev build times are moving from ~15-20 seconds to 100+ seconds. 👀 I see a few similar github issues filed, but not sure exactly what the issue is or how to resolve it.</p>
Tim :dotnet: :csharp: :blazor:<p>On my way to Berlin for the <a href="https://dotnet.social/tags/esri" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>esri</span></a> EU DevSummit to share <a href="https://dotnet.social/tags/GeoBlazor" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GeoBlazor</span></a> and talk <a href="https://dotnet.social/tags/GIS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GIS</span></a> and <a href="https://dotnet.social/tags/ArcGIS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ArcGIS</span></a>!</p>
Tim :dotnet: :csharp: :blazor:<p>Are you ready to GO PRO?! We’re excited to share that <a href="https://dotnet.social/tags/GeoBlazor" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GeoBlazor</span></a> Pro, the advanced version of our open-source GeoBlazor library, has moved from Beta to full production! GeoBlazor allows developers to access Esri's <a href="https://dotnet.social/tags/ArcGIS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ArcGIS</span></a> <a href="https://dotnet.social/tags/Maps" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Maps</span></a> SDK for JavaScript to add mapping functionality to <a href="https://dotnet.social/tags/dotnet" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dotnet</span></a> <a href="https://dotnet.social/tags/Blazor" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Blazor</span></a> apps, and GeoBlazor Pro offers advanced <a href="https://dotnet.social/tags/GIS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GIS</span></a> functionality and exclusive features!</p><p>Current and planned features for GeoBlazor Pro! <a href="https://docs.geoblazor.com/pages/features.html" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">docs.geoblazor.com/pages/featu</span><span class="invisible">res.html</span></a></p><p>Sign up at <a href="https://www.dymaptic.com/products/geoblazor/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">dymaptic.com/products/geoblazo</span><span class="invisible">r/</span></a></p>
Tim :dotnet: :csharp: :blazor:<p>Giving my first full length tech presentations at <a href="https://dotnet.social/tags/VSLiveChicago" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>VSLiveChicago</span></a> today. Talking about <a href="https://dotnet.social/tags/dotnet" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dotnet</span></a> <a href="https://dotnet.social/tags/blazor" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>blazor</span></a> interop with <a href="https://dotnet.social/tags/javascript" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>javascript</span></a>, and <a href="https://dotnet.social/tags/arcgis" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>arcgis</span></a> and <a href="https://dotnet.social/tags/GeoBlazor" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GeoBlazor</span></a>. Wish me luck!</p>
Tim :dotnet: :csharp: :blazor:<p>Ready to start using GeoBlazor? First, you will want to check out this quick geometry lesson from dymaptic CTO Christopher Moravec! Don’t worry – there’s no quiz at the end, but you will get an overview of how points and lines get plotted on your maps. Give it a read and let us know what you think! <a href="https://blog.dymaptic.com/how-to-put-points-on-a-map-an-introduction-to-geometry-in-geoblazor" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">blog.dymaptic.com/how-to-put-p</span><span class="invisible">oints-on-a-map-an-introduction-to-geometry-in-geoblazor</span></a>?</p><p><a href="https://dotnet.social/tags/ArcGIS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ArcGIS</span></a> <a href="https://dotnet.social/tags/maps" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>maps</span></a> <a href="https://dotnet.social/tags/GeoBlazor" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GeoBlazor</span></a> <a href="https://dotnet.social/tags/dotnet" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dotnet</span></a> <a href="https://dotnet.social/tags/blazor" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>blazor</span></a> <a href="https://dotnet.social/tags/gis" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>gis</span></a></p>
Tim :dotnet: :csharp: :blazor:<p>If you're going to do something heavy with data in <a href="https://dotnet.social/tags/dotnet" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dotnet</span></a> <a href="https://dotnet.social/tags/blazor" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>blazor</span></a> like plotting thousands of map points with <a href="https://dotnet.social/tags/GeoBlazor" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GeoBlazor</span></a>, I definitely suggest checking out interactive server mode. I took a map render of 16 seconds down to 3 seconds by switching the app to server side.</p>
Tim :dotnet: :csharp: :blazor:<p><a href="https://dotnet.social/tags/GeoBlazor" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GeoBlazor</span></a> V3.0 is so close... I'm just being extra cautious in testing. Found a ton of bugs in testing my breaking changes. You can try it out with<br> <a href="https://www.nuget.org/packages/dymaptic.GeoBlazor.Core/3.0.0-rc.1" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">nuget.org/packages/dymaptic.Ge</span><span class="invisible">oBlazor.Core/3.0.0-rc.1</span></a> </p><p>or try the Pro Beta (also very close to full release) <a href="https://www.nuget.org/packages/dymaptic.GeoBlazor.Pro" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">nuget.org/packages/dymaptic.Ge</span><span class="invisible">oBlazor.Pro</span></a></p><p><a href="https://dotnet.social/tags/dotnet" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dotnet</span></a> <a href="https://dotnet.social/tags/csharp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>csharp</span></a> <a href="https://dotnet.social/tags/blazor" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>blazor</span></a> <a href="https://dotnet.social/tags/gis" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>gis</span></a> <a href="https://dotnet.social/tags/arcgis" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>arcgis</span></a></p>
Tim :dotnet: :csharp: :blazor:<p>I did this Q&amp;A for the <a href="https://dotnet.social/tags/VisualStudioLive" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>VisualStudioLive</span></a> Chicago conference I'll be presenting at next month, talking about visualizing data with <a href="https://dotnet.social/tags/GIS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GIS</span></a>, <a href="https://dotnet.social/tags/ArcGIS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ArcGIS</span></a>, <a href="https://dotnet.social/tags/Blazor" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Blazor</span></a>, and <a href="https://dotnet.social/tags/GeoBlazor" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GeoBlazor</span></a>.</p><p><a href="https://visualstudiomagazine.com/Articles/2024/03/05/blazor-arcgis.aspx" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">visualstudiomagazine.com/Artic</span><span class="invisible">les/2024/03/05/blazor-arcgis.aspx</span></a></p><p><a href="https://dotnet.social/tags/dotnet" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dotnet</span></a> <a href="https://dotnet.social/tags/csharp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>csharp</span></a></p>
Tim :dotnet: :csharp: :blazor:<p>New <a href="https://dotnet.social/tags/GeoBlazor" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GeoBlazor</span></a> release!</p><p>With the latest updates, you’ll see minor improvements and bug fixes in GeoBlazor, and new features in GeoBlazor Pro, including Custom GraphicLayer Legend and Routes API. Interested in trying GeoBlazor Pro? Sign up at our website. </p><p><a href="https://licensing.dymaptic.com" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">licensing.dymaptic.com</span><span class="invisible"></span></a></p><p>Support our continued work to develop and expand GeoBlazor by becoming a sponsor on GitHub Sponsors.<br> <a href="https://github.com/sponsors/dymaptic" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">github.com/sponsors/dymaptic</span><span class="invisible"></span></a></p><p> <a href="https://dotnet.social/tags/ArcGIS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ArcGIS</span></a> <a href="https://dotnet.social/tags/maps" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>maps</span></a> <a href="https://dotnet.social/tags/dotnet" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dotnet</span></a> <a href="https://dotnet.social/tags/blazor" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>blazor</span></a> <a href="https://dotnet.social/tags/gis" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>gis</span></a> <a href="https://dotnet.social/tags/webgis" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>webgis</span></a> <a href="https://dotnet.social/tags/csharp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>csharp</span></a></p>
Tim :dotnet: :csharp: :blazor:<p>Great news! We just added <a href="https://dotnet.social/tags/dotnet" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dotnet</span></a> templates to <a href="https://dotnet.social/tags/GeoBlazor" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GeoBlazor</span></a> to make adding maps to your Blazor apps even easier! Check out our step-by-step guide and get started today!</p><p><a href="https://blog.dymaptic.com/getting-starting-with-geoblazor-templates?utm_content=275391113&amp;utm_medium=social&amp;utm_source=linkedin&amp;hss_channel=lcp-29005932" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">blog.dymaptic.com/getting-star</span><span class="invisible">ting-with-geoblazor-templates?utm_content=275391113&amp;utm_medium=social&amp;utm_source=linkedin&amp;hss_channel=lcp-29005932</span></a></p><p><a href="https://dotnet.social/tags/blazor" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>blazor</span></a> <a href="https://dotnet.social/tags/arcgis" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>arcgis</span></a> <a href="https://dotnet.social/tags/maps" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>maps</span></a> <a href="https://dotnet.social/tags/dotnet" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dotnet</span></a> <a href="https://dotnet.social/tags/esri" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>esri</span></a></p>
Tim :dotnet: :csharp: :blazor:<p><a href="https://dotnet.social/tags/GeoBlazor" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GeoBlazor</span></a> releases including <a href="https://dotnet.social/tags/dotnet" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dotnet</span></a> 8 and <a href="https://dotnet.social/tags/blazor" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>blazor</span></a> WebApp support! 🎉</p><p><a href="https://github.com/dymaptic/GeoBlazor/releases/tag/v2.5.0" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/dymaptic/GeoBlazor/</span><span class="invisible">releases/tag/v2.5.0</span></a></p><p><a href="https://github.com/dymaptic/GeoBlazor.Pro/releases/tag/v0.9.2" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/dymaptic/GeoBlazor.</span><span class="invisible">Pro/releases/tag/v0.9.2</span></a></p>
Tim :dotnet: :csharp: :blazor:<p>We are committed to continuing to develop and expand <a href="https://dotnet.social/tags/GeoBlazor" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GeoBlazor</span></a>, the open-source <a href="https://dotnet.social/tags/blazor" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>blazor</span></a> <a href="https://dotnet.social/tags/dotnet" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dotnet</span></a> library, and we’d love your support. If you’d like to contribute to the future success of GeoBlazor, please consider becoming a <a href="https://dotnet.social/tags/GitHub" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GitHub</span></a> <a href="https://dotnet.social/tags/sponsor" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sponsor</span></a>! Your sponsorship will fuel innovation, enhance user experience, and drive the software evolution.</p><p>P.S. – Another way to support GeoBlazor is to sign up for our open beta of GeoBlazor Pro! </p><p><a href="https://blog.dymaptic.com/github-sponsors" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="ellipsis">blog.dymaptic.com/github-spons</span><span class="invisible">ors</span></a></p><p><a href="https://dotnet.social/tags/ArcGIS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ArcGIS</span></a></p>
Tim :dotnet: :csharp: :blazor:<p>Check out the latest updates to GeoBlazer! Release v2.4.0 includes a Bing Maps Layer, additional methods of FeatureLayer, and updates to the Search Widget. GeoBlazerPro has been updated as well, with all the Core updates, plus an ArcGISRest Service Request Method.</p><p>Click the link to view the full release notes.<br><a href="https://hubs.li/Q025P_3-0" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="">hubs.li/Q025P_3-0</span><span class="invisible"></span></a></p><p>Interested in trying GeoBlazer Pro? Sign up at our website!<br><a href="https://hubs.li/Q025Q6fx0" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="">hubs.li/Q025Q6fx0</span><span class="invisible"></span></a></p><p><a href="https://dotnet.social/tags/layers" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>layers</span></a> <a href="https://dotnet.social/tags/ArcGIS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ArcGIS</span></a> <a href="https://dotnet.social/tags/widgets" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>widgets</span></a> <a href="https://dotnet.social/tags/maps" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>maps</span></a> <a href="https://dotnet.social/tags/GeoBlazor" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GeoBlazor</span></a> <a href="https://dotnet.social/tags/dotnet" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dotnet</span></a> <a href="https://dotnet.social/tags/blazor" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>blazor</span></a></p>
Tim :dotnet: :csharp: :blazor:<p>Just submitted a <a href="https://dotnet.social/tags/GeoBlazor" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GeoBlazor</span></a> proposal for Visual Studio Live Chicago/HQ! 🤞 <a href="https://dotnet.social/tags/dotnet" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dotnet</span></a> <a href="https://dotnet.social/tags/blazor" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>blazor</span></a> <a href="https://dotnet.social/tags/ArcGIS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ArcGIS</span></a> <a href="https://dotnet.social/tags/GIS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GIS</span></a></p><p><a href="https://sessionize.com/vslive_chiacgo_microsofthq_2024/" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="ellipsis">sessionize.com/vslive_chiacgo_</span><span class="invisible">microsofthq_2024/</span></a></p>