Skip to content

tutorial

17 posts

tutorial
Sentry Integration with React Native Expo: A Practical Quick Guide

Step-by-step guide to adding Sentry to a React Native Expo app: SDK setup, Expo Router instrumentation, session replay, and source maps for EAS.

react-native · expo · monitoring +2

TypeScript AI SDK Comparison: Vercel AI SDK vs OpenAI Agents SDK for Agent Development

A practical comparison of TypeScript AI SDKs for building agents: Vercel AI SDK, OpenAI Agents SDK, and AWS Bedrock, with code examples and decision frameworks.

typescript · ai-tools · serverless +4

Comparing TypeScript Formatting and Linting Tools: Biome, Oxlint, ESLint, and Prettier

A comparison of modern TypeScript linting and formatting tools - ESLint, Prettier, Biome, and Oxlint - with benchmarks, config examples, and migration tips.

typescript · code-quality · developer-experience +2

Learning Effect: A Practical Adoption Guide for TypeScript Developers

A practical guide to learning Effect incrementally and integrating it with AWS Lambda, with real code examples, common pitfalls, and production patterns.

typescript · functional-programming · lambda +4

AWS Secrets Manager & Parameter Store: Security Best Practices

A technical guide comparing AWS Secrets Manager and Parameter Store, showing when to use each service with real-world implementation patterns and CDK examples.

aws · secrets-management · security +7

Building Custom MCP Servers: A Production-Ready Guide

Build, secure, and deploy custom Model Context Protocol servers for internal systems in TypeScript, with authentication, monitoring, and Kubernetes deployment.

typescript · mcp · nodejs +5

Middy and Zod: Type-Safe AWS Lambda Middleware Validation

Build maintainable, type-safe Lambda middleware with Middy's builder pattern, Zod validation, feature flags, and secrets management for serverless apps.

lambda · middleware · typescript +7

Claude Code MCP Servers: Setup and Configuration Guide

A comprehensive guide to Claude Code, AI agents, and Model Context Protocol servers that transforms developers from basic users to power users

claude-code · mcp · ai-tools +5

Auth0 React Native Session Management with Biometrics

A step-by-step guide to secure session management in production React Native apps with Auth0, biometric authentication, and proper token lifecycle handling.

authentication · react-native · tutorial

AWS CDK Link Shortener Part 1: Project Setup & Basic Infrastructure1/1

Set up a production-grade link shortener with AWS CDK, DynamoDB, and Lambda: architecture decisions, project layout, and the schema choices that hold up at scale.

aws-cdk · lambda · dynamodb +5

AWS Lambda Middleware with Middy - Clean Code and Best Practices1/1

Discover how Middy transforms Lambda development with middleware patterns, moving from repetitive boilerplate to clean, maintainable serverless functions

lambda · middleware · serverless +5

How to Choose a Database: SQL vs NoSQL vs NewSQL vs Edge

Choose the right database across SQL, NoSQL, NewSQL, and edge options: the trade-offs of each category, selection criteria, and a decision framework.

data-storage-orm · postgresql · redis +6

Mermaid Diagram Types: Examples of Every Chart Type

Every Mermaid diagram type with a copy-ready example: flowcharts, sequence and class diagrams, ER models, Gantt charts, journeys, and more

documentation · tutorial

Micro Frontend Architecture Fundamentals: From Monolith to Distributed Systems2/2

Micro frontend composition strategies compared: server-side, build-time, Module Federation, and iframe, with the team preconditions that make the trade pay off.

react · tutorial · typescript

Micro Frontend Implementation Patterns: Module Federation and Beyond1/2

Production-ready Module Federation setups, cross-app communication, routing strategies, and the race conditions that break split routing under load.

build-tools · react · tutorial +2

Migrating from Serverless Framework to AWS CDK: Part 2 - Setting Up Your CDK Environment1/1

Structure a CDK project for serverless apps, configure TypeScript for Lambda, and set patterns that ease migration from Serverless Framework.

aws-cdk · tutorial

Complete Markdown Typography Guide

Every markdown typography and formatting feature, from headings and tables to footnotes, definition lists, and admonitions.

documentation · tutorial