Day One of #PSHSummit 2018 - Bright-Eyed and Bushy-Tailed
A personal recap of the first day at the PowerShell + DevOps Global Summit 2018, covering keynotes and technical sessions.
A personal recap of the first day at the PowerShell + DevOps Global Summit 2018, covering keynotes and technical sessions.
An analysis of AWS Secrets Manager, focusing on its secret rotation capabilities and comparing it to SSM Parameter Store.
Fedora Scientific 28 Beta release announcement, noting some packages are now installable via dnf despite initial exclusions.
Explains the removal of sun.misc.Unsafe.defineClass in JDK 11 and the new, more secure class definition API using MethodHandles.Lookup.
Explores word morphing using word2vec embeddings and A* search to find semantic paths between words, like 'tooth' to 'light'.
A comprehensive overview of policy gradient algorithms in reinforcement learning, covering key concepts, notations, and various methods.
Explains how routing works in Blazor, covering route templates, parameters, constraints, and navigation methods for building multi-page apps.
A deep dive into SQL Server Columnstore Index wait types, explaining their groups and providing setup for analysis.
A technical guide on how to use C#'s await keyword to interoperate with JavaScript Promises within a Blazor application.
Guide to disabling outdated TLS protocols and ciphers in Azure API Management using ARM templates for improved security.
A data visualization tutorial using Flourish to create an animated 'horserace' chart tracking NBA team win percentages.
Advice on how to honestly answer the 'bad experience' question in a tech job interview, using a real-world example.
An exploration of the ECMA-335 standard, the technical specification for the .NET Common Language Infrastructure (CLI), covering its purpose and contents.
A guide on using the dotnet-addcasa global tool to automatically add Code Analysis and StyleCop checks to .NET Core projects.
A guide to writing unit tests for AWS Chalice applications using local mode and pytest.
A tutorial on building an ASP.NET Core Echo Server and creating an optimized Docker image using multi-stage builds.
An engineering manager shares their personal Manager README, outlining their philosophies on team leadership, feedback, and software development processes.
Explains how to use JavaScript Interop in Blazor to call JavaScript from C# and C# from JavaScript, enabling DOM manipulation.
A JavaScript tutorial on refactoring a calculator app using best practices like early returns and pure functions.
A guide on using the BurntToast PowerShell module to create custom Windows toast notifications with personalized audio files.