3 IMPRESSIVE Coding Resume Projects

Tech With Tim · Beginner ·💻 AI-Assisted Coding ·2y ago

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 A* Path Finding Algorithm(Visualization)
A* Path Finding Algorithm(Visualization)
Tech With Tim
2 Python Programming Tutorial #1 - Variables and Data Types
Python Programming Tutorial #1 - Variables and Data Types
Tech With Tim
3 Python Programming Tutorial #2 - Basic Operators and Input
Python Programming Tutorial #2 - Basic Operators and Input
Tech With Tim
4 Python Programming Tutorial #3 - Conditions
Python Programming Tutorial #3 - Conditions
Tech With Tim
5 Python Programming Tutorial #4 - IF/ELIF/ELSE
Python Programming Tutorial #4 - IF/ELIF/ELSE
Tech With Tim
6 Python Programming Tutorial #5 - Chained Conditionals and Nested Statements
Python Programming Tutorial #5 - Chained Conditionals and Nested Statements
Tech With Tim
7 Python Programming Tutorial #6 - For Loops
Python Programming Tutorial #6 - For Loops
Tech With Tim
8 Python Programming Tutorial #7 - While Loops
Python Programming Tutorial #7 - While Loops
Tech With Tim
9 Python Programming Tutorial #8 - Lists and Tuples
Python Programming Tutorial #8 - Lists and Tuples
Tech With Tim
10 Python Programming Tutorial #9 - Iteration by Item (For Loops Continued...)
Python Programming Tutorial #9 - Iteration by Item (For Loops Continued...)
Tech With Tim
11 Python Programming Tutorial #10 - String Methods
Python Programming Tutorial #10 - String Methods
Tech With Tim
12 How to Overclock a NVIDIA GPU
How to Overclock a NVIDIA GPU
Tech With Tim
13 Python Programming Tutorial #11 - Slice Operator
Python Programming Tutorial #11 - Slice Operator
Tech With Tim
14 Python Programming Tutorial #12 - Functions
Python Programming Tutorial #12 - Functions
Tech With Tim
15 Python Programming Tutorial #13 - How to Read a Text File
Python Programming Tutorial #13 - How to Read a Text File
Tech With Tim
16 Python Programming Tutorial #14 - Writing to a Text File
Python Programming Tutorial #14 - Writing to a Text File
Tech With Tim
17 Python Programming Tutorial #15 - Using .count() and .find()
Python Programming Tutorial #15 - Using .count() and .find()
Tech With Tim
18 Python Programming Tutorial #16 - Introduction to Modular Programming
Python Programming Tutorial #16 - Introduction to Modular Programming
Tech With Tim
19 Python Programming Tutorial #17 - Optional Parameters
Python Programming Tutorial #17 - Optional Parameters
Tech With Tim
20 Python Programming Tutorial #18 - Try and Except (Python Error Handling)
Python Programming Tutorial #18 - Try and Except (Python Error Handling)
Tech With Tim
21 Python Programming Tutorial #19 - Global vs Local Variables
Python Programming Tutorial #19 - Global vs Local Variables
Tech With Tim
22 Python Programming Tutorial #20 - Classes and Objects
Python Programming Tutorial #20 - Classes and Objects
Tech With Tim
23 Cool VBS Script to Prank Your Friends!
Cool VBS Script to Prank Your Friends!
Tech With Tim
24 How to Overclock an AMD GPU
How to Overclock an AMD GPU
Tech With Tim
25 Best GPU'S For Mining Ethereum (2018)
Best GPU'S For Mining Ethereum (2018)
Tech With Tim
26 Recursion and Memoization Tutorial Python
Recursion and Memoization Tutorial Python
Tech With Tim
27 Ethereum Mining Rig - Hardware Guide
Ethereum Mining Rig - Hardware Guide
Tech With Tim
28 Pygame Tutorial #1 - Basic Movement and Key Presses
Pygame Tutorial #1 - Basic Movement and Key Presses
Tech With Tim
29 How to Install Pygame (Windows 8/10)
How to Install Pygame (Windows 8/10)
Tech With Tim
30 How to Trade Your Cryptocurrency (Bitcoin, Ethereum etc.) For Cash!
How to Trade Your Cryptocurrency (Bitcoin, Ethereum etc.) For Cash!
Tech With Tim
31 How to Mine Ethereum 2018 - WORKING (Super-Easy)
How to Mine Ethereum 2018 - WORKING (Super-Easy)
Tech With Tim
32 Microphone Comparison - $10 Mic vs $150 Mic (Blue Yeti USB)
Microphone Comparison - $10 Mic vs $150 Mic (Blue Yeti USB)
Tech With Tim
33 Pygame Tutorial #2 - Jumping and Boundaries
Pygame Tutorial #2 - Jumping and Boundaries
Tech With Tim
34 Pygame Tutorial #3 - Character Animation & Sprites
Pygame Tutorial #3 - Character Animation & Sprites
Tech With Tim
35 Pygame Tutorial #4 - Optimization & OOP
Pygame Tutorial #4 - Optimization & OOP
Tech With Tim
36 OBS Studio Tutorial - Best OBS Settings
OBS Studio Tutorial - Best OBS Settings
Tech With Tim
37 Linear Search Algorithm - Python Example and Code
Linear Search Algorithm - Python Example and Code
Tech With Tim
38 Make Any Mic Sound AMAZING! (WITH OBS)
Make Any Mic Sound AMAZING! (WITH OBS)
Tech With Tim
39 Binary Search Algorithm - Python Example & Code
Binary Search Algorithm - Python Example & Code
Tech With Tim
40 Pygame Tutorial #5 - Projectiles
Pygame Tutorial #5 - Projectiles
Tech With Tim
41 Pygame Game - Mini Golf
Pygame Game - Mini Golf
Tech With Tim
42 Pygame Tutorial - Projectile Motion (Part 1)
Pygame Tutorial - Projectile Motion (Part 1)
Tech With Tim
43 Pygame Tutorial - Projectile Motion (Part 2)
Pygame Tutorial - Projectile Motion (Part 2)
Tech With Tim
44 Pygame Tutorial #6 - Enemies
Pygame Tutorial #6 - Enemies
Tech With Tim
45 Pygame Tutorial #7 - Collision and Hit Boxes
Pygame Tutorial #7 - Collision and Hit Boxes
Tech With Tim
46 Pygame Tutorial #8 - Scoring and Health Bars
Pygame Tutorial #8 - Scoring and Health Bars
Tech With Tim
47 Cloud Mining vs. Hardware Mining - 2018
Cloud Mining vs. Hardware Mining - 2018
Tech With Tim
48 How to Install Pygame on Mac OSX (Fast-Simple)
How to Install Pygame on Mac OSX (Fast-Simple)
Tech With Tim
49 Pygame Tutorial #9 - Sound Effects, Music & More Collision
Pygame Tutorial #9 - Sound Effects, Music & More Collision
Tech With Tim
50 Pygame Tutorial #10 - Finishing Touches & Next Steps
Pygame Tutorial #10 - Finishing Touches & Next Steps
Tech With Tim
51 How to Fade Your Screen in Pygame [CODE IN DESCRIPTION]
How to Fade Your Screen in Pygame [CODE IN DESCRIPTION]
Tech With Tim
52 How to Create a Button in Pygame [CODE IN DESCRIPTION]
How to Create a Button in Pygame [CODE IN DESCRIPTION]
Tech With Tim
53 Pygame Side-Scroller Tutorial #1 - Scrolling Background/Character Movement
Pygame Side-Scroller Tutorial #1 - Scrolling Background/Character Movement
Tech With Tim
54 Pygame Side-Scroller Tutorial #2 - Random Object Generation
Pygame Side-Scroller Tutorial #2 - Random Object Generation
Tech With Tim
55 Pygame Side-Scroller Tutorial #3 - Collision
Pygame Side-Scroller Tutorial #3 - Collision
Tech With Tim
56 Pygame Side-Scroller Tutorial #4 - Scoring and End Screen
Pygame Side-Scroller Tutorial #4 - Scoring and End Screen
Tech With Tim
57 How to Create A Message Box in Python - Tkinter
How to Create A Message Box in Python - Tkinter
Tech With Tim
58 Is Ethereum Mining Still Profitable - Is It Worth It (April 2018)
Is Ethereum Mining Still Profitable - Is It Worth It (April 2018)
Tech With Tim
59 How to Run MAC OSX on a WINDOWS PC (Clover Boot-loader)
How to Run MAC OSX on a WINDOWS PC (Clover Boot-loader)
Tech With Tim
60 Programming Problem #1 - Alphabet Soup (Beginner/Novice)
Programming Problem #1 - Alphabet Soup (Beginner/Novice)
Tech With Tim

The video showcases three coding projects that can be impressive on a resume, including a gym application, a high-level programming language, and an educational platform. The projects demonstrate problem-solving skills, creativity, and proficiency in various programming languages and tools. By building a project that solves a real-world problem, developers can showcase their skills and motivation to potential employers.

Key Takeaways
  1. Identify a problem to solve
  2. Choose a programming language and tools
  3. Design the project
  4. Break down tasks into smaller chunks
  5. Build the front end and back end
  6. Test and deploy the application
💡 Building a project that solves a real-world problem can demonstrate a developer's skills and motivation to potential employers.

Related Reads

📰
The Algorithm of Relevance: Teaching AI Your Client's Niche and Story Angles
Learn to teach AI about your client's niche and story angles to improve relevance and engagement
Dev.to AI
📰
Code healing AI
Learn how Code Healing AI helps developers find bugs and security issues faster, and how to apply similar AI-powered tools to your own development workflow
Dev.to · Code healing AI
📰
I Thought I Knew Python — Until I Started Using These 8 Features
Discover 8 hidden Python features to boost automation project efficiency and take your coding skills to the next level
Medium · Machine Learning
📰
session-indexer: giving Claude Code a memory that doesn't die with the project next door
Improve project continuity with session-indexer, a tool that saves Claude Code's memory for future use
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
Up next
How to Create Presentations in Microsoft Cowork (Copilot) with Templafy MCP
Templafy
Watch →