Top Headlines for August 29, 2023
What's new at EricBrooks.Com plus news and gossip all over CyberTown
Foundational C# with Microsoft – Free Course and Certification
By freeCodeCamp.org
Published: Aug 28, 2023
Learn how to earn a free C# certification! freeCodeCamp has teamed up with Microsoft up to bring you a new free professional certification: the Foundational C# Certification. The course is a text based course, not a video course. This professional certification includes 35 hours of text-based training and interactive coding challenges all from Microsoft, and also an online certification exam by freeCodeCamp. In this video, freeCodeCamp team member @GavinLon will preview the course, along with telling you everything you need to do to take this free course.
💻 Access the course and certification here: https://www.freecodecamp.org/learn/foundational-c-sharp-with-microsoft/
🔗 .NET Home Page: https://dotnet.microsoft.com/
🔗 Community Page: https://dotnet.microsoft.com/platform/community
🔗 Beginner Videos: https://dotnet.microsoft.com/learn/videos
🔗 MS Learn for .NET: https://learn.microsoft.com/training/dotnet/
🔗 Docs: https://learn.microsoft.com/dotnet/âï¸ Contents âï¸
âŒ¨ï¸ (0:00:00) Introduction
âŒ¨ï¸ (0:05:09) Overview of how to acquire the Foundational C# with Microsoft Developer Certificate
âŒ¨ï¸ (0:09:34) In depth guide through Part1, Module1 (Write your first C# code)
âŒ¨ï¸ (0:48:42) Configure and Install Visual Studio Code and Install .NET 7 SDK
âŒ¨ï¸ (1:04:08) Code Example – if, else, else if statements in C#
âŒ¨ï¸ (1:10:43) Code Example -switch-case construct in C#
âŒ¨ï¸ (1:17:52) Code Example – write your first C# method
âŒ¨ï¸ (1:25:40) Gavin Lon takes the Foundational C# with Microsoft Developer Certification exam
âŒ¨ï¸ (1:27:46) Recommended content to continue your C# and .NET education upon finishing the certification
âŒ¨ï¸ (1:29:29) Conclusion🎉 Thanks to our Champion and Sponsor supporters:
👾 davthecoder
👾 jedi-or-sith
👾 å—å®®åƒå½±
👾 Agustín Kussrow
👾 Nattira Maneerat
👾 Heather Wcislo
👾 Serhiy Kalinets
👾 Justin Hual
👾 Otis Morgan
👾 Oscar Rahnama—
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://freecodecamp.org/news
How to Create a Light Bloom Effect in Adobe Premiere Pro CC (2023)
By AdobeMasters
Published: Aug 28, 2023
Check out my Premiere Pro Course: https://www.udemy.com/course/premiere-pro-course/?referralCode=AF659E18BEF06A7F4955
Today we are going to go over how to create a light bloom effect in Adobe Premiere Pro CC.
Get near unlimited stock footage and premiere pro templates: http://1.envato.market/c/1413971/298927/4662
Join the Community at: https://adobemasters.net/
Request a Tutorial at: https://adobemasters.net/request-a-tutorial/If you want to learn more about the Adobe products. Here are a couple of cheap courses I learned from.
http://adobemasters.net/courses/Subscribe to see more Adobe related content, videos every other day.
Create a Large Language Model from Scratch with Python – Tutorial
By freeCodeCamp.org
Published: Aug 25, 2023
Learn how to build your own large language model, from scratch. This course goes into the data handling, math, and transformers behind large language models. You will use Python.
âœï¸ Course developed by @elliotarledge
💻 Code and course resources: https://github.com/Infatoshi/fcc-intro-to-llms
âï¸ Contents âï¸
(0:00:00) Intro
(0:03:25) Install Libraries
(0:06:24) Pylzma build tools
(0:08:58) Jupyter Notebook
(0:12:11) Download wizard of oz
(0:14:51) Experimenting with text file
(0:17:58) Character-level tokenizer
(0:19:44) Types of tokenizers
(0:20:58) Tensors instead of Arrays
(0:22:37) Linear Algebra heads up
(0:23:29) Train and validation splits
(0:25:30) Premise of Bigram Model
(0:26:41) Inputs and Targets
(0:29:29) Inputs and Targets Implementation
(0:30:10) Batch size hyperparameter
(0:32:13) Switching from CPU to CUDA
(0:33:28) PyTorch Overview
(0:42:49) CPU vs GPU performance in PyTorch
(0:47:49) More PyTorch Functions
(1:06:03) Embedding Vectors
(1:11:33) Embedding Implementation
(1:13:06) Dot Product and Matrix Multiplication
(1:25:42) Matmul Implementation
(1:26:56) Int vs Float
(1:29:52) Recap and get_batch
(1:35:07) nnModule subclass
(1:37:05) Gradient Descent
(1:50:53) Logits and Reshaping
(1:59:28) Generate function and giving the model some context
(2:03:58) Logits Dimensionality
(2:05:17) Training loop + Optimizer + Zerograd explanation
(2:13:56) Optimizers Overview
(2:17:04) Applications of Optimizers
(2:18:11) Loss reporting + Train VS Eval mode
(2:32:54) Normalization Overview
(2:35:45) ReLU, Sigmoid, Tanh Activations
(2:45:15) Transformer and Self-Attention
(2:46:55) Transformer Architecture
(3:17:54) Building a GPT, not Transformer model
(3:19:46) Self-Attention Deep Dive
(3:25:05) GPT architecture
(3:27:07) Switching to Macbook
(3:31:42) Implementing Positional Encoding
(3:36:57) GPTLanguageModel initalization
(3:40:52) GPTLanguageModel forward pass
(3:46:56) Standard Deviation for model parameters
(4:00:50) Transformer Blocks
(4:04:54) FeedForward network
(4:07:53) Multi-head Attention
(4:12:49) Dot product attention
(4:19:43) Why we scale by 1/sqrt(dk)
(4:26:45) Sequential VS ModuleList Processing
(4:30:47) Overview Hyperparameters
(4:32:14) Fixing errors, refining
(4:34:01) Begin training
(4:35:46) OpenWebText download and Survey of LLMs paper
(4:37:56) How the dataloader/batch getter will have to change
(4:41:20) Extract corpus with winrar
(4:43:44) Python data extractor
(4:49:23) Adjusting for train and val splits
(4:57:55) Adding dataloader
(4:59:04) Training on OpenWebText
(5:02:22) Training works well, model loading/saving
(5:04:18) Pickling
(5:05:32) Fixing errors + GPU Memory in task manager
(5:14:05) Command line argument parsing
(5:18:11) Porting code to script
(5:22:04) Prompt: Completion feature + more errors
(5:24:23) nnModule inheritance + generation cropping
(5:27:54) Pretraining vs Finetuning
(5:33:07) R&D pointers
(5:44:38) Outro🎉 Thanks to our Champion and Sponsor supporters:
👾 davthecoder
👾 jedi-or-sith
👾 å—å®®åƒå½±
👾 Agustín Kussrow
👾 Nattira Maneerat
👾 Heather Wcislo
👾 Serhiy Kalinets
👾 Justin Hual
👾 Otis Morgan—
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://freecodecamp.org/news
This EASY VFX Shot Will BLOW Your Mind!
By Cinecom.net
Published: Aug 25, 2023
(Advertising @Storyblocks) http://storyblocks.com/Cinecom – Learn how to create a realistic gun shot wound effect in this tutorial with the help of some practical tools and Adobe After Effects.
Download Unlimited Video Assets
â–º http://storyblocks.com/CinecomMore After Effects Tutorials
â–º https://www.youtube.com/playlist?list=PLV0ZcSTi6tB7MAwC3qJUwxLdbbdZuHMS8Get started with our After Effects for Beginners Course
â–º https://www.cinecom.net/courses/adobe-after-effects-beginners/Read More
► https://www.cinecom.net/adobe-after-effects-tutorials/blow-your-mind-vfx👕 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 #VisualEffects #StoryBlocks
Code a Google Drive Clone using Laravel and Vue.js – Complete Course
By freeCodeCamp.org
Published: Aug 21, 2023
Build and deploy a fully functional file manager application with Laravel, PHP, Inertial, and Vue.js. The application is similar to Google Drive.
Learn to implement functionalities such as:
– Creating folders at unlimited depth,
– Uploading files and folders,
– Deleting and Downloading files,
– Searching for files,
– Sharing files,
– Uploading files to AWS S3,
– Deploying the project on a custom domain.âœï¸ Course developed by @TheCodeholic
💻 Code: https://github.com/thecodeholic/laravel-file-manager
âï¸ Contents âï¸
âŒ¨ï¸ (0:00:00) Intro
âŒ¨ï¸ (0:00:29) Demo
âŒ¨ï¸ (0:08:13) Project Setup
âŒ¨ï¸ (0:14:21) Install Laravel Breeze
âŒ¨ï¸ (0:17:49) Email Verification
âŒ¨ï¸ (0:22:15) DB Overview, Models & Migrations
âŒ¨ï¸ (0:35:56) Explore Intertia Folder Structure
âŒ¨ï¸ (0:37:49) Authentication Layout
âŒ¨ï¸ (1:18:08) Define Main Routes
âŒ¨ï¸ (1:24:16) Create Root Folder On User Registration
âŒ¨ï¸ (1:30:34) Creating Folder
âŒ¨ï¸ (2:06:53) Save Folder Path
âŒ¨ï¸ (2:11:46) Show Files into table
âŒ¨ï¸ (2:26:07) Navigate into Second Level of Folders
âŒ¨ï¸ (2:34:18) Create Folders Inside Subfolder
âŒ¨ï¸ (2:37:01) Implement Breadcrumbs
âŒ¨ï¸ (2:46:44) Uploading Files
âŒ¨ï¸ (4:08:30) Show Human Readable File size
âŒ¨ï¸ (4:16:00) Show File Icons
âŒ¨ï¸ (4:27:56) Show File Progress
âŒ¨ï¸ (4:34:54) Display Error When File Already Exists
âŒ¨ï¸ (4:47:49) Implement Load More
âŒ¨ï¸ (5:11:42) Increase max_file_uploads
âŒ¨ï¸ (5:21:20) Deleting Files
âŒ¨ï¸ (6:23:48) Implement Downloading Files
âŒ¨ï¸ (7:04:32) Show Success Notifications
âŒ¨ï¸ (7:15:36) Implement Trash
âŒ¨ï¸ (8:00:03) Implement Favorites
âŒ¨ï¸ (9:18:23) Sharing Files to Others
âŒ¨ï¸ (10:05:16) Implement Shared With Me Page
âŒ¨ï¸ (10:26:49) Implement Shared By Me Page
âŒ¨ï¸ (10:50:23) Searching for Files
âŒ¨ï¸ (11:15:42) Connect to AWS S3
âŒ¨ï¸ (12:15:42) Download Files from S3
âŒ¨ï¸ (12:45:19) Project Deployment & Bug Fixing
âŒ¨ï¸ (13:40:18) Outro🎉 Thanks to our Champion and Sponsor supporters:
👾 davthecoder
👾 jedi-or-sith
👾 å—å®®åƒå½±
👾 Agustín Kussrow
👾 Nattira Maneerat
👾 Heather Wcislo
👾 Serhiy Kalinets
👾 Justin Hual
👾 Otis Morgan—
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://freecodecamp.org/news
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.