3 IMPRESSIVE Coding Resume Projects
Skills:
Prompting Basics60%
Key Takeaways
The video discusses three impressive coding resume projects with software engineers, including a gym application, a high-level programming language, and an educational platform, using tools like React, Java, and Node.js.
Full Transcript
I traveled 20 hours from Dubai to Las Vegas just to film this one video so why Las Vegas well that's because I invited three software engineer friends of mine to help me answer this one question what projects should you put on your resume so let's meet our guests yo what up Tim yo what's going on combined these guys have got 20 years of software development experience and they just so happen to be my partners in a brand new completely free school Community which you can join from the link in the description anyways let's hear what they have to say so if I had to build a project for my resume I would probably build some sort of gym application for me I really like lifting lights and I feel like if you build some kind of weightlifting application that would allow you to really solve a problem that you actually have and face hopefully every single day when you're in the gym and I think by you solving a problem that you actually have and face it's a problem that you know intricately and so you're going to actually design things and build stuff that's helpful for you and that's very for how you do stuff in real software where you're building things that are useful for users so when you actually build something that you're passionate about you also really know that thing very well and so for example if I had to answer questions about that application that I built recruiters are going to know that I'm passionate and that I actually know all the details because I care about the problem so for me I think another thing too is maintaining motivation and if I'm building something that solves a problem that I have I'm going to be more willing to actually spend the time to invest and do that thing because I'm interested in that actual application that I'm building yeah so I think it kind of depends if you want to do things that are all in one language you could definitely use something like PHP or Java or really whatever it is that you're comfortable with my advice is always to take something that you know well and you feel comfortable with and start building that thing it's always hard when you have to throw more tasks on top of something like if you don't know react and now you want to build something in react that's fine but now you have another hurdle or another thing to get over so what I would really recommend doing is figuring out what you want to build it in and then start building it in that thing and I think a good way to do that too is just break up different tasks engineering you constantly do that you constantly figure out a big thing and break it down into smaller chunks that you can really deliver in smaller bite-sized pieces so I would probably first think about the front end and then I would also think about the back end and like anything else I think about how they connect and the data that the front end needs and the data that the back end has to provide to the front end to actually have the application work as expected so I would probably use something like react because I know react and I have experience with react and i' probably use a backend programming language like Java because that's sort of my expertise and what I've done a lot of work in so I'd probably build something in the front end first and then sort of see how I want it to to work or look from a user experience and I'd figure out the data that I have to provide on the back end for that to actually function by the way if you want an entire guide going through the best projects to add on your resume then make sure you check out our school community in there we've got live calls over 13,000 members and I've just written a post going over a ton of extra projects that would look fantastic on your resume so an idea that I've had for a while around a really cool project idea that you could build that could really make you stand out and this might sound crazy and it would certainly take a lot of effort would be around building a highlevel programming language developing a compiler for that programming language in a language like C and then building a video game with that highlevel programming language like Tetris or Pac-Man and don't get me wrong this would certainly take a lot of effort but it would undoubtedly showcase the fact that you are a really skilled developer that you have a really strong understanding of computer science and software engineering principles and how programming languages work and for anyone interested in building this type of project a great place to start would be with a book titled the elements of a Computing system that goes through building a computer from the ground up starting with basic logic gates all the way to creating a highlevel programming language for that computer that's capable of running Tetris yeah so a great project that you can put on your resume is you want to build a software project usually with about something that you're interested in because that's going to give you more motivation to work on it because it's obviously something you're interested in something I'm interested in is education when I was in college I was a computer science tutor and then I started a YouTube channel where I teach and I do hundreds of videos teaching Le code problems so I built an educational platform similar to how Omega is structured where you connect with a random person over video chat and talk to them and I thought this would be a cool style of thing for education where you could connect to random people over specific categories of Education or specific topics and uh discuss those things maybe you could find a mentor or somebody that knows more than you and you can learn from that person so I was kind of inspired by the platform pramp where you could connect with random people and do mock interviews to prepare coding interviews so I thought this could transfer into other things like different categories like uh geography politics business all of these things you can connect and talk to people so I actually built this during a hackathon and then working on it it was a full stack JavaScript application where we use react on the front end and then node.js on the back end and we really managed the whole thing through node.js websockets where the people would connect over websocket video chat and uh we did have like login and cookies and stuff like that and we wanted to make it so that people had to sign up with educational emails so that we could prevent things like Bots spams people that got on to troll and things like that we just wanted people to be serious on the platform and yeah that was the project we wanted the hack on and I think this stands out specifically because it's an interesting idea it's a little bit more Innovative than just your average generic project that people build and put on their resume so it kind of shows that I can think on my own and think of creative ideas well there you have it three incredible projects from some experienced software Engineers I hope you guys found this useful and I look forward to seeing you in the next [Music] one [Music]
Original Description
To learn programming and Python - check out Datacamp!
💻 Learn Python - https://datacamp.pxf.io/jrx34Z
💻 Learn Programming - https://datacamp.pxf.io/anvmzY
I invited 3 software engineers out to Vegas to help me answer this one question: "What software projects should you put on your resume?".
🎞 Video Resources 🎞
If you want to land a developer job: https://techwithtim.net/dev
⏳ Timestamps ⏳
00:00 | Introduction
00:36 | 1st Project Idea
02:45 | Full Guide Of The Best Resume Projects
03:00 | 2nd Project Idea
03:56 | 3rd Project Idea
05:45 | Conclusion
Hashtags
#techwithtim #softwaredevelopment #programming
Watch on YouTube ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
Playlist
Uploads from Tech With Tim · Tech With Tim · 0 of 60
← Previous
Next →
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
A* Path Finding Algorithm(Visualization)
Tech With Tim
Python Programming Tutorial #1 - Variables and Data Types
Tech With Tim
Python Programming Tutorial #2 - Basic Operators and Input
Tech With Tim
Python Programming Tutorial #3 - Conditions
Tech With Tim
Python Programming Tutorial #4 - IF/ELIF/ELSE
Tech With Tim
Python Programming Tutorial #5 - Chained Conditionals and Nested Statements
Tech With Tim
Python Programming Tutorial #6 - For Loops
Tech With Tim
Python Programming Tutorial #7 - While Loops
Tech With Tim
Python Programming Tutorial #8 - Lists and Tuples
Tech With Tim
Python Programming Tutorial #9 - Iteration by Item (For Loops Continued...)
Tech With Tim
Python Programming Tutorial #10 - String Methods
Tech With Tim
How to Overclock a NVIDIA GPU
Tech With Tim
Python Programming Tutorial #11 - Slice Operator
Tech With Tim
Python Programming Tutorial #12 - Functions
Tech With Tim
Python Programming Tutorial #13 - How to Read a Text File
Tech With Tim
Python Programming Tutorial #14 - Writing to a Text File
Tech With Tim
Python Programming Tutorial #15 - Using .count() and .find()
Tech With Tim
Python Programming Tutorial #16 - Introduction to Modular Programming
Tech With Tim
Python Programming Tutorial #17 - Optional Parameters
Tech With Tim
Python Programming Tutorial #18 - Try and Except (Python Error Handling)
Tech With Tim
Python Programming Tutorial #19 - Global vs Local Variables
Tech With Tim
Python Programming Tutorial #20 - Classes and Objects
Tech With Tim
Cool VBS Script to Prank Your Friends!
Tech With Tim
How to Overclock an AMD GPU
Tech With Tim
Best GPU'S For Mining Ethereum (2018)
Tech With Tim
Recursion and Memoization Tutorial Python
Tech With Tim
Ethereum Mining Rig - Hardware Guide
Tech With Tim
Pygame Tutorial #1 - Basic Movement and Key Presses
Tech With Tim
How to Install Pygame (Windows 8/10)
Tech With Tim
How to Trade Your Cryptocurrency (Bitcoin, Ethereum etc.) For Cash!
Tech With Tim
How to Mine Ethereum 2018 - WORKING (Super-Easy)
Tech With Tim
Microphone Comparison - $10 Mic vs $150 Mic (Blue Yeti USB)
Tech With Tim
Pygame Tutorial #2 - Jumping and Boundaries
Tech With Tim
Pygame Tutorial #3 - Character Animation & Sprites
Tech With Tim
Pygame Tutorial #4 - Optimization & OOP
Tech With Tim
OBS Studio Tutorial - Best OBS Settings
Tech With Tim
Linear Search Algorithm - Python Example and Code
Tech With Tim
Make Any Mic Sound AMAZING! (WITH OBS)
Tech With Tim
Binary Search Algorithm - Python Example & Code
Tech With Tim
Pygame Tutorial #5 - Projectiles
Tech With Tim
Pygame Game - Mini Golf
Tech With Tim
Pygame Tutorial - Projectile Motion (Part 1)
Tech With Tim
Pygame Tutorial - Projectile Motion (Part 2)
Tech With Tim
Pygame Tutorial #6 - Enemies
Tech With Tim
Pygame Tutorial #7 - Collision and Hit Boxes
Tech With Tim
Pygame Tutorial #8 - Scoring and Health Bars
Tech With Tim
Cloud Mining vs. Hardware Mining - 2018
Tech With Tim
How to Install Pygame on Mac OSX (Fast-Simple)
Tech With Tim
Pygame Tutorial #9 - Sound Effects, Music & More Collision
Tech With Tim
Pygame Tutorial #10 - Finishing Touches & Next Steps
Tech With Tim
How to Fade Your Screen in Pygame [CODE IN DESCRIPTION]
Tech With Tim
How to Create a Button in Pygame [CODE IN DESCRIPTION]
Tech With Tim
Pygame Side-Scroller Tutorial #1 - Scrolling Background/Character Movement
Tech With Tim
Pygame Side-Scroller Tutorial #2 - Random Object Generation
Tech With Tim
Pygame Side-Scroller Tutorial #3 - Collision
Tech With Tim
Pygame Side-Scroller Tutorial #4 - Scoring and End Screen
Tech With Tim
How to Create A Message Box in Python - Tkinter
Tech With Tim
Is Ethereum Mining Still Profitable - Is It Worth It (April 2018)
Tech With Tim
How to Run MAC OSX on a WINDOWS PC (Clover Boot-loader)
Tech With Tim
Programming Problem #1 - Alphabet Soup (Beginner/Novice)
Tech With Tim
More on: Prompting Basics
View skill →Related Reads
📰
📰
📰
📰
The Algorithm of Relevance: Teaching AI Your Client's Niche and Story Angles
Dev.to AI
Code healing AI
Dev.to · Code healing AI
I Thought I Knew Python — Until I Started Using These 8 Features
Medium · Machine Learning
session-indexer: giving Claude Code a memory that doesn't die with the project next door
Dev.to · Valentyn Solomko
Chapters (6)
| Introduction
0:36
| 1st Project Idea
2:45
| Full Guide Of The Best Resume Projects
3:00
| 2nd Project Idea
3:56
| 3rd Project Idea
5:45
| Conclusion
🎓
Tutor Explanation
DeepCamp AI