Skip to content

Commit c8d014a

Browse files
Added more FAQ
1 parent a22e530 commit c8d014a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

web/pages/index.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div class="row">
33
<QPage
4-
class="q-pb-xl offset-xl-3 offset-md-2 col-xl-6 col-md-8 col-sm-12 text-center"
4+
class="q-pb-xl offset-xl-3 offset-md-2 offset-sm-1 col-xl-6 col-md-8 col-sm-10 col-xs-12 text-center"
55
>
66
<section class="q-pb-xl">
77
<div class="header">
@@ -411,6 +411,8 @@ const faqs = {
411411
"Many roles such as a senior engineering manager or technical architect are more biased towards reading and evaluating code rather than writing code. This is also the case for roles like technical support or QA who may be tracing code, but not writing code. And in reality, we all use external resources when we typically code -- whether StackOverflow, GitHub Copilot, ChatGPT, or Reddit forums -- especially when we are dealing with algorithmically complex problems. Coding exercises artificially create a high-stress interaction that doesn't reflect how we build and ship software in real life.",
412412
"How is CodeRev.app free?":
413413
"It's designed to use mostly static resources and easily fits within the free tier of Google Firebase. It uses Firestore minimally and primarily stores source files in Storage which has a 1GB/day free limit. In short, CodeRev.app has been intentionally designed to be free for as long as possible.",
414+
"What features of CodeRev.app are privacy focused?":
415+
"CodeRev.app allows teams and candidates to use an account with a generated identifiers rather than their actual email address. Deletions are permanent; there's no soft deletion here! There's no ads and minimal tracking (only Google Analytics to keep an eye on traffic). Of course, it's also open source so you can see exactly how the data is used (or not used, in this case!).",
414416
"What's the stack?":
415417
"Nuxt3 (Vue.js) + Quasar Framework + Google Cloud Firebase. Productive, fast, and more or less free.",
416418
"Can you add [...]?": "Send me an email or DM and let me know!",

0 commit comments

Comments
 (0)