Skip to main content

Database

Browse 4,557 skills across 394 packs and 37 categories

Showing 1141–1200 of 1,708 skills
1,708 skills found in Technology & Engineering

Navigation

335L

SwiftUI navigation patterns using NavigationStack, programmatic routing, and deep linking

Technology & EngineeringIos Swift

Networking

359L

URLSession networking patterns for building robust API clients and handling data transfer in iOS

Technology & EngineeringIos Swift

Swift Concurrency

339L

Swift structured concurrency with async/await, actors, and task groups for safe concurrent iOS code

Technology & EngineeringIos Swift

Swiftui

289L

SwiftUI declarative UI framework fundamentals for building modern iOS interfaces

Technology & EngineeringIos Swift

Testing

440L

XCTest unit testing, UI testing, and test architecture patterns for reliable iOS applications

Technology & EngineeringIos Swift

Architecture

285L

MVVM architecture pattern with ViewModel, LiveData, and StateFlow for scalable Android apps

Technology & EngineeringAndroid Kotlin

Coroutines

220L

Kotlin coroutines and Flow for asynchronous programming and reactive streams in Android

Technology & EngineeringAndroid Kotlin

Dependency Injection

268L

Hilt and Dagger dependency injection for managing object creation and scoping in Android apps

Technology & EngineeringAndroid Kotlin

Jetpack Compose

232L

Jetpack Compose declarative UI toolkit for building native Android interfaces with Kotlin

Technology & EngineeringAndroid Kotlin

Navigation

227L

Jetpack Navigation component for type-safe in-app navigation and deep linking in Android

Technology & EngineeringAndroid Kotlin

Retrofit

309L

Retrofit HTTP client for type-safe REST API communication in Android with Kotlin coroutines

Technology & EngineeringAndroid Kotlin

Room Database

237L

Room persistence library for local SQLite database access with compile-time query verification in Android

Technology & EngineeringAndroid Kotlin

Testing

395L

Android testing with JUnit5 for unit tests and Espresso/Compose testing for UI verification

Technology & EngineeringAndroid Kotlin

Reanimated Animations

409L

High-performance animations in React Native using Reanimated and Gesture Handler

Technology & EngineeringReact Native

Eas Build Ota Updates

381L

Deploying React Native apps with EAS Build, app store submission, and OTA updates via EAS Update

Technology & EngineeringReact Native

Expo Managed Workflow

211L

Expo managed workflow for rapid React Native development with minimal native configuration

Technology & EngineeringReact Native

Native Modules Turbo Modules

305L

Creating native modules and Turbo Modules to bridge platform-specific functionality into React Native

Technology & EngineeringReact Native

React Navigation Patterns

281L

React Navigation patterns for stack, tab, drawer, and nested navigators in React Native

Technology & EngineeringReact Native

Offline Storage

422L

Offline storage strategies in React Native using AsyncStorage, MMKV, and WatermelonDB

Technology & EngineeringReact Native

State Management Zustand Jotai

362L

State management in React Native using Zustand and Jotai for scalable, performant app state

Technology & EngineeringReact Native

Styling and Nativewind

335L

Styling approaches in React Native including StyleSheet, NativeWind, and responsive design patterns

Technology & EngineeringReact Native

Animations

315L

Implicit, explicit, and hero animation patterns for polished Flutter UIs

Technology & EngineeringFlutter

Local Storage

280L

Hive, SharedPreferences, and Drift patterns for local data persistence in Flutter

Technology & EngineeringFlutter

Navigation

244L

GoRouter navigation patterns for declarative, deep-linkable Flutter routing

Technology & EngineeringFlutter

Networking

270L

Dio HTTP client and API integration patterns for Flutter applications

Technology & EngineeringFlutter

Platform Channels

335L

Platform channels for bridging Flutter with native Android (Kotlin) and iOS (Swift) code

Technology & EngineeringFlutter

State Management

249L

Riverpod and Bloc state management patterns for scalable Flutter applications

Technology & EngineeringFlutter

Testing

337L

Widget testing, unit testing, and integration testing patterns for Flutter apps

Technology & EngineeringFlutter

Widgets

236L

Widget composition patterns for building reusable, performant Flutter UIs

Technology & EngineeringFlutter

Channels

218L

Phoenix Channels and PubSub for real-time bidirectional communication

Technology & EngineeringElixir Phoenix

Concurrency

264L

Elixir processes and message passing for concurrent and parallel programming

Technology & EngineeringElixir Phoenix

Deployment

284L

Deploying Elixir/Phoenix applications with Mix releases, Docker, and Fly.io

Technology & EngineeringElixir Phoenix

Ecto

203L

Ecto patterns for database schemas, queries, changesets, and migrations in Elixir

Technology & EngineeringElixir Phoenix

Genserver

165L

GenServer patterns for stateful processes in Elixir OTP applications

Technology & EngineeringElixir Phoenix

Otp Supervision

175L

OTP supervision tree design for building fault-tolerant Elixir applications

Technology & EngineeringElixir Phoenix

Phoenix Liveview

214L

Phoenix LiveView patterns for building real-time, server-rendered interactive UIs

Technology & EngineeringElixir Phoenix

Testing

254L

ExUnit testing patterns for Elixir and Phoenix applications

Technology & EngineeringElixir Phoenix

Aspnet Minimal API

209L

ASP.NET Minimal APIs for building lightweight HTTP endpoints in .NET

Technology & EngineeringCsharp Dotnet

Async Patterns

257L

Async/await patterns, Task-based concurrency, and cancellation in C#/.NET

Technology & EngineeringCsharp Dotnet

Blazor

299L

Blazor component model, rendering modes, and interactive web UI development in .NET

Technology & EngineeringCsharp Dotnet

Configuration

310L

.NET configuration system, options pattern, and secrets management

Technology & EngineeringCsharp Dotnet

Dependency Injection

238L

Dependency injection patterns and service registration in .NET's built-in DI container

Technology & EngineeringCsharp Dotnet

Entity Framework

226L

Entity Framework Core ORM for data access, migrations, and query optimization in .NET

Technology & EngineeringCsharp Dotnet

Mediatr

307L

MediatR library for implementing CQRS, commands, queries, and pipeline behaviors in .NET

Technology & EngineeringCsharp Dotnet

Testing

305L

xUnit testing, integration testing with WebApplicationFactory, and mocking in .NET

Technology & EngineeringCsharp Dotnet

API Resources

309L

Laravel API resources and transformers for building consistent, well-structured JSON API responses

Technology & EngineeringPhp Laravel

Authentication

308L

Laravel authentication using Sanctum for API tokens and SPAs, and Fortify for web-based auth flows

Technology & EngineeringPhp Laravel

Blade Livewire

343L

Blade templating engine and Livewire for building dynamic server-rendered UI in Laravel applications

Technology & EngineeringPhp Laravel

Deployment

357L

Deploying Laravel applications with Forge, Vapor, and general server deployment strategies

Technology & EngineeringPhp Laravel

Eloquent ORM

228L

Eloquent ORM patterns for models, relationships, query scoping, and database interactions in Laravel

Technology & EngineeringPhp Laravel

Queues Jobs

301L

Laravel queues, jobs, and background task processing with Redis, SQS, and Horizon

Technology & EngineeringPhp Laravel

Routing Middleware

270L

Laravel routing, route groups, resource controllers, and middleware for request filtering and authentication

Technology & EngineeringPhp Laravel

Testing

338L

Testing Laravel applications with PHPUnit and Pest, including feature tests, unit tests, mocking, and database testing

Technology & EngineeringPhp Laravel

Active Record

260L

ActiveRecord query patterns, associations, validations, callbacks, and performance optimization for Rails applications.

Technology & EngineeringRuby Rails

API Mode

351L

Building JSON APIs with Rails API mode, serialization, versioning, authentication, and rate limiting.

Technology & EngineeringRuby Rails

Concerns Modules

389L

ActiveSupport::Concern patterns, module design, and code organization strategies for maintainable Rails applications.

Technology & EngineeringRuby Rails

Deployment

433L

Deploying Rails applications with Kamal, Docker, and production best practices for infrastructure and operations.

Technology & EngineeringRuby Rails

Hotwire Turbo

244L

Hotwire and Turbo Drive, Frames, and Streams for building reactive Rails frontends without heavy JavaScript.

Technology & EngineeringRuby Rails

Sidekiq

302L

Background job processing with Sidekiq, including job design, error handling, queues, and performance tuning in Rails.

Technology & EngineeringRuby Rails

Stimulus

329L

Stimulus.js controller patterns for adding interactive behavior to server-rendered Rails HTML.

Technology & EngineeringRuby Rails