tutorial

15 posts in this category

Automate Custom PII Detection at Scale A Step-by-Step Guide with Amazon Macie and Step Functions

Automate Custom PII Detection at Scale A Step-by-Step Guide with Amazon Macie and Step Functions

2026-09-08

Learn how to build an event-driven pipeline that automatically detects standard and custom PII in S3 files using Amazon Macie, Step Functions, and EventBridge, complete with compliance reports and real-time alerts.

Read Article
How to Build a Realistic Login Flow in ProtoPie (No Code)

How to Build a Realistic Login Flow in ProtoPie (No Code)

2026-09-04

Learn to create a functional login with credential validation, error states, and Face ID animation in ProtoPie—no code required. Perfect for fintech UX testing.

Read Article
How to Calculate and Display Discounted Prices in Pure CSS

How to Calculate and Display Discounted Prices in Pure CSS

2026-08-21

A practical guide to using modern CSS math functions and counters to compute and display discounted prices without a single line of JavaScript.

Read Article
Run a Fully Local Voice Assistant Robot Reachy Mini + Open-Source Speech Pipeline

Run a Fully Local Voice Assistant Robot Reachy Mini + Open-Source Speech Pipeline

2026-08-13

Learn how to deploy a privacy-first, cost-free voice AI robot using Reachy Mini, llama.cpp, and a cascaded speech-to-speech pipeline—no cloud required.

Read Article
Build On-Device AI Agents with ADK for Kotlin A Hands-On Guide

Build On-Device AI Agents with ADK for Kotlin A Hands-On Guide

2026-08-02

Googles new Agent Development Kit (ADK) for Kotlin brings agentic AI to Android apps. Learn how to set up hybrid cloud-edge agents, define tools with annotations, and orchestrate subagents for private, real-time experiences.

Read Article
Build a Scalable User Search Layer on Amazon Cognito A Complete Guide

Build a Scalable User Search Layer on Amazon Cognito A Complete Guide

2026-06-09

Extend Amazon Cognito with advanced search capabilities — fuzzy matching, complex filtering, and sub-second response times — using Lambda, DynamoDB Streams, and OpenSearch Serverless.

Read Article
Deploy LLMs in Minutes SageMaker HyperPod Inference Operator as an EKS Add-On

Deploy LLMs in Minutes SageMaker HyperPod Inference Operator as an EKS Add-On

2026-05-19

Step-by-step guide to installing the SageMaker HyperPod Inference Operator via EKS add-on, with three deployment methods (console, CLI, Terraform) and a complete model deployment example.

Read Article
NVbandwidth Your Essential Guide to Measuring GPU Interconnect and Memory Performance

NVbandwidth Your Essential Guide to Measuring GPU Interconnect and Memory Performance

2026-05-16

Learn how to use NVIDIAs NVbandwidth tool to measure GPU memory bandwidth, latency, and interconnect performance. Includes step-by-step examples, architecture overview, and multi-node setup.

Read Article
How to Scale Protein Complex Prediction to Proteome Level A Practical Guide

How to Scale Protein Complex Prediction to Proteome Level A Practical Guide

2026-05-09

Learn how to design and run a high-throughput AlphaFold-Multimer pipeline on GPU clusters, from MSA generation with MMseqs2-GPU to inference optimization with TensorRT and cuEquivariance. Includes SLURM orchestration tips and accuracy benchmarks.

Read Article
Scale Python to a Cloud Cluster with Ray A Practical AWS Tutorial

Scale Python to a Cloud Cluster with Ray A Practical AWS Tutorial

2026-04-15

Learn how to take a local Python script and run it on a multi-node AWS cluster using Ray, achieving a 3x performance boost with minimal code changes.

Read Article
Building the Perfect Pie Chart in CSS A Semantic and Accessible Approach

Building the Perfect Pie Chart in CSS A Semantic and Accessible Approach

2026-03-18

Learn how to create a semantic, accessible pie chart using pure CSS and HTML, minimizing JavaScript dependency with modern CSS features like conic-gradient, attr(), cos(), and sin().

Read Article
Pandas loc vs iloc The Definitive Guide to DataFrame Indexing

Pandas loc vs iloc The Definitive Guide to DataFrame Indexing

2026-03-13

Stop guessing when to use loc or iloc. This practical guide explains the label vs integer-based indexing difference with clear examples.

Read Article
Building Interactive Demos with CodePen slideVars A Hands-On Guide

Building Interactive Demos with CodePen slideVars A Hands-On Guide

2026-03-07

Learn how to use CodePens built-in slideVars tool to create live, adjustable demos by controlling CSS variables from a UI panel.

Read Article
A Deep Dive into PyTorch Distributed Communication Point-to-Point and Collectives

A Deep Dive into PyTorch Distributed Communication Point-to-Point and Collectives

2026-02-28

A practical guide to PyTorchs torch.distributed module, explaining blocking/non-blocking communication and collective operations with executable code examples.

Read Article
Mastering Animation Theming with CSS Relative Colors and OKLCH

Mastering Animation Theming with CSS Relative Colors and OKLCH

2026-02-11

Learn how to build a dynamic color system for SVG animations using a single foundation color and CSS Relative Color syntax.

Read Article