IPFS Support in Brave Over the past several months, the Brave team has been working with Protocol Labs on adding InterPlanetary File System (IPFS) support in Brave. This is the first deep integration of its kind and we’re very proud to outline how it works in this post.
How to Copy All the Resources from a Resource Group in #shorts In this video, Frank reply to a question about how to copy all the resources from a resource group. ☁️Subscribe: http://bit.ly/2jx3uKXUSEFUL LINKS:----------...
Entity Framework Core 6: What Developers Want -- Visual Studio Magazine Microsoft outlined its plan for Entity Framework Core 6, which in November will take its place as the data access component of the landmark .NET 6, a long-term support (LTS) release that will mark Microsoft's transition from the Windows-only .NET Framewor...
User power, not power users: htop and its design philosophy - hisham.hm Personal webpage of Hisham Muhammad, developer of htop, LuaRocks and GoboLinux.
Release 1.0.0-preview8 · microsoft/reverse-proxy This release supports .NET Core 3.1 and .NET 5.0. See Getting Started. The Microsoft.ReverseProxy package is available on NuGet.org. Major changes and features: We started publishing a preview of ...
github/dmca Repository with text of DMCA takedown notices as received. GitHub does not endorse or adopt any assertion contained in the following notices. Users identified in the notices are presumed innocent u...
benaadams/Ben.Http Low level ASP.NET Core example Web server. Contribute to benaadams/Ben.Http development by creating an account on GitHub.
Intel Problems Intel is in much more danger than its profits suggest; the problems are a long time in the making, and the solution is to split up the company.
Solved: .NET 5 “SEC_ERROR_INADEQUATE_KEY_USAGE” in Firefox Ran across an issue I had to fix where a .NET 5 application, which happened to be running in a Docker container (this ended up being irrelevant), couldn’t start up in Firefox due to a certificate error, even though I’d accepted the .NET certificate at the...
Working with Azure Storage Blobs with a Java Azure Function | Developer Support Bryan Soltis shows how to create a simple Java Azure Function to work with Azure Storage files. If you’ve spent much time around me, you know that I’m a huge fan of Azure Functions. Being able to code stand-alone, serverless functions to handle tasks is a...
Amazon: NOT OK - why we had to change Elastic licensing We've had a few questions about our recent license change to Elasticsearch and Kibana.
Google Job Interview - Barak Obama http://www.youtube.com/BizzyMicBizness02Eric Schmidt asked "the most efficient way to sort a million 32-bit integers"Obama replied "the bubble sort would b...
Engineering, Product, and Design - Heap Heap automates business decisions for companies like Liberty Mutual, Palantir, Twilio, McKinsey, and IBM.
Anatomy of a CNC Router During quarantine I designed and built my own CNC router from scratch. This is everything you need to know if you want to do the same.
Why did I lose 3D display mode when I upgraded to the next version of Windows 10? | The Old New Thing A customer was using the 3D display mode feature, which can be selected from the Display settings: Display Display resolution 1920 × 1080 (Recommended) ⌵ Display orientation Landscape ⌵ 3D display mode On ⇐ They found that after an update of W...
Happy New Year! Book Giveaway Migrating to ASP.NET Core A programming blog for software developers that need help with .NET, Azure, DevOps, C# and more.
FAQ on 2021 License Change | Elastic We are changing the Apache 2.0-licensed source code of Elasticsearch and Kibana to be dual licensed under SSPL 1.0 and the Elastic License, giving users the choice of which license to apply. Our default distribution will continue to be under the Elastic L...
React vs Vue - Which Frontend Framework to Learn in 2021? React and Vue are both great, but which frontend framework should you learn in 2021?00:00 - Intro00:50 - Overview of React and Vue02:15 - The Learning Curve0...
License Change Clarification We've had a few questions about our recent license change to Elasticsearch and Kibana.
Better moving quantile estimations using the partitioning heaps Improvements of the Hardle-Steiger method that allows estimating moving quantiles using linear interpolation
Release Week 2 of the year 2021 · AdrienTorris/awesome-blazor Event: "Meet the Blazor team" (January 12, 2020). ASP.NET Community Standup: Meet the Blazor team. Meet the people behind the code! Join us for a fun livestream with members of the Blazor team. 1...
Be Careful With ZipArchive Today I had an ordinary assignment. Generate an in memory .zip archive with one text file inside and send it to a web api. With C# this is straight-forward. Here is my oversimplified first attempt:
Enabling prerendering for Blazor WebAssembly apps In this post I describe how to host a Blazor WebAssembly app in an ASP.NET Core app and how to enable WebAssembly prerendering
Massive Nitro data breach impacts Microsoft, Google, Apple, more A massive data breach suffered by the Nitro PDF service impacts many well-known organizations, including Google, Apple, Microsoft, Chase, and Citibank.
Unit Testing in .NET - The Complete Guide We all know that the most important criteria for choosing an application is its quality. One of the essential methods for improving application quality is writing a full set of unit tests. Comprehensive testing is even more crucial if you are starting a n...
ASP.NET - A last look back at 2013, looking ahead to 2014 There's something about getting into a new year that makes us step back and consider the bigger picture. Where is it all headed? Am I making the most out of my life? What web tools and products has …
The Embedded YouTube Player Told Me What You Were Watching (and more) xdavidhu's bug bounty writeups.
Free book on React React is one of the most used so-called SPA (Single page application) frameworks right now, if not the biggest one with 162k stars https://github.com/facebook/react Knowing React is clearly advantages when looking for your first job. I've made my Rea...
Parametrised test primitive obsession code smell Watch out for this code smell with some unit testing frameworks.
Fun with conversion-operator name lookup As of this writing (but perhaps not for very much longer!) the four mainstream compilers on Godbolt Compiler Explorer give four different answers for this simple C++ program:
Deskreen "It all started with me wanting to use my iPad as a second screen for my Macbook. But I found that it is already outdated to use a MacOS built in feature called 'Sidecar' and I have to buy a new iPad. I also have a Windows PC and sometimes I needed to use...
MSIX Labs for Developers are now available! We are happy to announce the public availability of MSIX Labs for developers. MSIX Labs for Developers is a hands-on labs experience to help developers learn how to modernize their desktop apps by taking advantage of MSIX. These labs have been carefully...
sebastienros/parlot Fast and lightweight parser creation tools. Contribute to sebastienros/parlot development by creating an account on GitHub.
How Blazor Performs Against Other Frameworks We’ll compare performance of Blazor Server, Blazor WebAssembly and ASP.NET Core MVC, looking at network, number of HTTP requests and total load time.
Introducing Textrude - using Scriban to generate code from data If you’ve been a developer for a while you’ve probably used some form of code-generation technology. Maybe you needed to create some API…
Tech Companies Are Profiling Us From Before Birth Children today are the very first generation of citizens to be datafied from before birth. The social and political consequences of this historical transformation have yet to be seen.
The Plan for Entity Framework Core 6.0 | .NET Blog This blog post details the plan for the next version of Entity Framework Core, EF Core 6.0. EF6 parity, performance improvements and more!
Download Files with ASP.NET Core Web API and Angular - Code Maze In this article, we are going to extend file handling operations by adding an action to download files, using ASP.NET Web API and Angular.
micah5/ace-attorney-reddit-bot Reddit bot that turns comment chains into ace attorney scenes. - micah5/ace-attorney-reddit-bot
I Think North and South Dakota Are Already At Herd Immunity So, let's start the discussion with a graph, and then I'll explain what it means and where it came from:
Gustin.blog - Two brothers trying to answer their own biggest questions Three Reasons I'm Starting a Personal Blog in 2020
Consistency before quality Do anything consistently for a long time (meaning multiple years), and you’ll be good at it.
Are We Really Engineers? • Hillel Wayne I sat in front of Mat, idly chatting about tech and cuisine. Before now, I had known him mostly for his cooking pictures on Twitter, the kind that made me envious of suburbanites and their 75,000 BTU woks. But now he was the test subject for my new projec...
A solution for social media? Sometimes I find it quite interesting to read through articles that I wrote three or four years ago, back then still on the platform Medium. Some time ago I deleted them on Medium and published them on my blog in a “Medium Archive”.
How to gather consensus before a big decision - Jacob Kaplan-Moss The next time you have an important proposal to make, don’t wait until the big meeting to ask for support. Here’s how to gather feedback and build consensus beforehand, so you can make that big meeting into a non-event.
Reintegration tracking In this blog post I’ll explain this advection algorithm and how to use it to make advanced fluid simulations like the ones I made, including Paint streams and Everflow. Before starting, I should give a big thanks to my friend Wyatt for giving useful sugge...
Be Carefull With ZipArchive Today I had an ordinary assignment. Generate an in memory .zip archive with one text file inside and send it to a web api. With C# this is straight-forward. Here is my oversimplified first attempt:
My traitorous move to Windows I still have my Mac. Three of them in fact. And, of course, my iPhone. Why would I ever get rid of it? That’s just crazy talk.
Environment variables, config, secrets, and globals | Henrique Vicente Server-side applications are heavily relying on environment variables for holding configuration data, and even credentials like token and password. Is this a good idea?
The worrying trend of game technology centralization Epic Games acquired RAD Game Tools recently, which is another event in the worrying trend of an increasingly centralized game industry.