Day Two of #PSHSummit 2018 - Getting Smart
A daily recap of the PowerShell Summit 2018, covering sessions on mentorship, configuration management tools, and graph databases with Neo4j.
A daily recap of the PowerShell Summit 2018, covering sessions on mentorship, configuration management tools, and graph databases with Neo4j.
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.
Explains the removal of sun.misc.Unsafe.defineClass in JDK 11 and the new, more secure class definition API using MethodHandles.Lookup.
A comprehensive overview of policy gradient algorithms in reinforcement learning, covering key concepts, notations, and various methods.
A deep dive into SQL Server Columnstore Index wait types, explaining their groups and providing setup for analysis.
A data visualization tutorial using Flourish to create an animated 'horserace' chart tracking NBA team win percentages.
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.
A guide on using the BurntToast PowerShell module to create custom Windows toast notifications with personalized audio files.
A developer introduces an experimental R package for fitting linear mixed models to complex survey data, detailing its current capabilities and limitations.
An annotated, line-by-line implementation of the Transformer architecture from 'Attention is All You Need' in PyTorch.
A sysadmin's guide to navigating and mastering AWS documentation, including meta-docs, key services, and frequently updated pages.
A proposal for an Engineer's Bill of Rights and Responsibilities to empower engineers and define healthy team dynamics in tech.
A guide to creating a GitHub webhook using Azure Functions to prevent merging pull requests with unsquashed fixup commits.
Summary of a Perfmatters talk on improving mobile web performance at Etsy through techniques like lazy loading and CSS optimization.
A technical guide on configuring MongoDB replication and using Debezium to stream database changes into Apache Kafka.
A technical guide on cloning a Ubiquiti Unifi controller's MongoDB database to a separate server using mongodump and mongorestore.