Temporal a reliable runtime for durable function execution developer platform temporal --version temporal version 1.7.2 (Server 1.31.1, UI 2.49.1) temporal server start-dev Temporal CLI 1.7.2 (Server 1.31.1, UI 2.49.1) Temporal Server: localhost:7233 Temporal UI: http://localhost:8233 Temporal Metrics: http://localhost:52731/metrics brew install temporal http://localhost:8233/namespaces/default/workflows http://localhost:52731/metrics mkdir /tmp/temporal-democd /tmp/temporal-demopython3 -m venv .venvsource .venv/bin/activatepip install temporalio httpx git clone … Continue reading Temporal a runtime execution platform for developer
API crash course
Most common Methods are GET, POST, PUT PATCH DELETE A SOAP (Simple Object Access Protocol)
TypeScript in AI
TypeScript is explicitly designed as a statically typed superset of JavaScript. TypeScript is used for both client-side and server-side development Python and TypeScript are the two primary languages used to write Model Context Protocol (MCP) servers and applications Python: Highly utilized for AI integrations and data engineering. Features FastMCP for rapid server creation. TypeScript / … Continue reading TypeScript in AI
Prisma ORM vs Drizzle ORM (Object-Relational Mapper)
Prisma ORM is connected to LLMs as both a target for AI code generation and through direct integrations like AI coding agents and Model Context Protocol Drizzle ORM is related to Large Language Models (LLMs) primarily through AI-assisted code generation, type-safe AI integrations, and Retrieval-Augmented Generation (RAG) pipelines Prisma provides a high-level, schema-driven abstraction that … Continue reading Prisma ORM vs Drizzle ORM (Object-Relational Mapper)
vectordb vs chromadb
Vector database is the broad category of technology designed to store, manage, and query high-dimensional vector embeddings. ChromaDB is simply one specific, open-source implementation of a vector database ChromaDB: The Developer-Friendly Choice Chroma is an open-source embedding database built primarily for developer experience, quick prototyping, and smaller-scale Retrieval-Augmented Generation (RAG) applications.
Milvus
Milvus is a highly scalable, open-source vector database specifically built to power AI and machine learning applications. Unlike traditional databases (like MySQL or Oracle) that use exact-match text queries, Milvus uses semantic similarity search. When you query Milvus, it finds data whose vector embeddings are closest in mathematical space to your query, allowing applications to … Continue reading Milvus
Context Engineering
While basic prompt engineering handles what to say, context engineering builds the operational reality for the AI. Precision: Delivers the exact information necessary to solve a problem.Efficiency: Filters out noisy, irrelevant data to prevent "context rot" and reduce token usage.Relevance: Adapts to historical state, user preferences, and real-time external data.
Improve AI accuracy and consistency by integrating
role assignment few shot examples cot prompting constraint setting 1. Role Assignment Defines the persona, expertise level, and perspective the AI should adopt. This shifts the model's underlying context to generate more tailored responses. Format: "You are an expert [Role] specializing in [Topic]." Example: "You are an elite financial analyst who specializes in corporate risk … Continue reading Improve AI accuracy and consistency by integrating
Kerberos (protocol)
The client authenticates itself to the Authentication Server (AS) which is part of the key distribution center (KDC) The KDC issues a ticket-granting ticket (TGT), which is time stamped and encrypts it using the ticket-granting service's (TGS) secret key and returns the encrypted result to the user's workstation.
AquaSec CNAPP & trivy
A Cloud-Native Application Protection Platform (CNAPP) is an integrated security solution designed to provide comprehensive visibility and protection for cloud-native applications throughout their lifecycle, from development to production. It integrates multiple security capabilities, such as CSPM (Cloud Security Posture Management), CWPP (Cloud Workload Protection), and others like CIEM and API security, into a single solution to simplify management, … Continue reading AquaSec CNAPP & trivy
