PowerBIPS + Service Principal
Guide on using a Service Principal for authentication with Power BI REST APIs and the PowerBIPS module, eliminating the need for a user account.
Guide on using a Service Principal for authentication with Power BI REST APIs and the PowerBIPS module, eliminating the need for a user account.
A tutorial on configuring a Quarkus application using application.properties and the Microprofile Config API for environment-specific settings.
A personal review of the Zachtronics book, exploring the developer's creative process and the intersection of programming games, curiosity, and multidisciplinary work.
Two tech talks on rate limiting strategies and building a serverless search engine for NuGet.org using Azure Functions and Azure Search.
A tutorial on deploying a Node.js GraphQL API with a Postgres database to Google Cloud Run, Google's serverless platform.
An open-source Flutter & Firebase project demonstrating a complete, production-ready authentication flow with multiple sign-in methods and state management.
Pure Storage's approach to cloud-native storage, focusing on pay-as-you-go pricing, elastic capacity, and API-driven management.
A developer's perspective on how service meshes could have solved challenges in early container and microservices platforms like dotCloud.
A review and tips for the OMSCS CS7646 Machine Learning for Trading course, covering the author's experience and key takeaways.
Explains the new arrow function syntax in PHP 7.4, detailing its concise syntax, use cases, and limitations compared to traditional closures.
An overview of dev.to's frontend architecture, covering its vanilla JS codebase and modern Preact components managed with webpacker.
A technical tutorial on using CASE statements in ksqlDB to pivot and aggregate event stream data, similar to SQL PIVOT operations.
Author announces a free online book explaining the fundamentals and utility of cryptocurrencies, moving beyond speculation.
A developer shares their journey of relearning Rust by building a QR code generator, discussing learning approaches and showcasing the resulting library.
Learn how to pass extra data to Django REST Framework serializers before saving to the database, similar to Django forms' commit=False pattern.
A delegate previews Cloud Field Day 5, focusing on VMware's AWS integration and the real-world practicality of VMware Cloud on AWS.
A tutorial on creating an animated bar chart race in R to visualize the changing population rankings of US cities from 1790 to 2010.
A technical guide for upgrading PHP to version 7.3 on macOS using Homebrew, including troubleshooting and extension management.
Introduction to Three.js NodeMaterial, a node-based system for creating custom shaders and effects in 3D web graphics.
A guide to creating cross-platform debugger extensions using ClrMDExports for both WinDbg and LLDB, enabling .NET debugging on Linux.