rohandaxini / questions-to-interviewerLinks
Questions you should consider asking your interviewer and future company
☆15Updated 3 years ago
Alternatives and similar repositories for questions-to-interviewer
Users that are interested in questions-to-interviewer are comparing it to the libraries listed below
Sorting:
- Ensure a function is stable, meaning the same input always produces the same output☆16Updated 2 years ago
- Get the bundle identifier of the default browser (macOS). Example: com.apple.Safari☆13Updated 2 months ago
- Left pad each line in a string☆20Updated 2 years ago
- Create a noop process and get the PID☆14Updated 4 years ago
- Prefix CSS using Autoprefixer☆34Updated last year
- Sum numbers☆10Updated 4 months ago
- Get the iTerm2 version☆11Updated 3 weeks ago
- Check whether a binary version satisfies a semver range☆15Updated last year
- ES2015 Math.imul() ponyfill☆11Updated 2 years ago
- Check if a value is an error constructor☆14Updated 4 years ago
- Get the passwd user entry from a username or uid☆30Updated 3 years ago
- Get the path to the user home directory☆13Updated 4 years ago
- Check if a string is email like☆25Updated 2 months ago
- ES2015 Number.isFinite() ponyfill☆20Updated 4 years ago
- Get the URL from a web shortcut file☆14Updated 4 years ago
- Check if a filepath is a Markdown file☆22Updated 4 years ago
- Get the name of a named function☆34Updated 4 years ago
- Open the URL from a web shortcut file☆17Updated 4 years ago
- 10 Git problems & how to solve them☆18Updated 6 years ago
- Get the maximum permitted length of a path of a Unix domain socket☆14Updated 4 years ago
- List of platforms supported by Node.js☆12Updated 4 years ago
- Truncate a semver version: 1.2.3 → 1.2.0☆18Updated 3 years ago
- Convert matching single-quotes to double-quotes: `I 'love' unicorns` → `I "love" unicorns`☆24Updated 3 years ago
- Strip a path from a path☆18Updated 4 years ago
- Normalize the newline characters in a string to `\n`☆18Updated 4 months ago
- Try to downgrade the permissions of a process with root privileges☆17Updated 2 years ago
- Convert a path to a file url: `unicorn.jpg` → `file:///Users/sindresorhus/unicorn.jpg`☆28Updated 4 years ago
- Prepend `https://` to humanized URLs like `sindresorhus.com` and `file://` to file paths☆25Updated 3 years ago
- Get the email of an npm user☆14Updated last year
- Strip shebang (eg. #!/bin/sh) from a string☆11Updated 4 years ago