The Need-to-know security principle
Explains the 'Need-to-know' security principle for SQL Server and Azure SQL, detailing access control methods and implementation scenarios.
Explains the 'Need-to-know' security principle for SQL Server and Azure SQL, detailing access control methods and implementation scenarios.
A technical guide on enabling and configuring Microsoft Defender Application Guard for Office to protect against malicious files.
Explains the Principle of Least Privilege (POLP) for security in SQL Server, covering user permissions, service accounts, and attack surface reduction.
An introduction to core security principles like Separation of Duties for designing and assessing secure database systems.
A guide to five useful React techniques: spreading props, destructuring, render functions, JSX props, and custom hooks to write cleaner code.
A beginner's guide to the Ballerina programming language, covering installation, CLI usage, and creating your first project.
A beginner's guide to Go (Golang) covering installation, syntax basics, package management, and writing your first program.
A beginner's guide to Rust programming covering installation, syntax, package management, and writing your first program.
Guide to implementing Jakarta Security (formerly Java EE Security) with Soteria and Exousia on Apache Tomcat 10, covering dependencies and configuration.
A beginner's guide to Velocity Template Language (VTL) covering variables, directives, loops, and conditionals for dynamic content generation.
Explains how to use Kafka Connect's ReplaceField Single Message Transform to include, exclude, or rename fields in data streams.
Explains how to use the Flatten Single Message Transform (SMT) in Kafka Connect to convert nested JSON data into a flat structure for database insertion.
A guide to using CSS Houdini's Paint API and worklets for custom, programmatic styling across browsers.
Fixing Windows 10 microphone echo by disabling the 'Listen to this device' setting in Sound Control Panel.
Explores six lesser-known JavaScript object types: Maps, Sets, Symbols, Generators, Reflect, and Proxy, with usage examples.
A software developer shares insights from giving 125+ tech talks, focusing on planning, topic selection, and setting clear presentation goals.
A quick tip on using a Google CDN to easily retrieve and display the favicon for any website URL without manual crawling.
A guide on embedding custom HTML and CSS within gt tables in R for enhanced table styling and formatting in R Markdown and Shiny.
Explains how to use C# 9 record types to create strongly-typed IDs for entities, preventing common bugs caused by mixing up integer IDs.
A programmer writes an interpreter for a subset of BASIC to run the original 1978 Oregon Trail game within R, discussing code translation challenges.