Implement and debug embedded communication protocols including I2C, SPI, UART, CAN, and Ethernet.
لغة النص الأصلي: الإنجليزية
القائمة
Skills في هذا المستودع
جمع SkillsMP عدد ٢٬٠٧٩ من skills من a5c-ai/babysitter. افتح أي skill لمراجعة مصدره وتفاصيله.
a5c-ai/babysitterعرض ٤٠ من أصل ٢٬٠٧٩ skills مجمعة.
Implement and debug embedded communication protocols including I2C, SPI, UART, CAN, and Ethernet.
لغة النص الأصلي: الإنجليزية
Design and execute environmental stress tests for embedded hardware — temperature cycling, vibration, humidity, and EMC validation.
لغة النص الأصلي: الإنجليزية
Unit and integration testing for embedded firmware — mock hardware, HIL testing, and continuous firmware validation pipelines.
لغة النص الأصلي: الإنجليزية
Test hardware interfaces and peripheral drivers including GPIO, ADC, DAC, and communication bus validation.
لغة النص الأصلي: الإنجليزية
Measure and validate power consumption in embedded systems across sleep modes, active states, and peripheral usage.
لغة النص الأصلي: الإنجليزية
Validate protocol conformance for embedded communication stacks — USB, CAN, Modbus, MQTT, and industry-standard protocol compliance.
لغة النص الأصلي: الإنجليزية
Validate real-time behavior in embedded systems — timing constraints, interrupt latency, and RTOS task scheduling verification.
لغة النص الأصلي: الإنجليزية
Implement safety-critical testing for embedded systems per IEC 61508, ISO 26262, or DO-178C standards.
لغة النص الأصلي: الإنجليزية
Integrate and validate sensor libraries for embedded systems including IMUs, temperature, pressure, and proximity sensors.
لغة النص الأصلي: الإنجليزية
Implement UVM-based hardware verification testbenches — stimulus generation, scoreboarding, coverage-driven verification, and assertion-based testing.
لغة النص الأصلي: الإنجليزية
Implement game physics systems — rigid body dynamics, collision detection, constraints, ragdoll, and physics-based gameplay mechanics.
لغة النص الأصلي: الإنجليزية
Design and implement game save and load systems — serialization, versioning, cloud saves, and save-state integrity.
لغة النص الأصلي: الإنجليزية
Automate mobile GUI testing — UI element interaction, gesture simulation, and cross-device visual regression for iOS and Android.
لغة النص الأصلي: الإنجليزية
Integrate mobile device sensors — accelerometer, gyroscope, GPS, camera, and biometric APIs for iOS and Android.
لغة النص الأصلي: الإنجليزية
Test mobile app behavior under various network conditions — 3G, 4G, WiFi, packet loss, high latency, and network switching.
لغة النص الأصلي: الإنجليزية
Test mobile app offline mode functionality — local storage, sync conflict resolution, and graceful degradation without connectivity.
لغة النص الأصلي: الإنجليزية
Integrate mobile payment systems — Apple Pay, Google Pay, Stripe, and in-app purchase flows for iOS and Android.
لغة النص الأصلي: الإنجليزية
Optimize code for branch prediction — branch-free algorithms, likely/unlikely hints, profile-guided optimization, and speculative execution awareness.
لغة النص الأصلي: الإنجليزية
Design and implement lock-free data structures — CAS-based queues, hazard pointers, epoch reclamation, and wait-free algorithms for concurrent systems.
لغة النص الأصلي: الإنجليزية
Optimize network buffer management — socket buffer tuning, zero-copy I/O, DMA buffers, and kernel bypass techniques for high-throughput networking.
لغة النص الأصلي: الإنجليزية
Write SIMD-accelerated code using SSE, AVX, NEON, or intrinsics — vectorization, auto-vectorization hints, and cross-platform SIMD abstraction layers.
لغة النص الأصلي: الإنجليزية
Test database operations — schema migration validation, query correctness, transaction integrity, and data consistency checks.
لغة النص الأصلي: الإنجليزية
Design and execute sanity test suites to verify core system functionality after builds or deployments before broader test runs.
لغة النص الأصلي: الإنجليزية
Implement smoke test suites that rapidly validate the most critical paths in an application after a new build or deployment.
لغة النص الأصلي: الإنجليزية
Exercise technical leadership — driving architectural decisions, mentoring engineers, managing technical debt, and aligning engineering with business goals.
لغة النص الأصلي: الإنجليزية
Automate browser interactions using Playwright, Puppeteer, or Selenium — scraping, testing, and workflow automation for web applications.
لغة النص الأصلي: الإنجليزية
Measure, analyze, and optimize Core Web Vitals — LCP, FID/INP, CLS — for improved web performance and search ranking.
لغة النص الأصلي: الإنجليزية
Design and implement end-to-end frontend testing — user flow automation, cross-browser testing, and visual regression with Playwright or Cypress.
لغة النص الأصلي: الإنجليزية
Implement and optimize server-side rendering hydration strategies — partial hydration, islands architecture, and hydration mismatch debugging.
لغة النص الأصلي: الإنجليزية
Build web applications using progressive enhancement — baseline HTML, layered CSS and JS, graceful degradation, and feature detection.
لغة النص الأصلي: الإنجليزية
Ground natural language instructions to web UI actions — element identification, interaction planning, and action execution for web automation agents.
لغة النص الأصلي: الإنجليزية
Build robust web scrapers — HTML parsing, JavaScript rendering, rate limiting, anti-bot evasion, and structured data extraction.
لغة النص الأصلي: الإنجليزية
Generate visual representations of algorithm execution
لغة النص الأصلي: الإنجليزية
Interface with AtCoder for Japanese competitive programming contests
لغة النص الأصلي: الإنجليزية
Manage and generate competitive programming templates
لغة النص الأصلي: الإنجليزية
Calculate combinatorial values with modular arithmetic
لغة النص الأصلي: الإنجليزية
Automated Big-O complexity analysis of code and algorithms. Performs static analysis of loop structures, recursive call trees, space complexity estimation, and amortized analysis with detailed derivation documents.
لغة النص الأصلي: الإنجليزية
Apply advanced DP optimizations automatically
لغة النص الأصلي: الإنجليزية
Maintain and match against a library of classic dynamic programming patterns. Provides pattern matching, template code generation, variant detection, and problem-to-pattern mapping for DP problems.
لغة النص الأصلي: الإنجليزية
Assist in designing optimal DP states and transitions
لغة النص الأصلي: الإنجليزية