Eric Brooks
Web & Graphic Designer, Blogger, Musician, Evil Clown. I also code websites and promote people for a living. Still kind of a jerk, though. Approach with food.
What's new at EricBrooks.Com plus news and gossip all over CyberTown
Beginner Tricks I Wish I Knew BEFORE Starting Unreal Engine
By Cinecom.net
Published: May 12, 2023
(advertising @msi) MSI Creator Z17: https://www.msi.com/Content-Creation/Creator-Z17-HX-Studio-A13VX – Learn about 5 super easy tricks in Unreal Engine 5 that every beginner should know in this tutorial video.
Join the MSI Creator Awards 2023
â–º https://www.msi.com/Landing/creator-awards/enGet started with our Unreal Engine for Beginners Course
► https://www.cinecom.net/courses/unreal-engine-5-beginners/👕 MERCH
► https://cinecom.net/merch🎬 Check our Award Winning Courses
► https://cinecom.net/courses💙 LETS CONNECT!
Instagram â–º http://cinecom.info/Instagram
Discord ► http://discord.gg/Cinecom💥 Download Unlimited Video Assets
â–º http://storyblocks.com/Cinecom#Cinecom #UnrealEngine #TipsAndTricks
🔴 Vue.js Live 2023 | The Biggest Vue.js Conference In The Cloud | GitNation
By codeSTACKr
Published: Apr 27, 2023
Live stream of Vue.js Live 2023 #VueJSLive #VueJSLondon #GitNation
Day 1, London Stage
To get a completion certificate + free perks from the conference partners by following the main conference stream page:
https://vuejslive.com/Join Discord for chatting with the community and ask speakers your questions: https://discord.gg/4zBgHNN4ue
_____________________________________🦸 Become A VS Code SuperHero Today: https://vsCodeHero.com
🧑ðŸ¾ðŸ¤ðŸ§‘🽠Join my Discord developer community: https://discord.gg/A9CnsVzzkZ
_____________________________________🚢 Deploy for FREE on Vercel: https://vercel.com/ambassadors/codestackr
_____________________________________ðŸ› ï¸ Tools I use:
🟠codeSTACKr Theme: https://marketplace.visualstudio.com/items?itemName=codestackr.codestackr-theme
🟠STACKr Code Font (Exclusive to my VS Code Course – https://vsCodeHero.com)
🟠SuperHero Extension Pack: https://marketplace.visualstudio.com/items?itemName=codeSTACKr.superhero-extensions
_____________________________________💖 Show support!
PayPal: https://paypal.me/codeSTACKr
_____________________________________👀 Watch Next:
Playlist: Web Development For Beginners – https://www.youtube.com/watch?v=Ez4yHS2dsN8&list=PLkwxH9e_vrAJ0WbEsFA9W3I1W-g_BTsbt
_____________________________________🌠Connect With Me:
Website: https://www.codestackr.com
Twitter: https://twitter.com/codeSTACKr
Instagram: https://instagram.com/codeSTACKr
Facebook: https://facebook.com/codeSTACKr
_____________________________________** Affiliate Disclaimer: Some of the above links may be affiliate links, which may generate me a sales commission at no additional cost to you.
Learn how to create beautiful graphics in 15 minutes with @AdobeVideo | Cinecom #Shorts
By Cinecom.net
Published: Apr 20, 2023👕 MERCH
► https://cinecom.net/merch🎬 Check our Award Winning Courses
► https://cinecom.net/courses💙 LETS CONNECT!
Instagram â–º http://cinecom.info/Instagram
Discord â–º http://discord.gg/Cinecom💥 Don’t get over-charged with expensive pay-per-clip pricing. Embrace the freedom of an unlimited library with Storyblocks
â–º http://storyblocks.com/Cinecom#Cinecom
Recreating Viral VFX In After Effects
By Olufemii
Published: May 11, 2023
Join Quinn, as she embarks on a step-by-step tutorial to recreate a viral iPhone VFX inspired by Jesse Richards. In this engaging video, Quinn dives into the world of VFX, sharing valuable insights and demonstrating key techniques for green screen keying, masking, and keyframing in After Effects.
Follow along as she breaks down the editing process, showing you how to create your own stunning VFX in After Effects. This beginner VFX tutorial is perfect for those looking to learn the basics of compositing and improve their skills in the world of visual effects.
📲 Find Quinn on Instagram here: https://www.instagram.com/quinn_films/
**Get The Gear**
💡 Amaran 60x: https://amzn.to/3BeK2dB
🟩 Green Screen: https://amzn.to/3HZBJG6
📸 Sony a7siii: https://amzn.to/3LTt9tJ
âš™ï¸Full gear list: https://amzn.to/42NzX34**Courses By Quinn**
📹 Learn To Create Product Videos With Quinn ➡ https://bit.ly/PVSCourse
Harvard CS50’s Introduction to Programming with Python – Full University Course
By freeCodeCamp.org
Published: May 01, 2023
Learn Python programming from Harvard University. It dives more deeply into the design and implementation of web apps with Python, JavaScript, and SQL using frameworks like Django, React, and Bootstrap. Topics include database design, scalability, security, and user experience. You will learn how to write and use APIs, create interactive UIs, and leverage cloud services like GitHub and Heroku.
This course will teach you how to read and write code as well as how to test and “debug” it. It is designed for students with or without prior programming experience who’d like to learn Python specifically. Learn about functions, arguments, and return values (oh my!); variables and types; conditionals and Boolean expressions; and loops. Learn how to handle exceptions, find and fix bugs, and write unit tests; use third-party libraries; validate and extract data with regular expressions; model real-world entities with classes, objects, methods, and properties; and read and write files. Hands-on opportunities for lots of practice. Exercises inspired by real-world programming problems. No software required except for a web browser, or you can write code on your own PC or Mac.
Whereas CS50x (the original CS50 course) itself focuses on computer science more generally as well as programming with C, Python, SQL, and JavaScript, this course, aka CS50P, is entirely focused on programming with Python. You can take CS50P before CS50x, during CS50x, or after CS50x. But for an introduction to computer science itself, you should still take CS50x!
💻 Slides, source code, and more at https://cs50.harvard.edu/python
âœï¸ Dr. David J. Malan teaches this course.
🖥 Watch the original CS50x course: https://youtu.be/8mAITcNt710
âï¸ Course Contents âï¸
(00:00:00) Introduction
(00:04:48) Lecture 0 – Functions, Variables
(01:50:24) Lecture 1 – Conditionals
(02:46:23) Lecture 2 – Loops
(04:07:10) Lecture 3 – Exceptions
(04:51:45) Lecture 4 – Libraries
(06:09:15) Lecture 5 – Unit Tests
(07:00:22) Lecture 6 – File I/O
(08:32:32) Lecture 7 – Regular Expressions
(10:37:35) Lecture 8 – Object-Oriented Programming
(13:28:47) Lecture 9 – Et CeteraHOW TO JOIN CS50 COMMUNITIES
Discord: https://discord.gg/cs50
Ed: https://cs50.harvard.edu/x/ed
Facebook Group: https://www.facebook.com/groups/cs50/
Faceboook Page: https://www.facebook.com/cs50/
GitHub: https://github.com/cs50
Gitter: https://gitter.im/cs50/x
Instagram: https://instagram.com/cs50
LinkedIn Group: https://www.linkedin.com/groups/7437240/
LinkedIn Page: https://www.linkedin.com/school/cs50/
Medium: https://cs50.medium.com/
Quora: https://www.quora.com/topic/CS50
Reddit: https://www.reddit.com/r/cs50/
Slack: https://cs50.edx.org/slack
Snapchat: https://www.snapchat.com/add/cs50
SoundCloud: https://soundcloud.com/cs50
Stack Exchange: https://cs50.stackexchange.com/
TikTok: https://www.tiktok.com/@cs50
Twitter: https://twitter.com/cs50
YouTube: https://www.youtube.com/cs50HOW TO FOLLOW DAVID J. MALAN
Facebook: https://www.facebook.com/dmalan
GitHub: https://github.com/dmalan
Instagram: https://www.instagram.com/davidjmalan/
LinkedIn: https://www.linkedin.com/in/malan/
TikTok: https://www.tiktok.com/@davidjmalan
Twitter: https://twitter.com/davidjmalanLICENSE
CC BY-NC-SA 4.0
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License
https://creativecommons.org/licenses/by-nc-sa/4.0/
Disclaimer: The views expressed herein are solely those of Eric Brooks. They do not necessarily reflect those of his employers, friends, contacts, family, or even his pets (though my cat, Puddy, seems to agree with me on many key issues.). In accordance to my terms of use, you hereby acknowledge my right to psychoanalyze you, practice accupuncture, and mock you incessantly with every visit. As the user, you also acknowledge that the author has been legally declared a "Problem Adult" by the Commonwealth of Pennsylvania, and is therefore not responsible for any of his actions. ALSO, the political views and products advertised on this site may/may not reflect the views of Puddy or myself, so please don't take them as an endorsement. We just need to eat.