“Recapping the Xamarin Developer Summit” and other tweeted links…
Recapping the Xamarin Developer Summit by Maddy Leger. #Xamarin #devconference https://devblogs.microsoft.com/xamarin/recapping-xamarin-developer-summit/?_lrsc=842e9325-e980-4870-a930-ef048f5b0323&utm_campaign=elevate&utm_source=twitter&utm_medium=social
Unicode's Website Redesign Makes It Easier to Suggest New #Emoji | WIRED https://www.wired.com/story/unicode-website-redesign/
Check out @drosenwasser's article "Announcing #TypeScript 3.6 Beta" https://devblogs.microsoft.com/typescript/announcing-typescript-3-6-beta/ https://twitter.com/NomadJS/status/1153364342643068929/photo/1
So I have this weird idea in my head that I need to "finish" learning #javascript before I can drive in to any frameworks. But like, are you ever really finished learning anything? At what point did you start using frameworks? What was your knowledge of JS prior? #CodeNewbie
@TheCodePixi Learn JavaScript (ES5) from Douglas Crockford as he will present this technology as a series of mistakes instead of intimidating you with false signals of perfection. Then learn bits of ES6 from everybody else.😇 The artform is making the call when it “clicks”—only you can do it.
JavaScript and TypeScript finite state machines and statecharts for the modern web.
http://github.com/davidkpiano/xstate https://twitter.com/BryanWilhite/status/1154629286248079360/photo/1
Recommended by @thurrott
Eloquent JavaScript by @marijnjh
http://eloquentjavascript.net/ https://twitter.com/BryanWilhite/status/1154462567680491520/photo/1
Conversational Forms (commercial product)
http://www.questionpro.com/forms/ https://twitter.com/BryanWilhite/status/1152360274264854529/photo/1
today, i have learned about Conversational UX, specifically Conversational forms
https://space10-community.github.io/conversational-form/landingpage/ https://twitter.com/BryanWilhite/status/1152360270703939589/photo/1
woah. there are five .NET-based static site generators?
http://staticgen.com/ https://twitter.com/BryanWilhite/status/1154636034556043264/photo/1
A List of Content Management Systems for JAMstack Sites
http://headlesscms.org/ https://twitter.com/BryanWilhite/status/1154633576115134470/photo/1
Generate API Docs for your C# Projects with Wyam https://www.youtube.com/watch?v=vuh1DsmaMfk
Top 10 Headless CMS's You Should Check Out (and what they are!) https://www.youtube.com/watch?v=hhX8nCnaNFM
Nodes* is a JavaScript-based 2D canvas for computational thinking. It's powered by the npm ecosystem and lives on the web. http://nodes.io/story/#intro https://twitter.com/BryanWilhite/status/1153747640095395843/photo/1
Azure Blob lifecycle management is now available in all Azure regions - Azure service updates https://azure.microsoft.com/en-us/updates/azure-blob-lifecycle-management-is-now-available-in-all-azure-regions/
Now available: Azure DevOps Server 2019 Update 1, Release Candidate 2 https://devblogs.microsoft.com/devops/now-available-azure-devops-server-2019-update-1-release-candidate-2/ #AzureDevOps #Code #IaC #DevOps #Developers via @AzureDevOps https://twitter.com/JamesvandenBerg/status/1153894023104520193/photo/1
Come work on http://mybinder.org/ they said, it'll be fun they said, you'll learn about kubernetes and running things at a global scale they said. I've learnt more than I ever though there was to know about packaging in Python, Julia and R 😂
the @azure folks cannot keep up with the @aspnet folks because ErrorCode = '0x80004005' : 80008096
tells me so => @DamianEdwards, @davidfowl
'dotnet .\[https://t.co/tD2bn3IZED.dll](https://t.co/tD2bn3IZED.dll)', ErrorCode = '0x80004005' : 80008096
``` [https://twitter.com/BryanWilhite/status/1153384920540073984/photo/1](https://twitter.com/BryanWilhite/status/1153384920540073984/photo/1)
</div>
<div class="tweet" data-status-id="1153386105229729800">
[<img alt="Bryan D. Wilhite [BryanWilhite]" src="https://songhay.blob.core.windows.net:443/shared-social-twitter/BryanWilhite.jpeg" />](http://songhayblog.azurewebsites.net/)
[@Azure](https://twitter.com/@Azure) [@aspnet](https://twitter.com/@aspnet) [@DamianEdwards](https://twitter.com/@DamianEdwards) [@davidfowl](https://twitter.com/@davidfowl) removing the version number from `Microsoft.AspNetCore.All` might be the “fix” (so it is not really a warning):
```xml
<PackageReference Include="Microsoft.AspNetCore.All" />
Cloud Design Patterns @Azure https://docs.microsoft.com/en-us/azure/architecture/patterns/ https://twitter.com/BryanWilhite/status/1154071919076864000/photo/1
Saga Pattern | How to implement business transactions using Microservices https://blog.couchbase.com/saga-pattern-implement-business-transactions-using-microservices-part/
.@etroll has shown me that @azure Files are meant for Container Instances https://www.youtube.com/watch?v=4DI8jd7WWIQ&feature=youtu.be&t=1390
Mount an Azure file share in Azure Container Instances https://docs.microsoft.com/en-us/azure/container-instances/container-instances-volume-azure-files https://twitter.com/BryanWilhite/status/1154584177582301185/photo/1
Consistent error responses in http://asp.net/ Core Web APIs by Matteo Contrini https://link.medium.com/D5VB4FJy7X
looks like @YouTube is geek-proofing itself: http://github.com/flagbug/YoutubeExtractor/issues/359 https://twitter.com/BryanWilhite/status/1152669733705043968/photo/1
#python tip: Make self-describing data by adding docstrings to named tuple attributes and to properties:
OMS_Burn = namedtuple('OMS_Burn', ('thrust', 'impulse'))
OMS_Burn.__doc__ = 'RCS MMH/N₂O₄'
OMS_Burn.thrust.__doc__ = 'kilonewtons'
OMS_Burn.impulse.__doc__ = 'milliseconds'
In episode two of Careers Behind the Code, Miguel de Icaza discusses his career building #OpenSource software, founding companies, and building communities.
Watch: http://msft.social/rJiAdZ https://twitter.com/VisualStudio/status/1152677814807793665/photo/1
Announcing Entity Framework Core 3.0 Preview 7 and Entity Framework 6.3 Preview 7 | .NET Blog #netcoe https://devblogs.microsoft.com/dotnet/announcing-entity-framework-core-3-0-preview-7-and-entity-framework-6-3-preview-7/
Migrating from WCF with Mark Rendle @DotNetRocksShow
http://www.dotnetrocks.com/?show=1644
this show finally explains to me the ‘real’ reason why WCF is still out there: support for (highly proprietary) distributed transactions
@markrendle also reveals the gRPC-Kubernetes connection https://twitter.com/BryanWilhite/status/1154071912424722433/photo/1
The U.S. Department of Defense on How to Detect ‘Agile BS’ https://thenewstack.io/the-u-s-department-of-defense-on-how-to-detect-agile-bs/
Netflix lost approximately 130,000 subscribers in the United States in Q2, and only gained 2.7 million global subscribers. One step closer to an ad-supported option? https://www.theverge.com/2019/7/17/20694711/netflix-friends-the-office-earnings-q2-2019-subscribers-disney-hbo-apple-amazon-stock-drop via @verge #streaming #netflix #video #advertising
Netflix may have a different reason than they stated for their subscriber miss: “When there’s just too much video streaming content to choose from, viewers turn to a trusty old friend: broadcast television.” https://www.marketwatch.com/story/why-too-much-content-could-be-hurting-netflixs-subscriber-numbers-2019-07-19
Microsoft pays $25 million to settle corruption charges https://www.houstonchronicle.com/business/technology/article/Microsoft-pays-25-million-to-settle-corruption-14113600.php?utm_campaign=CMS%20Sharing%20Tools%20(Premium)&utm_source=t.co&utm_medium=referral
Compiled list of 900+ companies that hire remotely:
https://docs.google.com/spreadsheets/d/1TLJSlNxCbwRNxy14Toe1PYwbCTY7h0CNHeer9J0VRzE/edit?usp=drivesdk https://twitter.com/joshbuchea/status/1152659632550060032
50 years ago (when I was 9) I followed every detail of #Apollo11 (I never learned to draw, but space inspired me into physics and beyond...) https://twitter.com/stephen_wolfram/status/1152673880412233730/photo/1