.NET/C# newsletters to subscribe to - Keep up with the news
Get news about .NET, C#, ASP.NET Core, and much more directly in your inbox. With this list of the ultimate newsletters you will never miss important news.
Apple Plans to Announce Move to Its Own Mac Chips at WWDC
Apple Inc. is preparing to announce a shift to its own main processors in Mac computers, replacing chips from Intel Corp., as early as this month at its annual developer conference, according to people familiar with the plans.
アカウント情報流出通知サービス「Have I been pwned?」、通知メール内のテキストが原因でSQLインジェクション脆弱性を意図せず突く | スラド オープンソース
headless曰く、アカウント情報流出通知サービスHave I been pwned?(HIBP)からの通知メールがIT資産管理ツールGLPIのSQLインジェクション脆弱性を意図せず突き、GLPIを使用している企業のヘルプデスクに登録されていたサポートチケットをすべて上書きするトラブルが発生したそうだ(fyr.io、The Register)。問題の脆弱性C...
Azure AD B2X is here ! (yes B2X, not B2C or B2B) – Debugging and insights
Now that we are past the click-bait title (B2X), lets dig into Azure AD External Identities which was unveiled at MSBuild20. For me its the first time I see subset of features bridged from Azure AD…
Module Monday is a video series where I look at a different PowerShell module each Monday. This Monday, I'm showing off BurntToast. BurntToast is a module for showing notifications in Windows 10. We'll look at how to send basic notifications, show progress bars, buttons and even kick off PowerShell scripts from notifications. You can learn more about BurntToast here: https://github.com/Windos/BurntToast
The Ultimate Guide to Running Healthy Apps in the Cloud
Modern-day data centers are extremely complex and have many moving parts. VMs can restart or move, systems are upgraded, and file servers are scaled up and down. All these events are to be expected in a cloud environment. However, you can make your cloud application resilient to these events by following best practices. This document outlines 13 crucial steps that you can take to ensure that your app is cloud ready. By taking these steps, you will ensure that any events in the data center will have negligible effects on your app and that your app will be more resilient and future proof.
A New RegExp Engine in SpiderMonkey - Mozilla Hacks - the Web developer blog
Regular expressions – commonly known as RegExps – are a powerful and heavily used tool for manipulating strings in JavaScript. This post describes how we updated the RegExp engine in ...
CLOMOの本番環境をKubernetes化した話 - i3Systems Engineering blog
アイキューブドシステムズでCLOMOシステムの運用・監視をしているd-tasakiです。「CLOMOシステムを絶対に止めない!」を部署のミッションとして、システムの安定的な提供を日々心掛けております。 2019年8月末にそれまでの仮想マシンをベースとしたシステムから、コンテナーをベースとしたAzure Kubernetes Service (AKS)に乗り換えました。そのbefore/afterの話を今回は書きます。