coderpad
HackerRank
CodeSignal
Codility
codebunk
HackerEarth
iMocha
HireVue
ESLint
Prettier
CodeClimate
Tailwind CSS
SonarQube
Next.js
VS Code
Codacy
coderpad
ESLintNo coderpad videos yet. You could help us improve this page by suggesting one.
Based on our record, ESLint seems to be a lot more popular than coderpad. While we know about 298 links to ESLint, we've tracked only 18 mentions of coderpad. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Some companies use things like CoderPad or Google Docs (yes, Google really used to use Google Docs). Those don't let you run the code either so they're more like whiteboards. Source: over 3 years ago
I am a CS major with a computer engineering minor. I want to prepare myself to apply for an Embedded Engineering Internship. The interview process includes a coding task on coderpad.io, I have no clue what to expect - what kind of questions will be asked for an embedded internship? I say this because coding embedded systems is rather different from "regular" coding in practice. High level v low level. Source: over 3 years ago
CoderPad : Quickly Conduct Coding Interviews and Phone Screen Interviews. - Source: dev.to / over 3 years ago
I am prepping for a final round interview for a frontend position at a medium size company. The recruiter gave me some information about one of the coding rounds and I am not entirely sure what to expect. The description says I will be building a fullstack web app, and the goal is to test my frontend and backend knowledge, and get a working solution. I will be using https://excalidraw.com/ in addition to... Source: over 3 years ago
The specific target interview format I have in mind is via a shared, live editor (e.g. https://coderpad.io/) and a video link, lasting ~1hr. The practice format might be more like 45min for the interview followed by 15 - 30min for feedback and discussion. Doing two of those back to back so both of us get our chance in the hot seat could be exhausting, so this might be two separate sessions. Source: over 3 years ago
Is this reasoning, or measurement? If measurement, push it to a deterministic tool. Sonar, Spotless, Ruff, ESLint, coverage gates, pre-commit hooks, complexity calculators. Write a script if no tool exists. That's how just lint got built, and that's the Unix-philosophy move for agentic coding. Hooks fire on tool calls; CI fires on PRs; pre-commit fires on commit. Pick the cheapest layer that catches the failure... - Source: dev.to / about 2 months ago
137Foundry provides legacy modernization services that include dependency mapping as a foundational assessment phase. Prettier and ESLint are useful companion tools for enforcing code style consistency as the refactoring proceeds. Node.js and Python.org official documentation are authoritative references for understanding the import and module systems of those runtimes. - Source: dev.to / 2 months ago
Prettier and ESLint are useful tools for establishing consistent code style as a baseline before starting structural refactoring - style differences in a diff make behavioral changes harder to spot. OWASP provides useful checklists for security-critical code review that apply directly to the critical path review step. - Source: dev.to / 2 months ago
Splitting for file length alone, splitting before a pattern appears at least twice, and splitting in ways that produce tightly coupled pairs of components are the patterns most worth avoiding. ESLint with the react-hooks plugin helps catch when extracted hooks still have too many concerns, by flagging dependency arrays that have grown unwieldy. - Source: dev.to / 2 months ago
ESLint is a standard part of the JavaScript and TypeScript toolchain. The eslint-plugin-react-hooks plugin, which is maintained by the React team, adds two rules specifically for React: rules-of-hooks enforces the rules of hooks at the call site level, and exhaustive-deps flags missing or unnecessary dependencies in useEffect, useMemo, and useCallback. - Source: dev.to / 2 months ago
HackerRank - HackerRank is a platform that allows companies to conduct interviews remotely to hire developers and for technical assessment purposes.
Prettier - An opinionated code formatter
CodeSignal - CodeSignal is the leading assessment platform for technical hiring.
CodeClimate - Code Climate provides automated code review for your apps, letting you fix quality and security issues before they hit production. We check every commit, branch and pull request for changes in quality and potential vulnerabilities.
Codility - Codility provides a SaaS platform with advanced validation, security and protection features to evaluate the skills of software engineers.
Tailwind CSS - A utility-first CSS framework for rapidly building custom user interfaces.