11-- Sample data for the `profile` table
22UPDATE profile
33SET
4- first_name = ' Samus ' ,
5- last_name = ' Aran ' ,
6- address_street_1 = ' 7 Zebes Way ' ,
7- address_street_2 = ' Unit Chozo ' ,
8- address_city = ' Brinstar ' ,
9- address_state = ' SR ' ,
10- address_zip = ' 99999 ' ,
11- linkedin = ' https://linkedin.com/in/samusaran ' ,
12- github = ' https://github.com/zero-suit-dev ' ,
13- personal_website = ' https://samus.dev ' ,
14- email = ' samus@galacticfed.io ' ,
15- telephone = ' 800-ZERO-DRM '
4+ first_name = ' Janus ' ,
5+ last_name = ' Chung ' ,
6+ address_street_1 = ' 123 Main St ' ,
7+ address_street_2 = ' Apt 4 ' ,
8+ address_city = ' City ' ,
9+ address_state = ' State ' ,
10+ address_zip = ' 12345 ' ,
11+ linkedin = ' https://linkedin.com/in/janus ' ,
12+ github = ' https://github.com/januschung ' ,
13+ personal_website = ' https://januschung.github.io ' ,
14+ email = ' test@test.com ' ,
15+ telephone = ' 123-456-7890 '
1616WHERE id = 1 ;
1717
1818-- Sample job applications data
@@ -27,31 +27,31 @@ INSERT INTO job_application (
2727 status
2828)
2929VALUES
30- (' Hyrule Systems ' , ' Software Engineer' , ' 110k-130k ' , ' https://hyrulesys. com/jobs/se' , CURRENT_DATE + 1 , ' Develop combat mechanics engine ' , ' Great Glassdoor reviews' , ' open' ),
31- (' NekoTech ' , ' AI Engineer' , ' 120k-150k ' , ' https://nekotech.ai /jobs/ai' , CURRENT_DATE + 2 , ' Build NPC behavior models' , ' Still in early stages' , ' open' ),
32- (' KoopaCloud ' , ' Cloud Architect' , ' 140k-160k ' , ' https://koopacloud.io /jobs/cloud-arch' , CURRENT_DATE + 3 , ' Architect scalable cloud systems' , ' Love the Mario branding ' , ' open' ),
33- (' Aperture Logic ' , ' Test Engineer' , ' 90k-110k ' , ' https://aperturelogic. com/jobs/test' , CURRENT_DATE + 4 , ' Test automated turrets ' , ' Sent follow-up email' , ' open' ),
34- (' Midgar Works ' , ' DevOps Engineer' , ' 105k-125k ' , ' https://midgarworks .com/jobs/devops' , CURRENT_DATE + 5 , ' Maintain CI/CD pipelines' , ' Waiting on recruiter reply' , ' open' ),
35- (' Zanarkand Dynamics ' , ' Game Designer' , ' 85k-105k ' , ' https://zanarkanddyn. com/jobs/designer' , CURRENT_DATE + 6 , ' Design game levels ' , ' Excited about their new RPG ' , ' open' ),
36- (' EchoSlay ' , ' UX Designer' , ' 95k-115k ' , ' https://echoslay. com/jobs/ux' , CURRENT_DATE + 7 , ' Improve UI flow for AR battles ' , ' Portfolio shared' , ' open' ),
37- (' RaptureNet ' , ' Network Engineer' , ' 100k-120k ' , ' https://rapturenet. com/jobs/neteng' , CURRENT_DATE + 8 , ' Design underwater comms ' , ' Waiting on update' , ' open' ),
38- (' MoogleSoft ' , ' Data Engineer' , ' 100k-125k ' , ' https://mooglesoft. com/jobs/data-eng' , CURRENT_DATE + 9 , ' ETL pipelines for player stats ' , ' Pinged recruiter on LinkedIn' , ' open' ),
39- (' WumpaWorks ' , ' Front-end Developer' , ' 90k-110k ' , ' https://wumpaworks.io/ jobs/frontend' , CURRENT_DATE + 10 , ' Build React-based dashboard' , ' Small but growing studio ' , ' open' ),
40- (' VaultTec Labs ' , ' Backend Developer' , ' 110k-130k ' , ' https://vaulttecjobs. com/backend' , CURRENT_DATE + 11 , ' Secure RESTful APIs' , ' Pending code challenge' , ' open' ),
41- (' BoomerangX ' , ' Mobile Developer' , ' 100k-115k ' , ' https://boomerangx. com/jobs/mobile' , CURRENT_DATE + 12 , ' Work on mobile PvP features ' , ' Great game mechanics ' , ' open' ),
42- (' CyberVania ' , ' Product Manager' , ' 130k-150k ' , ' https://cybervania .com/jobs/pm' , CURRENT_DATE + 13 , ' Manage roadmap' , ' Met PM at meetup' , ' active' ),
43- (' Respawn Digital ' , ' SRE' , ' 125k-145k ' , ' https://respawn.digital /jobs/sre' , CURRENT_DATE + 14 , ' Uptime focus' , ' Interviewed last week' , ' active' ),
44- (' MotherboardX ' , ' Security Engineer' , ' 120k-140k ' , ' https://mbx. com/jobs/seceng' , CURRENT_DATE + 15 , ' Pen testing' , ' Final round soon' , ' active' ),
45- (' YoshiStack ' , ' Fullstack Dev' , ' 110k-130k ' , ' https://yoshistack.io /jobs/fullstack' , CURRENT_DATE + 16 , ' End-to-end features' , ' Tech test done' , ' active' ),
46- (' DriftCircuit ' , ' Game Server Engineer' , ' 115k-135k ' , ' https://driftcircuit. com/jobs/server' , CURRENT_DATE + 17 , ' Multiplayer infra ' , ' Awaiting next round' , ' active' ),
47- (' RedRing Labs ' , ' QA Analyst' , ' 80k-100k ' , ' https://redringlabs .com/jobs/qa' , CURRENT_DATE + 18 , ' Test regression cases' , ' Rejected with feedback' , ' rejected' ),
48- (' ManaCore ' , ' DevRel' , ' 95k-110k ' , ' https://manacore.gg/ jobs/devrel' , CURRENT_DATE + 19 , ' Engage community devs ' , ' Ghosted after recruiter chat' , ' ghosted' ),
49- (' DarkZone AI ' , ' ML Ops' , ' 120k-145k ' , ' https://darkzone.ai /jobs/mlops' , CURRENT_DATE + 20 , ' Maintain models in prod' , ' No updates post final round' , ' ghosted' ),
50- (' PixelForge ' , ' Art Pipeline Engineer' , ' 100k-120k ' , ' https://pixelforge.gg/ jobs/art-pipeline ' , CURRENT_DATE + 21 , ' Automate asset pipelines ' , ' Ghosted after take-home' , ' ghosted' ),
51- (' SynthCity ' , ' Infrastructure Engineer' , ' 130k-150k ' , ' https://synthcity.tech/ jobs/infra' , CURRENT_DATE + 22 , ' Modernize infra ' , ' Rejection after panel' , ' rejected' ),
52- (' ChocoboCloud ' , ' Support Engineer' , ' 80k-95k ' , ' https://chocobo.cloud /jobs/support' , CURRENT_DATE + 23 , ' Tech support workflows' , ' Quick rejection' , ' rejected' ),
53- (' StarByte Studios ' , ' Gameplay Engineer' , ' 110k-130k ' , ' https://starbyte.dev/ jobs/gameplay ' , CURRENT_DATE + 24 , ' Gameplay mechanics ' , ' No reply after HR call' , ' ghosted' ),
54- (' ShadowCode ' , ' Tooling Engineer' , ' 105k-125k ' , ' https://shadowcode.gg/ jobs/tooling' , CURRENT_DATE + 25 , ' Dev tools for creators ' , ' Ghosted after tech screen' , ' ghosted' );
30+ (' Google ' , ' Software Engineer' , ' 180k-220k ' , ' https://careers.google. com/jobs/se' , CURRENT_DATE + 1 , ' Develop scalable web applications ' , ' Great Glassdoor reviews' , ' open' ),
31+ (' Microsoft ' , ' AI Engineer' , ' 170k-210k ' , ' https://careers.microsoft.com /jobs/ai' , CURRENT_DATE + 2 , ' Build machine learning models' , ' Still in early stages' , ' open' ),
32+ (' Amazon ' , ' Cloud Architect' , ' 180k-220k ' , ' https://www.amazon.jobs /jobs/cloud-arch' , CURRENT_DATE + 3 , ' Architect scalable cloud systems' , ' AWS experience preferred ' , ' open' ),
33+ (' Meta ' , ' Test Engineer' , ' 150k-180k ' , ' https://www.metacareers. com/jobs/test' , CURRENT_DATE + 4 , ' Test automation frameworks ' , ' Sent follow-up email' , ' open' ),
34+ (' Apple ' , ' DevOps Engineer' , ' 160k-190k ' , ' https://jobs.apple .com/jobs/devops' , CURRENT_DATE + 5 , ' Maintain CI/CD pipelines' , ' Waiting on recruiter reply' , ' open' ),
35+ (' Netflix ' , ' Product Designer' , ' 150k-180k ' , ' https://jobs.netflix. com/jobs/designer' , CURRENT_DATE + 6 , ' Design user experiences ' , ' Excited about their streaming platform ' , ' open' ),
36+ (' Adobe ' , ' UX Designer' , ' 140k-170k ' , ' https://careers.adobe. com/jobs/ux' , CURRENT_DATE + 7 , ' Improve UI flow for creative tools ' , ' Portfolio shared' , ' open' ),
37+ (' Salesforce ' , ' Network Engineer' , ' 150k-180k ' , ' https://www.salesforce. com/careers/ jobs/neteng' , CURRENT_DATE + 8 , ' Design network infrastructure ' , ' Waiting on update' , ' open' ),
38+ (' Oracle ' , ' Data Engineer' , ' 140k-170k ' , ' https://www.oracle. com/careers/ jobs/data-eng' , CURRENT_DATE + 9 , ' ETL pipelines for analytics ' , ' Pinged recruiter on LinkedIn' , ' open' ),
39+ (' IBM ' , ' Front-end Developer' , ' 130k-160k ' , ' https://www.ibm.com/careers/ jobs/frontend' , CURRENT_DATE + 10 , ' Build React-based dashboard' , ' Enterprise focus ' , ' open' ),
40+ (' Intel ' , ' Backend Developer' , ' 140k-170k ' , ' https://www.intel. com/careers/jobs /backend' , CURRENT_DATE + 11 , ' Secure RESTful APIs' , ' Pending code challenge' , ' open' ),
41+ (' NVIDIA ' , ' Mobile Developer' , ' 160k-190k ' , ' https://www.nvidia. com/careers/ jobs/mobile' , CURRENT_DATE + 12 , ' Work on mobile applications ' , ' Great tech stack ' , ' open' ),
42+ (' Stripe ' , ' Product Manager' , ' 180k-220k ' , ' https://stripe .com/jobs/pm' , CURRENT_DATE + 13 , ' Manage product roadmap' , ' Met PM at meetup' , ' active' ),
43+ (' Airbnb ' , ' SRE' , ' 180k-210k ' , ' https://careers.airbnb.com /jobs/sre' , CURRENT_DATE + 14 , ' Uptime focus' , ' Interviewed last week' , ' active' ),
44+ (' Uber ' , ' Security Engineer' , ' 170k-200k ' , ' https://www.uber. com/careers /jobs/seceng' , CURRENT_DATE + 15 , ' Pen testing' , ' Final round soon' , ' active' ),
45+ (' Tesla ' , ' Fullstack Dev' , ' 150k-180k ' , ' https://www.tesla.com/careers /jobs/fullstack' , CURRENT_DATE + 16 , ' End-to-end features' , ' Tech test done' , ' active' ),
46+ (' Spotify ' , ' Backend Engineer' , ' 160k-190k ' , ' https://www.spotifyjobs. com/jobs/server' , CURRENT_DATE + 17 , ' Music streaming infrastructure ' , ' Awaiting next round' , ' active' ),
47+ (' Twitter ' , ' QA Analyst' , ' 120k-150k ' , ' https://careers.twitter .com/jobs/qa' , CURRENT_DATE + 18 , ' Test regression cases' , ' Rejected with feedback' , ' rejected' ),
48+ (' LinkedIn ' , ' DevRel' , ' 140k-170k ' , ' https://www.linkedin.com/careers/ jobs/devrel' , CURRENT_DATE + 19 , ' Engage developer community ' , ' Ghosted after recruiter chat' , ' ghosted' ),
49+ (' GitHub ' , ' ML Ops' , ' 170k-200k ' , ' https://github.com/careers /jobs/mlops' , CURRENT_DATE + 20 , ' Maintain models in prod' , ' No updates post final round' , ' ghosted' ),
50+ (' Atlassian ' , ' Platform Engineer' , ' 150k-180k ' , ' https://www.atlassian.com/careers/ jobs/platform ' , CURRENT_DATE + 21 , ' Automate development workflows ' , ' Ghosted after take-home' , ' ghosted' ),
51+ (' Shopify ' , ' Infrastructure Engineer' , ' 180k-210k ' , ' https://www.shopify.com/careers/ jobs/infra' , CURRENT_DATE + 22 , ' Modernize infrastructure ' , ' Rejection after panel' , ' rejected' ),
52+ (' Square ' , ' Support Engineer' , ' 120k-145k ' , ' https://squareup.com/careers /jobs/support' , CURRENT_DATE + 23 , ' Tech support workflows' , ' Quick rejection' , ' rejected' ),
53+ (' Palantir ' , ' Software Engineer' , ' 180k-220k ' , ' https://www.palantir.com/careers/ jobs/engineer ' , CURRENT_DATE + 24 , ' Data platform development ' , ' No reply after HR call' , ' ghosted' ),
54+ (' Databricks ' , ' Tooling Engineer' , ' 160k-190k ' , ' https://www.databricks.com/careers/ jobs/tooling' , CURRENT_DATE + 25 , ' Dev tools for data engineers ' , ' Ghosted after tech screen' , ' ghosted' );
5555
5656-- Sample interviews data (linked to job applications)
5757INSERT INTO interview (
@@ -62,18 +62,18 @@ INSERT INTO interview (
6262 status
6363)
6464VALUES
65- (1 , CURRENT_DATE + 5 , ' Zelda N. ' , ' Gameplay logic deep-dive' , ' open' ),
66- (2 , CURRENT_DATE + 6 , ' Cat Y. ' , ' ML architecture discussion' , ' open' ),
67- (3 , CURRENT_DATE + 7 , ' Bowser K. ' , ' Cloud deployment design' , ' open' ),
68- (4 , CURRENT_DATE + 8 , ' GLaDOS B. ' , ' Automated testing walk-through' , ' open' ),
69- (5 , CURRENT_DATE + 9 , ' Barret W. ' , ' CI/CD system review' , ' open' ),
70- (6 , CURRENT_DATE + 10 , ' Tidus A. ' , ' Level design critique ' , ' open' ),
71- (7 , CURRENT_DATE + 11 , ' Echo V. ' , ' UX case study' , ' open' ),
72- (8 , CURRENT_DATE + 12 , ' Andrew R. ' , ' Networking concepts' , ' open' ),
73- (13 , CURRENT_DATE + 13 , ' Jill V. ' , ' Product case presentation' , ' open' ),
74- (14 , CURRENT_DATE + 14 , ' Octane S. ' , ' On-call rotation Q&A' , ' open' ),
75- (15 , CURRENT_DATE + 15 , ' Luigi M. ' , ' Security policy overview' , ' open' ),
76- (16 , CURRENT_DATE + 16 , ' Toad C. ' , ' Fullstack architecture deep dive' , ' open' );
65+ (1 , CURRENT_DATE + 5 , ' Sarah Chen ' , ' System design deep-dive' , ' open' ),
66+ (2 , CURRENT_DATE + 6 , ' Michael Park ' , ' ML architecture discussion' , ' open' ),
67+ (3 , CURRENT_DATE + 7 , ' David Kim ' , ' Cloud deployment design' , ' open' ),
68+ (4 , CURRENT_DATE + 8 , ' Jennifer Martinez ' , ' Automated testing walk-through' , ' open' ),
69+ (5 , CURRENT_DATE + 9 , ' Robert Johnson ' , ' CI/CD system review' , ' open' ),
70+ (6 , CURRENT_DATE + 10 , ' Emily Davis ' , ' Design portfolio review ' , ' open' ),
71+ (7 , CURRENT_DATE + 11 , ' James Wilson ' , ' UX case study' , ' open' ),
72+ (8 , CURRENT_DATE + 12 , ' Andrew Rodriguez ' , ' Networking concepts' , ' open' ),
73+ (13 , CURRENT_DATE + 13 , ' Jessica Lee ' , ' Product case presentation' , ' open' ),
74+ (14 , CURRENT_DATE + 14 , ' Thomas Anderson ' , ' On-call rotation Q&A' , ' open' ),
75+ (15 , CURRENT_DATE + 15 , ' Maria Garcia ' , ' Security policy overview' , ' open' ),
76+ (16 , CURRENT_DATE + 16 , ' Christopher Brown ' , ' Fullstack architecture deep dive' , ' open' );
7777
7878
7979-- Sample offers data (linked to job applications)
@@ -84,11 +84,11 @@ INSERT INTO offer (
8484 description
8585)
8686VALUES
87- (1 , CURRENT_DATE + 20 , ' 120k ' , ' Offer from Hyrule Systems for Software Engineer' ),
88- (2 , CURRENT_DATE + 21 , ' 135k ' , ' Offer from NekoTech for AI Engineer' ),
89- (6 , CURRENT_DATE + 22 , ' 105k ' , ' Offer from Zanarkand Dynamics for Game Designer' ),
90- (14 , CURRENT_DATE + 23 , ' 140k ' , ' Offer from Respawn Digital for SRE' ),
91- (15 , CURRENT_DATE + 24 , ' 138k ' , ' Offer from MotherboardX for Security Engineer' );
87+ (1 , CURRENT_DATE + 20 , ' 200k ' , ' Offer from Google for Software Engineer' ),
88+ (2 , CURRENT_DATE + 21 , ' 190k ' , ' Offer from Microsoft for AI Engineer' ),
89+ (6 , CURRENT_DATE + 22 , ' 165k ' , ' Offer from Netflix for Product Designer' ),
90+ (14 , CURRENT_DATE + 23 , ' 195k ' , ' Offer from Airbnb for SRE' ),
91+ (15 , CURRENT_DATE + 24 , ' 185k ' , ' Offer from Uber for Security Engineer' );
9292
9393-- Sample frequent url data
9494INSERT INTO frequent_url (
0 commit comments