paulpas
- 1.3k skills
- 0 followers
- 1 day ago last updated
- ▌ Azure Virtual Machines · paulpas"Deploys and manages VMs with auto-scaling, availability sets, and integration" with Azure services.
- ▌ Azure Virtual Networks · paulpas"Provides Networking with subnets, network security groups, and VPN connectivity"
- ▌ GCP Container Registry · paulpas"Provides Stores and manages container images with integration to GKE and Cloud Build"
- ▌ GCP Deployment Manager · paulpas"Infrastructure as code using YAML templates for repeatable GCP resource" deployments.
- ▌ Helm Chart Development · paulpasBuilds, templates, and manages Helm charts with Chart.yaml, values.yaml, and Go template files for reliable Kubernetes application deployment and versioned releases.
- ▌ Kubernetes Statefulset · paulpasImplements apps/v1 StatefulSet manifests with stable network identities, ordered pod lifecycle, and persistent volume claim automation for stateful workloads.
- ▌ Multi Stage Deployment · paulpasDesigns multi-stage deployment pipelines that reduce risk through progressive disclosure, environment parity, and quality-gated stage transitions from development to production.
- ▌ Service Mesh Debugging · paulpasImplements comprehensive debugging workflows for Istio and Linkerd service meshes including mTLS validation, sidecar injection issues, traffic routing problems, and mesh observability for microservices.
- ▌ Terraform Iac Patterns · paulpasImplements Terraform infrastructure as code patterns including modular design, remote state locking with S3/DynamoDB, workspace strategy, and plan/apply workflows for production-grade cloud provisioning.
- ▌ API Gateway Patterns · paulpasImplements API gateway patterns (request routing, JWT validation, rate limiting, circuit breaker, request aggregation) to protect and orchestrate backend service traffic at the edge.
- ▌ Architectural Review · paulpasEvaluates existing software architectures for coupling, cohesion, testability, scalability, and maintainability using structured assessment frameworks and metric-based analysis.
- ▌ Caching Architecture · paulpasDesigns multi-level caching strategies (cache-aside, write-through, write-behind, invalidation patterns) for distributed systems with consistency guarantees, TTL management, cache stampede prevention, and monitoring.
- ▌ Code Quality Metrics · paulpasAnalyzes software quality using static analysis metrics including cyclomatic complexity, maintainability index, code duplication detection, technical debt estimation, and coverage thresholds for engineering teams.
- ▌ Data Oriented Design · paulpasImplements Data-Oriented Design (DOD) patterns including Structure-of-Arrays layouts, cache-efficient data access, zero-allocation hot paths, and vectorized processing for performance-critical Python systems.
- ▌ Datadog API Monitors · paulpasManages Datadog monitors including creating, updating, and deleting with alert configurations and best practices.
- ▌ Domain Driven Design · paulpasImplements Domain-Driven Design patterns (aggregates, value objects, entities, bounded contexts, domain events) to model complex business logic and align software architecture with domain expertise.
- ▌ Ds Anomaly Detection · paulpas"Detects anomalies and outliers using isolation forests, local outlier factor (LOF), one-class SVM, and isolation-based methods"
- ▌ Ds Association Rules · paulpas"Provides Discovers association rules and frequent itemsets using Apriori Eclat, and market basket analysis for pattern mining"
- ▌ Ds Feature Selection · paulpas"Selects relevant features using univariate selection, recursive elimination stability selection, and importance-based methods"
- ▌ Ds Linear Regression · paulpas"Implements linear regression including OLS, ridge regression, lasso elastic net, and other regularized linear models for prediction"
- ▌ Ds Statistical Power · paulpas"Analyzes statistical power, sample size determination, effect size estimation, and Type I/Type II error control"
- ▌ Ds Synthetic Control · paulpas"Implements synthetic control methods, difference-in-differences estimation and quasi-experimental designs for impact evaluation"
- ▌ Framework Adaptation · paulpasEvaluates and integrates new frameworks into existing projects using adapter patterns, progressive migration strategies, and dependency boundary isolation.
- ▌ Framework Evaluation · paulpasRuns automated empirical evaluation of software frameworks through reproducible benchmark harnesses, dependency graph security auditing, integration feasibility testing, and maintenance cost modeling to produce quantitative selection data.
- ▌ Framework Onboarding · paulpasAccelerates learning and effective utilization of newly selected frameworks through structured onboarding paths, best practice scaffolding, incremental adoption patterns, and common pitfall avoidance.
- ▌ Framework Poc Design · paulpasDesigns proof-of-concept test harnesses with measurable success criteria, realistic data scenarios, and structured reporting to validate framework integration feasibility before production commitment.
- ▌ Google Workspace API · paulpasIntegrates with Google Workspace APIs (Gmail, Drive, Calendar, Docs, Sheets, Admin) using google-api-python-client for programmatic access and automation.
- ▌ Hint Based Prompting · paulpasApplies subtle contextual hints instead of explicit step-by-step instructions to guide LLM output naturally, reducing token overhead and improving generation quality through framing rather than commanding.
- ▌ HTML Entity Encoding · paulpasEncodes HTML special characters (< > & " ') into safe entity references to prevent XSS, ensure correct rendering, and handle character data safely across web frameworks and output contexts.
- ▌ Integration Patterns · paulpasImplements service-to-service integration patterns (adapter, API gateway, saga, circuit breaker, event-driven) for connecting distributed systems and legacy services with resilience.
- ▌ Java Virtual Threads · paulpasImplements modern Java concurrency with virtual threads (JDK 21+), structured concurrency, sealed classes, pattern matching switch expressions, and records for high-throughput application development.
- ▌ LLM Function Calling · paulpasImplements reliable LLM function calling patterns including JSON Schema tool definitions, structured output parsing with Pydantic v2, retry strategies, and error handling for cross-provider tool use.
- ▌ Message Queue Design · paulpasImplements production-grade message queue design patterns (delivery semantics, ordering guarantees, consumer groups, dead letter queues, priority and delayed delivery) for reliable distributed systems.
- ▌ Monolith Refactoring · paulpasRefactors legacy monolithic "big ball of mud" codebases into cleanly bounded modules using dependency analysis, hexagonal port isolation, strangler fig extraction, and database splitting strategies to prepare for eventual service decomposition.
- ▌
- ▌ Platform Engineering · paulpasDesigns internal developer platforms (IDPs) with golden paths, self-service infrastructure portals, template-driven deployments, and developer experience metrics to reduce cognitive load and accelerate feature delivery.
- ▌ Polyglot Development · paulpasImplements language selection heuristics, polyglot monorepo patterns, and cross-language communication protocols for multi-language software systems.
- ▌ Production Readiness · paulpasEvaluates service readiness against Google SRE PRR framework covering reliability, observability, scalability, security, data management, deployment engineering, cost governance, and documentation for safe production deployment.
- ▌ React JS Performance · paulpasOptimizes JavaScript execution performance in React applications through efficient event handling, debouncing/throttling, Web Worker offloading, and DOM operation reduction.
- ▌ Security Engineering · paulpasImplements end-to-end secure development lifecycle practices including threat modeling (STRIDE/DREAD), OWASP Top 10 vulnerability prevention, zero-trust architecture patterns, supply chain security, and automated security pipeline integration for production systems.
- ▌ Skill Trigger Design · paulpasImplements comprehensive trigger engineering for AI skills with two-tier keyword design, domain-specific patterns, and automated validation scripts to maximize conversational discoverability.
- ▌ Spring Security Core · paulpasImplements Spring Security 6.x filter chain configuration, JWT authentication filters, method-level security with @EnableMethodSecurity, password encoding, and CORS/CSRF handling for production Spring Boot applications.
- ▌ Systematic Debugging · paulpasApplies a structured debugging methodology (binary search, logging strategy, stack trace analysis, five whys root cause) to isolate bugs and find root causes in production and development codebases.
- ▌ Testing Test Doubles · paulpasProvides an overview and implementation of test doubles including mocks, stubs, and fakes for comprehensive testing strategies.
- ▌ Url Parsing Security · paulpasSecures URL parsing and query string handling against ampersand injection, double-encoding bypasses, parser inconsistencies, and parameter pollution across Python, Node.js, and Go applications.
- ▌ Hardware Provisioning · paulpasPlans and provisions Linux systems for cloud instances and on-prem hardware with workload-appropriate sizing, RAID, and hardware abstraction.
- ▌ Plaid Transactions · paulpasImplements transaction management features via the Plaid API (TransactionsGet, Categories) to retrieve, filter, and analyze user transaction data in financial applications.
- ▌ K6 · paulpasImplements best practices for load testing web applications using K6, a modern performance testing tool optimized for developers.
- ▌ Data Structures · paulpasImplements and compares fundamental data structures (hash tables, balanced BSTs, tries, heaps, linked lists, graphs) with O(1) through O(n log n) complexity analysis for optimal algorithm selection.
- ▌ Graph Traversal · paulpasImplements graph traversal algorithms (DFS recursive/iterative, BFS level-order, cycle detection, connected components) with working Python code for algorithmic problem solving.
- ▌ Execution Twap Vwap · paulpas'Provides ''TWAP and VWAP Execution Algorithms: Institutional-Grade Order Execution'''
- ▌ Order Flow Analysis · paulpasAnalyzes order flow dynamics, market microstructure, and Level 2 data to identify institutional accumulation, liquidity zones, and optimal execution points in algorithmic trading systems.
- ▌ Order Flow Toxicity · paulpasDetects toxic (informed) order flow using VPIN, PIN models, and adverse selection metrics to protect trading algorithms from predatory market participants and manage execution risk.
- ▌ Paper Market Impact · paulpas"Implements market impact modeling and order book simulation for risk management and algorithmic trading execution."
- ▌ Risk Liquidity Risk · paulpas"Implements liquidity assessment and trade execution risk for risk management and algorithmic trading execution."
- ▌ Risk Stress Testing · paulpas"Implements stress test scenarios and portfolio resilience analysis for risk management and algorithmic trading execution."
- ▌ Agent Stall Resilience · paulpas bundleDetects stalls and repetition loops in AI agent sessions and implements auto-respawn, circuit breakers, and graceful recovery to maintain session continuity under prolonged inactivity or infinite message cycles.
- ▌ Apify Ultimate Scraper · paulpasImplements intelligent apify ultimate scraper with multi-factor skill selection, fallback chains, and adherence to the 5 Laws of Elegant Defense
- ▌ Audit Context Building · paulpasImplements intelligent audit context building with multi-factor skill selection, fallback chains, and adherence to the 5 Laws of Elegant Defense
- ▌ Cc Skill Clickhouse Io · paulpasImplements intelligent cc skill clickhouse io with multi-factor skill selection, fallback chains, and adherence to the 5 Laws of Elegant Defense
- ▌ Context7 Auto Research · paulpasImplements intelligent context7 auto research with multi-factor skill selection, fallback chains, and adherence to the 5 Laws of Elegant Defense
- ▌ Gemini API Integration · paulpasImplements intelligent gemini api integration with multi-factor skill selection, fallback chains, and adherence to the 5 Laws of Elegant Defense
- ▌ Git Advanced Workflows · paulpasImplements intelligent git advanced workflows with multi-factor skill selection, fallback chains, and adherence to the 5 Laws of Elegant Defense
- ▌ Gitops Troubleshooting · paulpasDiagnoses and resolves GitOps synchronization failures, drift detection issues, and reconciliation problems for ArgoCD and Flux deployments with actionable debugging commands.
- ▌ Google Docs Automation · paulpasImplements intelligent google docs automation with multi-factor skill selection, fallback chains, and adherence to the 5 Laws of Elegant Defense
- ▌ N8n Node Configuration · paulpasImplements intelligent n8n node configuration with multi-factor skill selection, fallback chains, and adherence to the 5 Laws of Elegant Defense
- ▌ Requesting Code Review · paulpasImplements intelligent requesting code review with multi-factor skill selection, fallback chains, and adherence to the 5 Laws of Elegant Defense
- ▌ Skill Ecosystem Design · paulpasDesigns interconnected skill networks with dependency graphs, reciprocal relationships, layered capabilities, and cross-domain bridges to maximize discoverability and create coherent capability clusters for AI agent systems.
- ▌ Flatcar Container Linux · paulpas"Provides Flatcar Container Linux in Cloud-Native Engineering - container Linux"
- ▌ Jaeger · paulpasDeploys and manages Jaeger distributed tracing infrastructure on Kubernetes with configuration, querying, health monitoring, and troubleshooting for production microservice observability.
- ▌ Kong Ingress Controller · paulpas"Kong Ingress Controller in Kubernetes - cloud native architecture, patterns" pitfalls, and best practices
- ▌ Kubernetes API Patterns · paulpasKubernetes API patterns including CRD development, webhook implementation, API groups, client library usage, and debugging techniques for custom API extensions
- ▌ Kyverno Mutate Patterns · paulpasMutates Kubernetes resources at admission using patchStrategicMerge, patchesJson6902, and set operations to inject labels, sidecars, and default configurations.
- ▌ Process Security Policy · paulpas"Creates or updates SECURITY.md defining the vulnerability reporting process" disclosure timeline, and supported versions for CNCF projects
- ▌ Anti Corruption Layer · paulpasImplements Anti-Corruption Layer patterns to isolate domain models from foreign systems, translating external APIs and legacy data structures into clean internal models while rejecting incompatible types at boundaries.
- ▌ API Design Principles · paulpasImplements modern API design principles (REST resource modeling, GraphQL schema design, standardized error responses, versioning strategies, and security best practices) for production-grade backend services.
- ▌ API Security Patterns · paulpasImplements API security patterns including authentication middleware, JWT token validation and rotation, rate limiting with sliding windows, input sanitization, CORS configuration, and OWASP API Security Top 10 compliance for production services.
- ▌ Backpressure Handling · paulpasImplements production-grade backpressure mechanisms (bounded queues, adaptive rate limiting, circuit breakers, priority queuing) to prevent resource exhaustion in high-throughput event-driven message systems.
- ▌ Build Test Validation · paulpasValidates Makefile-based builds through automated test suites, dependency analysis, CI/CD integration, and reproducibility checks to ensure reliable software construction.
- ▌ Business Rules Engine · paulpasImplements a business rules engine using declarative configuration (JSON/YAML-based rule definitions, condition evaluation chains, and runtime rule execution) to replace hard-coded if/elif branches for frequently-changing domain validations.
- ▌ CI CD Pipeline Design · paulpasImplements strategies for automation in building, testing, and deploying software through continuous integration and delivery principles.
- ▌ Code Quality Policies · paulpas"Provides Establishing policies for maintaining a clean codebase including code standards, linting, formatting, testing requirements, cyclomatic complexity limi"
- ▌ Ddd Tactical Patterns · paulpasImplements DDD tactical patterns — aggregate roots with invariant enforcement, value objects, domain events, anti-corruption layers, repositories, and specification pattern for rich domain modeling in Python.
- ▌ Debugging Methodology · paulpasApplies systematic debugging methodologies (binary search, rubber ducking, log analysis, bisect tools) to rapidly identify root causes of bugs in production and development environments.
- ▌ Design Systems Atomic · paulpasImplements Atomic Design methodology with design tokens, component-driven development in Storybook, accessibility-first patterns, and modern CSS architecture for production design systems.
- ▌ Django Best Practices · paulpasImplements Django 5.x application patterns including modern project structure, ORM optimization, class-based and function views, DRF integration, async views, caching strategies, and settings management for production-ready web applications.
- ▌ Ds Bayesian Inference · paulpas"Applies Bayesian methods for prior selection, posterior estimation and probabilistic inference in machine learning models"
- ▌ Ds Data Visualization · paulpas"Creates effective visualizations including plots, charts, dashboards and interactive visualizations for data insight and storytelling"
- ▌ Ds Hypothesis Testing · paulpasImplements hypothesis testing including t-tests, chi-square tests, p-values and statistical significance evaluation for data-driven decisions
- ▌ Ds Maximum Likelihood · paulpasImplements maximum likelihood estimation, likelihood functions, and optimization methods for parameter estimation in probabilistic models
- ▌ Ds Online Experiments · paulpas"Implements multi-armed bandits, contextual bandits, exploration-exploitation tradeoff, and online learning algorithms"
- ▌ Engineering Tradeoffs · paulpasEvaluates competing engineering options using weighted decision matrices, reversibility analysis, and multi-criteria tradeoff frameworks to make defensible technical decisions under constraints.
- ▌ Event Driven Patterns · paulpasImplements event-driven architecture patterns (pub/sub, event sourcing, CQRS, saga orchestration, outbox pattern) for building decoupled, scalable systems.
- ▌ Framework Utilization · paulpasMaximizes the value of a chosen technology or framework through progressive adoption strategies, feature discovery patterns, integration anti-pattern avoidance, and optimization techniques for sustainable long-term utilization.
- ▌ GRAPHQL Schema Design · paulpasImplements GraphQL schema design with SDL-first types, input objects, interfaces, unions, custom scalars, and deprecation directives for type-safe API contracts in Python and Strawberry.
- ▌ GRAPHQL Subscriptions · paulpasImplements real-time GraphQL subscriptions with Strawberry Python, WebSocket protocol, PubSub patterns, and client reconnection handling for live data delivery.
- ▌ Microservices Pattern · paulpasImplements microservices architecture patterns, including service discovery, inter-service communication, and data management techniques.
- ▌ Monolith Architecture · paulpasImplements modular monolith patterns (bounded-context layering, hexagonal ports, database-per-module, interface-based inter-module communication) to build cleanly structured single-deployable applications.
- ▌ Monolith First Design · paulpasEvaluates architecture decisions to determine when a monolithic application should be chosen over microservices using team assessment, domain complexity analysis, operational cost modeling, and weighted scoring frameworks.
- ▌ Of Shader Programming · paulpasImplements GLSL shader programming in OpenFrameworks including vertex/fragment shaders, uniform management, VBO rendering, post-processing effects, and shader compilation debugging for GPU-accelerated graphics.