Retrieve logs from Application Insights programmatically with .NET Core (C#)
Learn how to programmatically retrieve logs from Azure Application Insights using .NET Core and C# with step-by-step instructions.
Learn how to programmatically retrieve logs from Azure Application Insights using .NET Core and C# with step-by-step instructions.
A beginner's guide to using Git and GitHub for code version control, based on a Python Frederick presentation.
A programmer's enthusiastic foreword for a book on using BPF and XDP for advanced Linux observability, tracing, and networking.
Identifies and explains five common JavaScript coding anti-patterns, such as implicit type conversion, with actionable fixes to improve code quality.
A tutorial on implementing authentication in client-side Blazor using WebAPI and ASP.NET Core Identity, including setup and configuration.
A guide to creating the content and slides for a tech talk, focusing on top-down and bottom-up approaches to building a presentation.
A tutorial explaining how to create and use Python decorators that accept arguments, with code examples.
A comparison of state management techniques in Flutter, including setState, BLoC, ValueNotifier, and Provider, demonstrated through an authentication flow example.
A technical guide comparing Python methods for efficiently loading and transforming large, messy datasets into a PostgreSQL database.
A software architect explains the importance of cloud computing for career growth, using analogies to describe its services and benefits.
A developer shares their experience migrating their business website to Gatsby.js, highlighting its benefits for performance and development.
Explores CSS Grid auto-placement, explicit item positioning, and the use of grid-template-areas for layout control.
SourceHut introduces code annotations, allowing developers to add markdown and links to source code via CI-generated JSON files.
A sysadmin's journey from skepticism to embracing Hyper-Converged Infrastructure (HCI) with VMware vSAN on Dell Ready Nodes, focusing on scaling and deployment.
A developer's appreciation for XState, a JavaScript library for statecharts, highlighting its benefits for managing complex UI state.
A talk and article showcasing surprising and advanced features of the IPython interactive Python shell.
Explains web caching concepts, benefits, and common issues like race conditions, with Python examples and mentions of Memcached/Redis.
A guide to setting up a Visual Studio Code remote development container for Azure Blockchain and Ethereum smart contract development.
A guide to creating a VS Code Remote Container development environment for Azure and Ansible projects.
A guide on effective software testing: write tests, avoid 100% coverage, and focus on integration tests for confidence.