---
title: Web development
kind: note
description: Resources Front-end Developer Interview Questions A list of helpful front-end related questions you can use to interview potential candidates, test yourself or completely ignore. The Twelve-Factor App…
words: 529
readingMinutes: 2
created: '2024-06-12T19:16:18+02:00'
updated: '2025-08-22T10:44:14+02:00'
---
## Resources
- [Front-end Developer Interview Questions](https://github.com/h5bp/Front-end-Developer-Interview-Questions)
  > A list of helpful front-end related questions you can use to interview potential candidates, test yourself or completely ignore.
- [The Twelve-Factor App](https://12factor.net/)
  > The twelve-factor app is a methodology for building software-as-a-service apps that:
  >
  > - Use **declarative** formats for setup automation, to minimize time and cost for new developers joining the project;
  > - Have a **clean contract** with the underlying operating system, offering **maximum portability** between execution environments;
  > - Are suitable for **deployment** on modern **cloud platforms**, obviating the need for servers and systems administration;
  > - **Minimize divergence** between development and production, enabling **continuous deployment** for maximum agility;
  > - And can **scale up** without significant changes to tooling, architecture, or development practices.
- [web.dev](https://web.dev/)
  > Guidance to build modern web experiences that work on any browser.
- [Open Web Docs](https://github.com/openwebdocs) - developing MDN documentation
### Services
- [Beeceptor](https://beeceptor.com/)  - <span class="dead-link">REST</span> & <span class="dead-link">SOAP</span> <span class="dead-link">API</span> Mock Server
- [httpstat.us](https://httpstat.us/)
  > This is a super simple service for generating different HTTP codes.
  >
  > It's useful for testing how your own scripts deal with varying responses.
  >
  > Just add the status code you want to the URL, like this: httpstat.us/200
- [Clipboard Inspector](https://evercoder.github.io/clipboard-inspector/)
  > A tool to help you explore the kinds of data available when you paste something on a web page, or drop something onto it.
- [Timestamp To Date Converter](https://timestamp.online/)
  > Convert timestamp to date or date to timestamp easily
- [time.is](https://time.is/)
  > exact time for any time zone
- [placekitten](https://placekitten.com/)
  > **A quick and simple service for getting pictures of kittens for use as placeholders in your designs or code.** Just put your image size (width & height) after our URL and you'll get a placeholder.
  >
  > **Like this:** `https://placekitten.com/200/300`
  > **or:** `https://placekitten.com/g/200/300`
- [PWA Builder](https://www.pwabuilder.com/)
- [SVGOMG](https://svgomg.net/)
  > Best SVG optimizer and minifier
- [Kaltura Video Cloud Platform](https://corp.kaltura.com/)
- [UBER ADDRESS](https://uberaddress.io/)
  > Easy to use, typo tolerant and fast address autocomplete API to help you increasing the user experience on your address forms.
- [Marker.io](https://marker.io/)
  > Send feedback and bug reportswithout leaving your website
- [mail-tester.com](https://www.mail-tester.com/)
> Test the Spammyness of your Emails
- [httpbin.org](https://httpbin.org/) - test your HTTP client with delayed and slow responses from this service
#### Design
- [Uizard](https://uizard.io/) AI-powered mockup tool
#### Hosting
- [HostGator.com](https://www.hostgator.com/)
- [List of simple drag-and-drop hosting services](https://frontendmasters.com/blog/exactly-how-to-deploy-local-files-to-make-a-live-website/)
### Testing
- [Amazon Web App Tester](https://www.amazon.com/Amazon-Digital-Services-Inc-Tester/dp/B00DZ3I1W8)
  > Want to see how your HTML5 Web App or mobile optimized website behaves on Fire TV, Fire TV Stick, Fire Phone, Fire Tablets, or Android devices? Use the Web App Tester to evaluate the customer experience of your app before you submit it and to debug directly on the devices. Using the Web App Tester you can quickly validate your implementation of Amazon In-App Purchasing API for JavaScript (requires Amazon’s Mobile SDK Tester).
- [Playwright](https://playwright.dev/)
  > Playwright enables reliable end-to-end testing for modern web apps.
### Browser feature comparison
- [Web Platform Status](https://webstatus.dev/)
- [Can I use...](https://caniuse.com/)
### Component libraries
- [Tailwind UI](https://tailwindui.com/) - commercial
- [Mamba UI](https://www.mambaui.com/) - free, open-source
- [Creative-Tim](https://creative-tim.com/) - some free, some paid
- [Headless UI](https://headlessui.com/) - free, unstyled
- [Material Tailwind](https://www.material-tailwind.com/) - free, open-source
- [Tailwind Components](https://tailwindcomponents.com/) - free
### CMS
- [Front Matter](https://frontmatter.codes/)
	- A [Markdown](/notes/markdown)- and [Git](/notes/git)-based CMS that runs as a [VS Code](/notes/vscode) extension
### Icons
- [React Icons](https://react-icons.github.io/react-icons/) - even if you don't use <span class="dead-link">React</span>, this page makes it easy to search through all popular icon libraries, e.g.
	- [Font Awesome](https://fontawesome.com/)
	- [Material Design](https://fonts.google.com/icons)
	- [Heroicons](https://heroicons.com/)
	- [Bootstrap](https://icons.getbootstrap.com/)
	- [Visual Studio Code](https://microsoft.github.io/vscode-codicons/dist/codicon.html)
- [Free Icons For Commercial Use](https://www.websiteplanet.com/blog/free-icons-for-commercial-use/) - listing 18 websites with commercially usable icons
