This Coding Project Gave Me An UNFAIR Advantage...

  Рет қаралды 3,906

SWErikCodes

SWErikCodes

14 күн бұрын

In this video, I'll show you a coding project that gives me an unfair advantage in the tech industry. Using technologies like Spring Boot, ReactJS, and PostgreSQL, I'll demonstrate how to create a full stack application that will impress any FAANG recruiter. I even had a Microsoft employee review the project, and I'll share everything he mentioned...
👨‍💻 Join Our Software Developer Community TODAY
For the best coding resources, professional resume reviews, expert mock interview prep and more, join my thriving community! Don't miss out on the opportunity to elevate your coding skills and career: www.subbb.me/swerikcodes
🔍 GitHub Profile
For all source code, or if you are looking for inspiration to get started on coding, check out my GitHub: github.com/Erik-Cupsa
🚀 Exclusive Offers:
For more exclusive offers, like a Software Development Certificate, check out my LinkTree: linktr.ee/swerikcodes
#faang #faangm #softwareengineer #softwaredeveloper #coding #codingprojects #codingproject #postgresql #springboot #reactjs #fullstack #fullstacksoftwareengineering #backend #backenddeveloper #frontend #frontenddeveloper #fullstackdevelopment #learncoding

Пікірлер: 39
@fm7018
@fm7018 12 күн бұрын
I’m really trying to come up with ideas One idea I had a was an ai sports commentator where it could be a an ai voice over of someone maybe a celebrity or something and you upload a video of a basketball game and they commentate over it. Do you think that is a good idea for a resume project. Only thing is that it does not solve a real problem and would probs not have much of a user base
@SWErikCodes
@SWErikCodes 12 күн бұрын
I think the technologies involved to solve it would be really good on your resume. But it’s something you’d struggle to host online somewhere for sure
@fm7018
@fm7018 12 күн бұрын
@@SWErikCodes do you think I should still try to do it? I’m really trying to think of a bigger project to do for the rest of summer
@SWErikCodes
@SWErikCodes 12 күн бұрын
@fm7018 I think it’s always better to just get started and do it. Besides, any AI project will stand out on your resume!
@thegoose9547
@thegoose9547 12 күн бұрын
I follow you on Instagram, and it's been really interesting to see your progress man! Your tips are great, and the "road to fang" series of yours always reminds me to continue on grinding. Motivational!!
@SWErikCodes
@SWErikCodes 12 күн бұрын
Love to hear you love the content! Thanks for supporting 🤝
@divyanshdixit4661
@divyanshdixit4661 12 күн бұрын
Awesome!! Have you completed Tech with Tim’s SDE course or still enrolled? And what is your experience with it like was it worth it?
@SWErikCodes
@SWErikCodes 12 күн бұрын
I’m still enrolled (at 70 percent complete). If you have any questions please email me I’ll give you a full break down!
@neilpatel2365
@neilpatel2365 11 күн бұрын
What resources did you use to learn PostgreSQL??? love the video
@SWErikCodes
@SWErikCodes 11 күн бұрын
I honestly learned it in university, and gained hands on experience by following a spring boot + PostgreSQL tutorial by amigscode. I’m trying to drop a video (soon 🤞) on this so stay tuned!
@JustinKocian
@JustinKocian 11 күн бұрын
Just use it
@golden-oj3mk
@golden-oj3mk 11 күн бұрын
Nice project. I was just wondering how are you getting your API data for your backend? Is there an API endpoint in which your university put their data?. Thanks in advance for the reply
@SWErikCodes
@SWErikCodes 11 күн бұрын
I built the API myself by data scraping
@golden-oj3mk
@golden-oj3mk 11 күн бұрын
@@SWErikCodes ah okay. I wanted to do a similar project for my canteen's university. They post a weekly menu on their website as a pdf. I was wondering if you have some idea on how can i get the data from the pdf file?
@SWErikCodes
@SWErikCodes 11 күн бұрын
@golden-oj3mk look into data scraping with pandas and beautiful soup!
@golden-oj3mk
@golden-oj3mk 11 күн бұрын
@@SWErikCodes okay i'll look it up. Thanks again for the help
@L.D.Lawliet
@L.D.Lawliet 9 күн бұрын
Honestly the video was great but how long did it take to complete the project
@SWErikCodes
@SWErikCodes 8 күн бұрын
Took me 4 weeks originally, but I’m continuously working on it as I’m attempting to integrate it with McGill enhanced
@fringeanomaly9284
@fringeanomaly9284 12 күн бұрын
i have made such projects for my uni too where in my head I imagined it being deployed and used by others but I am kind of an introvert and struggle to ask the faculty, uni or like you approach a Microsoft swe how did you approach these people ?? and how did you find them in the first place ?
@SWErikCodes
@SWErikCodes 12 күн бұрын
To gain a user base I just posted about my project on LinkedIn and Reddit. I then cold reached out to people that may implement it, not expecting any response but being pleasantly surprised with the responses
@fringeanomaly9284
@fringeanomaly9284 11 күн бұрын
@@SWErikCodes thx for the reply going to try it out
@geaton
@geaton 12 күн бұрын
Would a fitness app to track macros or exercises be resume worthy? react frontend, node backend, and postgres db? also sidenote can you walk me thru the chick fil a interview process lol
@SWErikCodes
@SWErikCodes 12 күн бұрын
Project: I think this is a great idea because it sounds like something you’re passionate about (which goes a long way in interviews) and is in the in demand technologies
@SWErikCodes
@SWErikCodes 12 күн бұрын
Interview: I had an OA with leetcode questions and random dsa knowledge questions which were mcq. Then had to do this video recorded interview, then a final phone call which was both behavioural and technical.
@jagstxr
@jagstxr 11 күн бұрын
a question I have was, why did you use Spring boot instead of using something like NextJS + TRPC + Prisma?
@SWErikCodes
@SWErikCodes 11 күн бұрын
I just wanted practice with Spring Boot
@andrean40
@andrean40 9 күн бұрын
Those are more for start-ups not big tech
@jagstxr
@jagstxr 9 күн бұрын
@@andrean40 well he's not building big tech.
@andiuptown1711
@andiuptown1711 12 күн бұрын
*Did u use Spring Security for this ?If not, how did u secure it?*
@SWErikCodes
@SWErikCodes 12 күн бұрын
I actually only implemented security checks through supabase, but spring security is a great thing to use for sure
@andiuptown1711
@andiuptown1711 11 күн бұрын
@@SWErikCodes it’s so complicated 😭 Every tutorial is depreciated and the docs are hell. I’m afraid that my Spring boot projects won’t be done in time for recruiting season …
@SWErikCodes
@SWErikCodes 11 күн бұрын
@andiuptown1711 haha I know it’s awful. Have u tried jwt authentication? I loved amigoscodes videos on it
@isaacreyes4915
@isaacreyes4915 11 күн бұрын
Okay, but see the problem with coming up with a project that solves a real problem and has a user base is....Well, you are basically a start up and if you are able to build such things and there's people interested in your software then you probably don't need a job. If you are at this level and are able to produce software that people want to use...why trade it for a job?
@Fido1hn
@Fido1hn 11 күн бұрын
Great video
@SWErikCodes
@SWErikCodes 11 күн бұрын
Much appreciated!
@nelsonjanusson7278
@nelsonjanusson7278 11 күн бұрын
baity title( should be "This Coding Project Might Give Me An UNFAIR Advantage...") with no work experience to back it up, clearly reading of a script, stating the obvious, shitty haircut etc. springboot mentioned tho so i left a like :)
@jamessullenriot
@jamessullenriot 11 күн бұрын
1: Solve a real world problem 2: Has a user base ... Stop there. If you legit did create that then you wouldn't want to go to FAANG where you will die on the vine there. You would just start your own company if you had any actual skills. The fascination with working at FAANG is just ridiculous. Its all about getting clicks and selling courses
@user-hq8iq7zw5s
@user-hq8iq7zw5s 12 күн бұрын
fakerr
20 Programming Projects That Will Make You A God At Coding
14:27
The Coding Sloth
Рет қаралды 555 М.
I can’t believe they built this in React
16:08
Theo - t3․gg
Рет қаралды 56 М.
THEY WANTED TO TAKE ALL HIS GOODIES 🍫🥤🍟😂
00:17
OKUNJATA
Рет қаралды 5 МЛН
Vivaan  Tanya once again pranked Papa 🤣😇🤣
00:10
seema lamba
Рет қаралды 22 МЛН
Can I Run Youtube Entirely From My Terminal? (No Browser)
15:31
laid off from my tech job | what's next?
3:49
Becca
Рет қаралды 19 М.
How I would learn Leetcode if I could start over
18:03
NeetCodeIO
Рет қаралды 272 М.
How I Study System Design Without Forgetting Everything
10:20
Created By KC
Рет қаралды 6 М.
These coding projects give you an unfair advantage
8:13
Jason Goodison
Рет қаралды 948 М.
I Bought a $5000 PC in a Random Asian Tech Mall
22:12
Linus Tech Tips
Рет қаралды 4,2 МЛН
How to Find a Career You Genuinely Love
12:41
Ali Abdaal
Рет қаралды 1,8 МЛН
Why I Use C | Prime Reacts
13:00
ThePrimeTime
Рет қаралды 132 М.
Software engineer interns on their first day be like...
2:21
Frying Pan
Рет қаралды 13 МЛН
CY Superb Earphone 👌 For Smartphone Handset
0:42
Tech Official
Рет қаралды 825 М.
Hisense Official Flagship Store Hisense is the champion What is going on?
0:11
Special Effects Funny 44
Рет қаралды 2,1 МЛН
💅🏻Айфон vs Андроид🤮
0:20
Бутылочка
Рет қаралды 736 М.