Reviewing Your Projects!

Today’s video is dedicated entirely to YOUR projects! 😊 We will see 5 different applications created by viewers who participated in our recent code jam. We will visit their Github repositories, test the applications and discuss points of interest within their code. So if you’re interested in Pygame, OpenCV, Dash, , React, Flask, ESDR, SQLAlchemy, Tkinter - you’re definitely up for a treat!! 😀 So what projects are we dealing with?? ⭐ VMagnify was able to mercilessly beat Photoshop’s upscaling techniques by using the ESDR algorithm!!! 😱 In the video you will see a comparison between 2 of the most powerful Photoshop algorithms (Bicubic Smoother and Preserve Detail 0.2) and VMagnify - prepare to be shocked!!! 😀😀😀 ⭐ CyberSpider was able to seamlessly combine a news fetching API in their website and rebelled against Python with an incredibly stylish and React application! 🥳🥳🥳 They’ve applied professional Separation of Concerns principles to create an extra modular website providing articles which were automatically pulled from multiple sources! ⭐ LockBox was able to beautifully combine Tkinter with a Sqlite and SQLAlchemy, which is something many viewers were asking me about! 😀 They’ve professionally handled password encryption using a Hash Function and the SHA256 algorithm, along with database management techniques and real-time updates. ⭐ Fire Scan was able to combine HTTP/HTTPS requests in their web service, evaluate the headers of a given site and determine just how secure a given website is! They’ve also provided detailed information regarding each security risk, classifying its severity. ⭐ The Maze of the Navigation Team is fully utilizing randomness and mastering the Pygame grid. A new maze is generated each time the application reloads, along with 2 random entry and exit points. Using OOP principles, the team provided the perfect game world setting which can be expended into a full-blown maze or Pacman style game. ⌚ TIME STAMPS ⌚ ---------------------------------------------------------- 00:00 - Intro 00:26 - LockBox Password Manager 🏆 04:12 - VMagnify Image Upscaling 🏆 08:11 - Fire Scan Web Security 11:07 - Maze Navigation 12:17 - CyberSpider Cyber Security News 🏆 14:45 - Thanks for Participating! 🧾 REPOSITORIES 🧾 ---------------------------------------------------------- 🏆LockBox using Tkinter & SQLAlchemy: 🏆VMagnify using ESDR, OpenCV & Dash: 🏆 CyberSpider with , React & Python Django For API: Live on Vercel: 🥈 Fire Scan using Flask & SSL: Live on Heroku: 🥈 Random Maze with Pygame: 👾 JOIN OUR DISCORD 👾 ----------------------------------------------------------
Back to Top