Blazor Bites - Creating a New Project
A tutorial on setting up a development environment and creating a new project using Blazor, Microsoft's web framework.
A tutorial on setting up a development environment and creating a new project using Blazor, Microsoft's web framework.
A technical walkthrough of setting up a virtual lab using Veeam SureBackup for testing software updates in an isolated environment.
A review of Paul Graham's 'ANSI Common Lisp' book, comparing it to other Lisp resources and praising its clarity and conciseness.
A technical guide on setting up Debezium and Kafka Connect to stream real-time data changes from MySQL into Apache Kafka.
Argues for decentralized, open-source social platforms as the solution to privacy exploitation by centralized tech giants like Facebook and Google.
Guide on granting non-admin users read-only access to Service Endpoints in Visual Studio Team Services (VSTS) for secure deployments.
An introduction to Blazor, a .NET web framework that runs C# in the browser via WebAssembly, and why it's a game-changer for .NET developers.
A guide to creating view-models in MVVM applications that automatically handle UI thread dispatching, making them independent of specific dispatcher implementations.
A guide to writing unit tests in ASP.NET Core to automatically verify that security attributes like AuthorizeAttribute are applied to controllers and actions.
A guide to researching and understanding the internal workings of the .NET Runtime, from defining a topic to debugging the source code.
Discusses the proposal to lower p-value thresholds in statistical analysis, arguing it addresses symptoms not root causes of unreliable research.
Explores how polymorphic code impacts performance in React and similar frameworks, focusing on JavaScript engine optimization challenges.
A web developer addresses concerns about age in learning to code, sharing personal experience and advice for career changers.
Columnstore Indexes are now available on the Standard Tier of Azure SQL Database, enabling better compression and performance for data warehousing.
Explains the Gated Multimodal Unit (GMU), a deep learning architecture for intelligently fusing data from different sources like images and text.
Revisits the 'compressive images' technique for responsive web design, analyzing its modern relevance, performance trade-offs, and memory impact.
Explains how to use renderless components and scoped slots in Vue.js to create reusable UI logic with customizable presentation.
Introducing AstroImages.jl, a Julia package for visualizing astronomical images from FITS files.
A critique of common accessibility and usability failures in web tooltip implementations, with advice on better practices.
First part of a tutorial series on building a functional iPhone-style calculator using JavaScript, HTML, and CSS.