Skip to main content

Database

Browse 4,557 skills across 394 packs and 37 categories

Showing 1261–1320 of 1,708 skills
1,708 skills found in Technology & Engineering

Matplotlib

164L

Expert guidance on Matplotlib for creating static, animated, and interactive visualizations in Python.

Technology & EngineeringData Science

Numpy

171L

Expert guidance on NumPy for numerical computing, array operations, and linear algebra in Python.

Technology & EngineeringData Science

Pandas

172L

Expert guidance on Pandas for tabular data manipulation, transformation, and analysis in Python.

Technology & EngineeringData Science

Polars

169L

Expert guidance on Polars for high-performance dataframe operations with a lazy query engine in Python.

Technology & EngineeringData Science

Scikit Learn

175L

Expert guidance on scikit-learn for building, evaluating, and deploying machine learning models in Python.

Technology & EngineeringData Science

Arrays Strings

86L

Array and string manipulation patterns for technical coding interviews

Technology & EngineeringInterview Prep

Behavioral

102L

Behavioral interview preparation using the STAR method and leadership principles

Technology & EngineeringInterview Prep

Big O

104L

Time and space complexity analysis for technical coding interviews

Technology & EngineeringInterview Prep

Dynamic Programming

96L

Dynamic programming patterns and techniques for technical coding interviews

Technology & EngineeringInterview Prep

Linked Lists Stacks

90L

Linked list, stack, and queue patterns for technical coding interviews

Technology & EngineeringInterview Prep

SQL Interview

159L

SQL query patterns and database concepts for technical coding interviews

Technology & EngineeringInterview Prep

System Design Interview

100L

System design interview framework and common architecture patterns

Technology & EngineeringInterview Prep

Trees Graphs

85L

Tree and graph algorithm patterns for technical coding interviews

Technology & EngineeringInterview Prep

Anti Detection

225L

Ethical techniques for handling CAPTCHAs, rate limiting, and bot detection while scraping responsibly

Technology & EngineeringWeb Scraping

Beautifulsoup

175L

HTML and XML parsing with Beautiful Soup in Python for flexible data extraction

Technology & EngineeringWeb Scraping

Cheerio

157L

Fast server-side HTML parsing and data extraction with Cheerio using jQuery-like syntax

Technology & EngineeringWeb Scraping

Data Pipeline

391L

Patterns for building robust scraping data pipelines with validation, deduplication, storage, and monitoring

Technology & EngineeringWeb Scraping

Playwright Scraping

172L

Cross-browser web scraping with Playwright, supporting Chromium, Firefox, and WebKit

Technology & EngineeringWeb Scraping

Puppeteer

164L

Headless Chrome browser automation with Puppeteer for scraping dynamic, JavaScript-rendered pages

Technology & EngineeringWeb Scraping

Scrapy

217L

Production-grade web scraping framework in Python with built-in crawling, pipelines, and middleware

Technology & EngineeringWeb Scraping

Selenium

204L

Browser-based web scraping and automation with Selenium WebDriver across multiple languages

Technology & EngineeringWeb Scraping

Appwrite

264L

Appwrite self-hosted BaaS with database, auth, storage, and serverless functions

Technology & EngineeringBaas

AWS Amplify

330L

AWS Amplify BaaS with AppSync GraphQL, Cognito auth, S3 storage, and Lambda functions

Technology & EngineeringBaas

Backendless

273L

Backendless BaaS with real-time database, user authentication, Cloud Code,

Technology & EngineeringBaas

Clerk Auth

342L

Clerk authentication service with pre-built UI components, session management, and multi-framework support

Technology & EngineeringBaas

Convex

292L

Convex real-time backend with reactive queries, mutations, and serverless functions

Technology & EngineeringBaas

Encore

252L

Encore is a backend development platform that automatically provisions, configures, and manages cloud infrastructure based on your Go code. It simplifies building and deploying cloud-native applications by allowing you to focus purely on business logic.

Technology & EngineeringBaas

Firebase

261L

Firebase BaaS with Firestore, Authentication, Cloud Functions, and Hosting

Technology & EngineeringBaas

Hasura

316L

Hasura is an open-source engine that connects to your databases (PostgreSQL, MS SQL, etc.) and instantly gives you a production-ready GraphQL API. It simplifies data access, real-time subscriptions, and authorization management, making it ideal for rapidly developing data-driven applications.

Technology & EngineeringBaas

Nhost

310L

Nhost BaaS with Hasura GraphQL, PostgreSQL, authentication, and storage

Technology & EngineeringBaas

Parse Server

292L

Parse Server is an open-source backend framework that provides a scalable and flexible way to build web and mobile applications with a self-hostable backend-as-a-service (BaaS). It offers database management, REST APIs, GraphQL, push notifications, and user authentication.

Technology & EngineeringBaas

Pocketbase

280L

PocketBase single-binary BaaS with SQLite, auth, real-time, and file storage

Technology & EngineeringBaas

Strapi Baas

236L

Strapi is an open-source, headless CMS that allows you to build custom APIs and manage content.

Technology & EngineeringBaas

Supabase

238L

Supabase BaaS with Postgres, Auth, Realtime, Storage, and Edge Functions

Technology & EngineeringBaas

Code Smells

200L

Identify and fix common code smells that indicate deeper design problems

Technology & EngineeringClean Code

Dependency Management

187L

Manage dependencies and reduce coupling to build modular, flexible systems

Technology & EngineeringClean Code

Error Handling

197L

Implement clean error handling strategies that keep code readable and robust

Technology & EngineeringClean Code

Function Design

198L

Design small, focused functions that do one thing well and are easy to test

Technology & EngineeringClean Code

Naming Conventions

169L

Choose clear, intention-revealing names for variables, functions, classes, and modules

Technology & EngineeringClean Code

Refactoring Patterns

204L

Apply common refactoring patterns to improve code structure without changing behavior

Technology & EngineeringClean Code

Solid Principles

177L

Apply SOLID principles to design flexible, maintainable object-oriented code

Technology & EngineeringClean Code

Testing Principles

216L

Design effective tests using the testing pyramid, clean test structure, and test-driven thinking

Technology & EngineeringClean Code

Content Security Policy

269L

Configure Content-Security-Policy headers to mitigate XSS, data injection, and clickjacking attacks.

Technology & EngineeringSecurity Practices

CORS Security

230L

Configure CORS headers correctly to control cross-origin resource access while preventing overly permissive policies.

Technology & EngineeringSecurity Practices

CSRF Protection

247L

Protect web applications against cross-site request forgery (CSRF) using tokens, SameSite cookies, and origin validation.

Technology & EngineeringSecurity Practices

Input Validation

267L

Validate and sanitize all user input at application boundaries using schemas, type coercion, and allowlists.

Technology & EngineeringSecurity Practices

Secrets Management

297L

Securely store, access, rotate, and audit application secrets and credentials using vaults, environment variables, and CI/CD integrations.

Technology & EngineeringSecurity Practices

SQL Injection

238L

Prevent SQL injection attacks using parameterized queries, ORM best practices, and input validation layers.

Technology & EngineeringSecurity Practices

Supply Chain Security

316L

Secure your software supply chain by auditing dependencies, pinning versions, verifying integrity, and monitoring for vulnerabilities.

Technology & EngineeringSecurity Practices

XSS Prevention

195L

Prevent cross-site scripting (XSS) attacks through output encoding, input sanitization, and secure rendering practices.

Technology & EngineeringSecurity Practices

Class to Functional React

176L

Convert React class components to functional components with hooks

Technology & EngineeringMigration Patterns

Cra to Nextjs

256L

Migrate a Create React App project to Next.js for server-side rendering and file-based routing

Technology & EngineeringMigration Patterns

Javascript to Typescript

138L

Migrate a JavaScript codebase to TypeScript incrementally with minimal disruption

Technology & EngineeringMigration Patterns

Jest to Vitest

216L

Migrate a test suite from Jest to Vitest for faster execution and native ESM support

Technology & EngineeringMigration Patterns

Monolith to Microservices

198L

Decompose a monolithic application into microservices using the strangler fig pattern

Technology & EngineeringMigration Patterns

REST to GRAPHQL

175L

Migrate a REST API to GraphQL while maintaining backward compatibility

Technology & EngineeringMigration Patterns

SQL to Nosql

203L

Migrate from a relational SQL database to a NoSQL document or key-value store

Technology & EngineeringMigration Patterns

Webpack to Vite

195L

Migrate a Webpack-based project to Vite for faster development builds and HMR

Technology & EngineeringMigration Patterns

Actions

232L

Server-side form mutations with action functions, progressive enhancement, and optimistic UI in Remix

Technology & EngineeringRemix

Authentication

297L

Authentication patterns in Remix using sessions, cookies, JWT, OAuth flows, and route protection

Technology & EngineeringRemix