Skip to content

Instantly share code, notes, and snippets.

View lassebenni's full-sized avatar

Lasse Benninga lassebenni

View GitHub Profile
@lassebenni
lassebenni / week_15__data_ci_cd_deploy_code_explainer.html
Created August 28, 2026 17:51
Code Explainer: Week 15 data-ci-cd deploy jobs
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Code Explainer: data-ci-cd deploy jobs</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
background: #0d1117;
@lassebenni
lassebenni / week_15__ingest_package_code_explainer.html
Created August 28, 2026 17:51
Code Explainer: Week 15 ingestion Python package
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Code Explainer: Ingestion Python package</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
background: #0d1117;
@lassebenni
lassebenni / week_15__read_files_code_explainer.html
Created August 28, 2026 17:50
Code Explainer: read_files and schemaHints (Week 15)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Code Explainer: read_files and schemaHints</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
background: #0d1117;
@lassebenni
lassebenni / week_15__ingest_mode_visual.html
Last active August 27, 2026 07:43
Visual: Week 15 ingest Mode 1 vs Mode 2
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Visual: Ingest Mode 1 vs Mode 2</title>
<style>
body {
background-color: #1a1a1a;
color: #f0f0f0;
@lassebenni
lassebenni / week_15__aca_start_wait_code_explainer.html
Created August 17, 2026 07:58
Code Explainer: Week 15 ACA start and wait
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Code Explainer: ACA start and wait</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
background: #0d1117;
@lassebenni
lassebenni / week_15__publish_swap_code_explainer.html
Created August 17, 2026 07:58
Code Explainer: Week 15 publish staging swap
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Code Explainer: publish staging swap</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
background: #0d1117;
@lassebenni
lassebenni / week_15__staging_table_swap_visual.html
Created August 17, 2026 07:58
Visual: Week 15 staging table swap
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Visual: Staging table swap</title>
<style>
body {
background-color: #1a1a1a;
color: #f0f0f0;
@lassebenni
lassebenni / week_14__deploy_pipeline_visual.html
Created August 2, 2026 22:22
Visual for: What happens when you deploy (Week 14 Bicep pipeline)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Visual: What happens when you deploy</title>
<style>
body {
margin: 0;
padding: 24px;
@lassebenni
lassebenni / week_14__az_imperative_rerun_terminal.html
Created August 2, 2026 21:19
Terminal Tutorial: re-running an imperative az create
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terminal Tutorial: re-running an imperative az create</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
background: #1a1a2e;
@lassebenni
lassebenni / week_14__scope_hierarchy_visual.html
Created August 2, 2026 20:27
Visual for: Every command needs a scope (Week 14 Azure hierarchy)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Visual: Every command needs a scope</title>
<style>
body {
margin: 0;
padding: 24px;