“Watch this INCREDIBLE video of @jensimmons talking about Intrinsic Web Design” and other tweeted links…
Watch this INCREDIBLE video of @jensimmons talking about Intrinsic Web Design at @aneventapart https://vimeo.com/316326187 if you’re interested in CSS Grid and the new era of web layout. Every time I think I know a lot about Grid, I always learn more from Jen!
Inline SVG… Cached https://css-tricks.com/inline-svg-cached/?utm_source=dlvr.it&utm_medium=twitter via @chriscoyier
Here’s your first look at Disney+ https://www.theverge.com/2019/4/11/18306809/disney-plus-streaming-service-price-launch-date-first-look-shows-movies-marvel-star-wars?utm_campaign=theverge&utm_content=chorus&utm_medium=social&utm_source=twitter https://twitter.com/verge/status/1116476086509015040/photo/1
This is incredibly well done and a great example of how scrollytelling in data visualization and 3d help reduce cognitive leaks and aid our understanding:
https://www.nytimes.com/interactive/2019/04/17/world/europe/notre-dame-cathedral-fire-spread.html
Mathematica version 12 launches today! (And It’s a Big Jump for Wolfram Language and Mathematica) https://writings.stephenwolfram.com/2019/04/version-12-launches-today-big-jump-for-wolfram-language-and-mathematica/
Microsoft reveals all the Google things it removed in its Chromium Edge browser - The Verge https://www.theverge.com/2019/4/8/18300772/microsoft-google-services-removed-changed-chromium-edge-browser
If you only use arrays, you’re missing a trick http://depot.ly/Btd930okRSA #JavaScript
A 2019 update to the Front-End Developer Handbook: https://frontendmasters.com/books/front-end-handbook/2019/
Understanding Prototypes in JavaScript by @dottedSquirrel https://itnext.io/understanding-prototypes-in-javascript-e466244da086?gi=ff86e72efb6c
#UX/UI that caught my eye: the @RobertsSpaceInd roadmap experience
https://robertsspaceindustries.com/roadmap/board/1-Star-Citizen
=> @megafunkmega @denisejacobs @EngstromJess @danielleps0 https://twitter.com/BryanWilhite/status/1115446565668151296/photo/1
@danielleps0 @RobertsSpaceInd @megafunkmega @denisejacobs @EngstromJess When you have any examples of engaging and effective ways we can interact with ‘large’ sets of data, do let me know😇 I am not aware that such an interactive experience is a “solved problem.”
@BryanWilhite @RobertsSpaceInd @megafunkmega @denisejacobs @EngstromJess Let’s make a pact... 🤓 This is something we talk about at work a lot. I feel like it was largely abandoned after an initial burst of activity.
@danielleps0 In the place of innocence, there will be data.😇
Diagraming With Mermaid by @jquintus https://quintussential.com/archive/2017/12/10/Diagraming-with-Mermaid/ https://twitter.com/BryanWilhite/status/1117864777961725958/photo/1
RESTful rendering pipeline for generating sequence and UML diagrams using Mermaid to embed in Github readmes, Markdown docs and more! Mermrender uses Mermaid.JS and Mermaid CLI under the hood.
https://github.com/Schachte/Mermrender https://twitter.com/BryanWilhite/status/1117864779358453760/photo/1
Ah, use any
to make Jasmine spy on private methods?
spyOn
https://stackoverflow.com/questions/8475564/using-jasmines-spyon-upon-a-private-method/48734437#48734437 https://twitter.com/BryanWilhite/status/1114679784880070656/photo/1
CSS: i thought text with no spaces could not wrap🧐
https://stackoverflow.com/questions/3247358/how-do-i-wrap-text-with-no-whitespace-inside-a-td https://twitter.com/BryanWilhite/status/1115057795961745409/photo/1
Theming Angular with CSS Variables by @amcdnl https://link.medium.com/jVxBAOH0XV
Angular: writing configurable modules by @MicheleStieven https://link.medium.com/giKYS8rTEV
Configure Angular Modules with ForRoot() and ForChild() https://www.freelancermap.com/freelancer-tips/12255-forroot-forchild-angular
Angular CLI: Add Sitemap.xml and Robots.txt File https://www.thecodecampus.de/blog/angular-cli-sitemap-robots-txt/
What to Expect in Angular 8 by GrapeCity Developer Solutions https://link.medium.com/8JVVs2l4BV
okay: looks like a web framework will be standardized: are templates and slots even more minimalist than @vuejs?
http://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_templates_and_slots
http://caniuse.com/#feat=template https://twitter.com/BryanWilhite/status/1118621982038183936/photo/1
ASP.NET Core 3.0 has had a+30% performance improvement in in the last 2 months alone!
Compared to 2.2:
+42% in throughput and -92% reduction in memory usage!
Always improving #aspnetcore #dotnet #dotnetcore https://twitter.com/ben_a_adams/status/1115929774147477505/photo/1
West Wind Album Viewer http://asp.net/ Core Sample
This is a sample http://asp.net/ Core application that demonstrates basic features of http://asp.net/ Core in an API backend application with an Angular frontend. @RickStrahl
https://github.com/RickStrahl/AlbumViewerVNext https://twitter.com/BryanWilhite/status/1116392620689772544/photo/1
A data templating language for app and tool developers http://jsonnet.org/ https://twitter.com/BryanWilhite/status/1118551835940229120/photo/1
The stack overflow developer survey results for 2019 are out and .NET Core is at the top of most loved frameworks! https://insights.stackoverflow.com/survey/2019#technology-_-most-loved-dreaded-and-wanted-other-frameworks-libraries-and-tools #dotnetcore https://twitter.com/davidfowl/status/1115652282710814723/photo/1
I love being able to see my git stash stack in VS. #VisualStudio https://twitter.com/davidfowl/status/1118022818388570112/photo/1
What are eight different ways you can cause a memory leak in #dotnet? Surprisingly, @MichaelShpilt didn't list the most obvious one: pairing with me. https://michaelscodingspot.com/ways-to-cause-memory-leaks-in-dotnet/
Talk - Exploring .NET memory management - a trip down memory lane - CodeStock 2019 - Knoxvilla, TN - USA http://dlvr.it/R2y0j7 https://twitter.com/PaulomorgadoN/status/1118279925901869058/photo/1
Check out bunch of the little great things about Visual Studio 2019 in my newest blog post
#VS2019 https://devblogs.microsoft.com/visualstudio/little-great-things-about-visual-studio-2019/
Debug .NET Core in Docker using Visual Studio Code By @garfbradaz #dotnetcore #aspnetcore #visualstudio #vscode #docker https://garfbradaz.github.io/blog/2018/12/13/debug-dotnet-core-in-docker.html
Using the new Basic Process in Azure DevOps | The DevOps Lab http://bit.ly/2G2nOyf #TechNews
This is a great #dataviz - It provides an easy view that summarizes the breadth and impact of #NipseyHussle.
...but of course I have feedback: specifically about the use of color and ways to organize the outer ring of dates 🤓 #usabilitydisease https://twitter.com/semmiw/status/1116326895417737216
My latest #dataviz story looks at how much #NipseyHussle gave back. As an entrepreneur & investor he generated an estimated $210,413,500 and hired/impacted at least 40,000 individuals (not related to music), get the full story here: http://bit.ly/2X6dUCN #RIPNipsey https://twitter.com/semmiw/status/1116326895417737216/photo/1
Top 15 Visual Studio Code Extensions in 2019 http://www.telerik.com/blogs/top-15-visual-studio-code-extensions-in-2019
Why I Switched From Visual Studio Code to JetBrains WebStorm by @mokkapps
https://www.mokkapps.de/blog/why-i-switched-from-vscode-to-webstorm/ https://twitter.com/BryanWilhite/status/1117866985759498240/photo/1
Please be more careful when interpreting the SO Developer Survey
https://meta.stackoverflow.com/questions/382731/please-be-more-careful-when-interpreting-the-so-developer-survey https://twitter.com/BryanWilhite/status/1117867410474713088/photo/1
How Skype modernized its backend infrastructure using #Azure #CosmosDB – Part 1 https://azure.microsoft.com/en-us/blog/how-skype-modernized-its-backend-infrastructure-using-azure-cosmos-db-part-1/
Microsoft’s new 50-person group video chat feature for Skype exits beta http://twib.in/l/6Mq8yqpGG78E https://twitter.com/BonFireITLTD/status/1114328258152153088/photo/1
份 paper 好長, 又火星文完全唔明 just checked, jdk8 is using Karatsuba’s method.
How CPUs do it ?
// Mathematicians Discover the Perfect Way to Multiply https://www.quantamagazine.org/mathematicians-discover-the-perfect-way-to-multiply-20190411/ David Harvey, Joris Van Der Hoeven. Integer multiplication in time O(n log n). 2019. hal-02070778
1089 and All That - A Journey into Mathematics https://www.amazon.com/1089-All-That-Journey-Mathematics/dp/0198516231?SubscriptionId=1SW6D7X6ZXXR92KVX0G2&tag=thekintespacec00&linkCode=xm2&camp=2025&creative=165953&creativeASIN=0198516231 https://twitter.com/BryanWilhite/status/1117253541163220992/photo/1
A learning culture requires respect for one another, creating an inclusive atmosphere. Inclusive behaviors make room for new ideas. Inclusion attracts talent. It attracts diverse talent. Diverse talent acts as a regression test for inclusion.
The ISS Is a Cesspool of Bacteria and Fungi, Study Finds https://science.slashdot.org/story/19/04/09/0650255/the-iss-is-a-cesspool-of-bacteria-and-fungi-study-finds?utm_source=rss1.0mainlinkanon&utm_medium=feed
Pro tip I learned from my first stint at a huge tech company: when interviewing for a team with less than 50% women, ask if you can talk to a woman who recently left. If they cannot provide you with any contacts, back away slowly.
1969: Margaret Hamilton alongside the code that got us to the moon 2019: Katie Bouman alongside the data that got us to the black hole https://twitter.com/bendhalpern/status/1116071099584974849/photo/1
Given the decline of manufacturing & STEM funding, this isn't a surprise. If you want a STEM career, you'll likely need to leave Australia. Many of us left because we couldn't find work, and now many can't return unless they want to be unemployed. https://www.smh.com.au/business/workplace/glut-in-demand-for-science-graduates-challenges-stem-hype-20190327-p517zj.html
should have caught this one, really🤔
@Qualcomm https://twitter.com/BryanWilhite/status/1118644617673490432/photo/1