Skip to main content

이 저장소의 skills

thedaviddias/Front-End-Checklist - 7페이지

SkillsMP는 thedaviddias/Front-End-Checklist에서 390개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

thedaviddias/Front-End-Checklist

수집된 skill 390개 중 40개를 표시합니다.

직업 분류
웹·디지털 인터페이스 디자이너
설명

Use when reviewing rendered HTML, interactive components, or design-system patterns related to Make modal dialogs keyboard accessible. Check native semantics first, then inspect keyboard behavior, focus flow, accessible names, and screen-reader output where…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when reviewing scripts, client components, bundles, or runtime behavior related to Use modern array and object methods. Inspect both source code and the browser execution path so fixes target the real bottleneck or bug.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when reviewing image assets, markup, and CDN or build transforms related to Use modern image formats (WebP, AVIF). Check encoded size, rendered size, loading strategy, and above-the-fold impact together.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Use when evaluating test quality on modules containing business logic, calculation utilities, or state machines to determine whether the tests provide genuine defect detection.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when reviewing stylesheets, component styles, and responsive behavior related to Use consistent CSS naming conventions. Check the rendered layout across breakpoints and interaction states before proposing a fix.

원문 언어: 영어

업데이트
직업 분류
시장조사 분석가·마케팅 전문가
설명

Use when auditing a local business website for local SEO. Applies to any business that has a physical address and wants to appear in local search results or Google Maps.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when reviewing templates, rendered HTML, or shared components related to Use navigation landmark regions. Validate the final browser-facing markup, not just the source framework abstraction.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when reviewing HTML or JSX for anchor elements with target='_blank' to verify rel='noopener noreferrer' is present.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when reviewing TypeScript files for type safety regressions, during code review of functions that handle external data, or when the codebase has ESLint warnings for @typescript-eslint/no-explicit-any.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when auditing tsconfig.json for missing safety flags, reviewing code that uses array index access in data processing pipelines, or investigating runtime undefined errors that TypeScript did not catch.

원문 언어: 영어

업데이트
직업 분류
시장조사 분석가·마케팅 전문가
설명

Use when auditing internal link structure or reviewing link attributes. Applies to any site using rel=nofollow on links pointing to pages within the same domain.

원문 언어: 영어

업데이트
직업 분류
시장조사 분석가·마케팅 전문가
설명

Use when auditing an XML sitemap or diagnosing indexing issues. Applies to any site where noindex meta tags or X-Robots-Tag headers may be applied to URLs also listed in the sitemap.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when reviewing templates, rendered HTML, or shared components related to Provide noscript fallback content. Validate the final browser-facing markup, not just the source framework abstraction.

원문 언어: 영어

업데이트
직업 분류
시장조사 분석가·마케팅 전문가
설명

Use when auditing robots meta tags. Applies to any important landing page, article, or product page that should appear with a description in search results.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when reviewing rendered HTML, interactive components, or design-system patterns related to Provide alternative text for objects. Check native semantics first, then inspect keyboard behavior, focus flow, accessible names, and screen-reader output where…

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Use when adding PWA capabilities, implementing a service worker, or improving the experience for users on unreliable network connections.

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Use when reviewing image assets, markup, and CDN or build transforms related to Lazy load offscreen images. Check encoded size, rendered size, loading strategy, and above-the-fold impact together. Missing `loading='lazy'` is only a valid finding when you can…

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Use when auditing Open Graph tags or generating og:image assets. Applies to any page that may be shared on social networks or messaging platforms.

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Use when auditing a web page's social sharing metadata. Applies to any page users might share on social networks or messaging apps.

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Use when auditing Open Graph tags or investigating why social share counts appear low. Applies to any page with both canonical-url and og:url tags.

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Use when reviewing image assets, markup, and CDN or build transforms related to Optimise images for faster loading. Check encoded size, rendered size, loading strategy, and above-the-fold impact together.

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Use when auditing structured data on a business or brand website homepage. Applies to organisations, companies, non-profits, and publishers that want accurate Knowledge Panel information in Google Search.

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Use when reviewing mobile-first layouts, tablet experiences, fullscreen flows, forms, dashboards, or media interfaces. Check rendered behavior in both portrait and landscape and separate genuine layout constraints from unnecessary orientation assumptions.

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Use when auditing site architecture or investigating why specific pages have low organic traffic despite good content. Applies to any site with more than ~20 pages.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when auditing slow page loads, heavy assets, or rendering delays related to Keep page load time under 3 seconds. Verify the actual bottleneck in DevTools, Lighthouse, or field data before recommending changes.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when auditing slow page loads, heavy assets, or rendering delays related to Keep page weight under 1500KB. Verify the actual bottleneck in DevTools, Lighthouse, or field data before recommending changes.

원문 언어: 영어

업데이트
직업 분류
웹·디지털 인터페이스 디자이너
설명

Use when reviewing templates, rendered HTML, or shared components related to Make pagination accessible. Validate the final browser-facing markup, not just the source framework abstraction.

원문 언어: 영어

업데이트
직업 분류
시장조사 분석가·마케팅 전문가
설명

Use when auditing paginated content (blog archives, product category pages, search results). Applies to any site with lists or grids of content split across multiple pages.

원문 언어: 영어

업데이트
직업 분류
웹·디지털 인터페이스 디자이너
설명

Use when reviewing rendered HTML, interactive components, or design-system patterns related to Provide alternatives to parallax effects. Check native semantics first, then inspect keyboard behavior, focus flow, accessible names, and screen-reader output where…

원문 언어: 영어

업데이트
직업 분류
시장조사 분석가·마케팅 전문가
설명

Use when auditing URL structure or configuring search engine handling of filtered, sorted, or tracked URLs. Applies to e-commerce sites, filtered content directories, and any site appending tracking or session parameters.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when reviewing headers, forms, cookies, or third-party integrations related to Secure password input fields. Validate the effective browser and HTTP behavior in a production-like environment.

원문 언어: 영어

업데이트
직업 분류
웹·디지털 인터페이스 디자이너
설명

Use when reviewing rendered HTML, interactive components, or design-system patterns related to Allow pasting into form inputs. Check native semantics first, then inspect keyboard behavior, focus flow, accessible names, and screen-reader output where relevant.

원문 언어: 영어

업데이트
직업 분류
시장조사 분석가·마케팅 전문가
설명

Use when auditing a site that publishes downloadable PDFs (reports, white papers, legal documents, manuals). Applies to any site where PDFs are linked as indexable content resources.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when reviewing CI configuration, bundle analysis workflows, or pull requests that add dependencies and assets. Distinguish bundle-size budgets from runtime budgets such as Lighthouse or Core Web Vitals so teams can enforce both.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when auditing slow page loads, heavy assets, or rendering delays related to Use resource hints for faster loading. Verify the actual bottleneck in DevTools, Lighthouse, or field data before recommending changes.

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Use when reviewing HTTP response headers for defense-in-depth security hardening on any web application.

원문 언어: 영어

업데이트
직업 분류
시장조사 분석가·마케팅 전문가
설명

Use when auditing local business websites, e-commerce sites, or any site where a physical presence affects trust or local search visibility.

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Use when reviewing image assets, markup, and CDN or build transforms related to Use <picture> with an <img> fallback. Check encoded size, rendered size, loading strategy, and above-the-fold impact together.

원문 언어: 영어

업데이트
직업 분류
웹·디지털 인터페이스 디자이너
설명

Use when reviewing rendered HTML, interactive components, or design-system patterns related to Write in plain language. Check native semantics first, then inspect keyboard behavior, focus flow, accessible names, and screen-reader output where relevant.

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Use when reviewing string concatenation involving counts, translation key lookups, or i18n library configurations to check whether plural forms are handled correctly for all target locales.

원문 언어: 영어

업데이트
수집된 skill 390개 중 40개를 표시합니다.