DigitalExplorers
- 26 skills
- 0 followers
- 13 hours ago last updated
- ▌ Terraform Implementation · digitalexplorers bundleGenerate Terraform infrastructure and deployment scaffolding for AWS based on the detected project structure, runtime stack, and explicit infrastructure inputs. Use when a developer wants to deploy an application to AWS using Terraform.
- ▌ Dependency Security Check · digitalexplorersAnalyzes project dependencies for known vulnerabilities including outdated packages, known CVEs, and unsafe libraries
- ▌ Environment Configuration · digitalexplorersManages environment-based application settings including API URLs, dev and prod config separation, and secure variable usage
- ▌ React Native Bug Detector · digitalexplorersDetects React Native specific bugs including JS thread blocking, memory leaks, FlatList misuse, animation issues, platform-specific breakage, navigation bugs, AsyncStorage misuse, keyboard handling, and touch/gesture problems
- ▌ Backend Codebase Intelligence · digitalexplorersAnalyzes backend systems to extract architecture, modules, APIs, database usage, data flow, and entry points for faster understanding of new or legacy backend codebases
- ▌ Frontend Codebase Intelligence · digitalexplorers bundleAnalyze and understand frontend codebases, especially React, Next.js, and Angular projects, by extracting structure, components, routing, dependencies, and entry points when exploring unfamiliar UI code
- ▌ Network Data Flow Security Audit · digitalexplorersAnalyzes data movement across frontend, backend, and network layers to detect insecure transport, CORS issues, sensitive data exposure, interception risks, and logging leaks
- ▌ Basic Authentication Handling Frontend · digitalexplorersManages frontend login sessions and authentication flow including token storage, protected routes, session restoration, and logout handling
- ▌
- ▌ Frontend Design · digitalexplorersCreate distinctive, production-grade frontend interfaces with strong visual identity and non-generic design patterns.
- ▌ SEO Optimization · digitalexplorers bundleImprove frontend SEO using meta tags, structured data, performance optimization, and accessibility best practices. Use when building public websites, landing pages, or SEO-critical applications.
- ▌ Responsive Design · digitalexplorers bundleRefactor UI code to be fully responsive using modern CSS techniques like container queries, fluid layouts, and mobile-first design.
- ▌ PHP Security Audit · digitalexplorersAudits PHP codebases for critical security vulnerabilities including SQL injection, XSS, command injection, file inclusion, insecure deserialization, weak cryptography, CSRF, and misconfigured PHP settings
- ▌ API Security Review · digitalexplorersChecks REST and GraphQL APIs for security misconfigurations including authentication flaws, authorization gaps, rate limiting issues, insecure endpoints, and data exposure risks
- ▌
- ▌ API Design Validator · digitalexplorersReviews API structure for REST best practices, naming consistency, resource design, and proper HTTP status code usage when designing or reviewing APIs
- ▌ Backend Bug Detector · digitalexplorersIdentifies common backend issues such as null handling mistakes, improper error handling, logic flaws, and risky service behavior when debugging backend services
- ▌ Codebase Exploration · digitalexplorersHelps understand and analyze an existing codebase by identifying structure, entry points, data flow, and important modules
- ▌ Frontend Bug Detector · digitalexplorersDetects bugs, anti-patterns, and risky frontend implementations in React, Next.js, and Angular codebases, especially during debugging, code review, and investigation of unexpected UI behavior
- ▌ Database Query Analyzer · digitalexplorersDetects inefficient database queries, missing indexes, and performance bottlenecks when optimizing application and database performance
- ▌ Frontend Security Audit · digitalexplorersAnalyzes frontend code for client-side security weaknesses including XSS prevention, secure storage choices, safe DOM handling, and secure API consumption
- ▌ Pagination Lazy Loading · digitalexplorersLoads large UI datasets efficiently using pagination logic, infinite scroll patterns, and lazy loading data strategies
- ▌ Simple Caching Frontend · digitalexplorersReduces repeated frontend API calls using local storage, session storage, and basic client-side caching strategies
- ▌ State Management Basics · digitalexplorersManages UI state effectively including local and global state handling
- ▌ API Integration Frontend · digitalexplorersHandles API calls, data mapping, and UI binding in frontend applications
- ▌ Form Handling Validation · digitalexplorersManages user input, validation, and form submission handling in UI