Why services companies have failed to build successful products | DEEP/TEST Every services company website has at least one product listed that claims to be a world changing product. Nothing wrong with the vision or intent. Just
Top 10 Free New Testing Tools for Visual Studio 2019 -- Visual Studio Magazine Testing can be problematic for devs who just want to code and leave the testing to specialists, but many have to DIY. These tools help with that.
How to optimize ORDER BY RANDOM() A walkthrough on how to make the seemingly unoptimizable ORDER BY RANDOM() really fast and efficient.
What I Learned by Relearning HTML I’ve worked on websites for several years, both professionally and for side projects. One day, I reflected on the fact that all of my web development education had come from actually making websites. In most cases, I’d have a specific problem, Google how ...
Understanding Extended-Nonce Constructions How and why XSalsa20/XChaCha were designed, and why they’re secure.
Microsoft Build Join us for the Microsoft Build 2-day, digital event to expand your skillset, find technical solutions, and innovate for the challenges of tomorrow.
Where did the notion of "one return only" come from? I often talk to programmers who say "Don't put multiple return statements in the same method." When I ask them to tell me the reasons why, all I get is "The coding standard says so." or "It's conf...
ASP.NET Core 6 and Authentication Servers | ASP.NET Blog In .NET 3.0 we began shipping IdentityServer4 as part of our template to support the issuing of JWT tokens for SPA and Blazor applications. Sometime after we shipped, the IdentityServer team made an announcement changing the license for future versions of...
Facebook threatens to make iOS users pay. Please do it, Mr. Zuckerberg | ZDNet Mark Zuckerberg's company is using fascinating scare tactics to get users to tolerate tracking.
Hello World | Channel 9 Hello World is a 30 minutes daily show on LearnTV. Hello World is made up of special guests, content challenges, upcoming events, and daily updates from Microsoft-related news. Come for a specific seg
"to our surprise" - Google Scholar LY Victor, FJ Kroboth, J Shonnard, A Brown… - The American journal of …, 1982 - Elsevier
Generating Synthetic Data Using a Variational Autoencoder with PyTorch -- Visual Studio Magazine Generating synthetic data is useful when you have imbalanced training data for a particular class, for example, generating synthetic females in a dataset of employees that has many males but few females.
google/zx A tool for writing better scripts. Contribute to google/zx development by creating an account on GitHub.
Mukosame/Anime2Sketch A sketch extractor for anime/illustration. Contribute to Mukosame/Anime2Sketch development by creating an account on GitHub.
Announcing the Global Maintainer Summit - The GitHub Blog Join us for the Global Maintainer Summit, a time for open source maintainers to gather together and share their hard-won knowledge with peers.
Searching the web for < $1000 / month | Search more with less This blog post pairs best with our common-crawl demo and a glass of vin de Loire.
Amazon Fake Reviews Scam Exposed in Data Breach The SafetyDetectives cybersecurity team uncovered an open ElasticSearch database exposing an organized fake reviews scam affecting Amazon. The server contained
Secretless Apps with Azure and Microsoft Identity by Christos Matskas (2021-06-10) Special Guest Christos Matskas, Sr. PM at Microsoft, will be presenting Secretless Apps with Azure and Microsoft Identity.This session is run by the the Clou...
A subtle way your await_suspend can access the coroutine frame when it shouldn't | The Old New Thing As we learned in the very start of the series on coroutines, the await_suspend method cannot access the coroutine frame once it arranges for the coroutine to resume because that creates a race condition where the coroutine might already be resumed and pos...
Modeling and Partitioning in Cosmos DB (2021-05-20) Mark Brown, Principal Program Manager Azure Cosmos DB, will be presenting on Modeling and Partitioning in Cosmos DB. A great introduction to using a distrib...
A simpler and safer future — without passwords On World Password Day, we’re providing a sneak peek at a future in which, one day, you won’t need a password at all.
Kenney • Assets We've created over 40,000 images, audio files and 3D models for you to use in your projects. Thanks to our public domain license you're even allowed to use them in commercial projects!
Code Maze Weekly #76 - Code Maze Issue #76 of the Code Maze weekly. Check out what’s new this week and enjoy the read. .NET and C# Adding CAPTCHA on form posts with ASP.NET Core [blog.elmah.io] The necessary evil – CAPTCHA challenges. We don’t like to implement them, and we don’t like to...
Gopas TechEd 2021 (online) | tabs ↹ over ␣ ␣ ␣ spaces by Jiří {x2} Činčura 7 May 2021 1 mins Presentations & Speaking
pbatard/rufus The Reliable USB Formatting Utility. Contribute to pbatard/rufus development by creating an account on GitHub.
Hanselminutes with Scott Hanselman Hanselminutes is Fresh Air for Developers. A weekly commute-time podcast that promotes fresh technology and fresh voices. Talk and Tech for Developers, Life-long Learners, and Technologists.
Beyond Meat's Beyond Burger Life Cycle Assessment: A detailed comparison between a plant-based and an animal-based protein source Abstract:
AgileMapper v1.8 Released AgileMapper 1.8 is now on NuGet with refinements, fixes, and a new option for configuring data sources.
EF Core Jeremy Likness shows some of what's new in EF Core. He first shows off many-to-many relationships [07:30] and then reviews some of what's coming in EF Core 6 [26:30]. Jeremy will be speaking on EF Co
Constraints and declarative referential integrity - Simple Talk Database systems have powerful features built right in that can ensure the integrity of data. In this article, Joe Celko discusses keys and constraints.
Understand React Context API Learn how the Context API works in React and the best times to use it to avoid prop-drilling in your application.
Basic telemetry for the Audacity by crsib · Pull Request #835 · audacity/audacity This request provides the basic telemetry for Audacity. To implement the network layer libcurl is used to avoid issues with the built-in networking of the wxWidgets. Universal Google Analytics is u...
Working as a Program Manager After the last time I wrote about being a Program Manager, I realized I was ...
Add Package Scoring Proposal by JonDouglas · Pull Request #216 · dotnet/designs This proposal introduces a concept known as package scoring or net score for short. This is a pagerank-like score that depends on qualities of the whole NuGet package & dependencies while accou...
Create a web API with ASP.NET Core - Learn Create a RESTful service with ASP.NET Core that supports Create, Read, Update, Delete (CRUD) operations.