Code

Developer

Intro to Blazor in .NET 8 – SSR, Stream Rendering, Auto, and more…

This video is from IAmTimCorey. In .NET 8, Blazor has become a full-featured web framework that is modular and adaptable to your needs over time. In this video, we are going to look at how Blazor works now and how to utilize Server-Side Rendered (SSR) mode, Stream Rendering, Blazor Server components, Blazor WebAssembly components, and […]

Read More
Developer

GitHub Universe 2023 – Day 1

Watch the opening keynote at GitHub Universe, their global event for developers, security professionals, and enterprise leaders.

Read More
Security

Uncovering the History of STUXNET: The World’s First Cyber Weapon

When considering the impact of modern warfare, the gravity of cyber operations is very often overlooked by the general public. We have no idea where this is going. This video is from Upper Echelon. “Stuxnet” is the worlds first known Cyber Weapon. Initially deployed against Iran, the program eventually escaped containment, spreading to the world […]

Read More
Python

Learn the 5 Must-Know Concepts in Python

This video is from Tech With Tim. If you’re interested in becoming a developer that writes any type of code in python, then you need to understand these 5 Python concepts. In today’s video, I’m going to break down 5 key Python concepts for any aspiring developer. Master Python, elevate your skills.

Read More
AI Large Language Models

How to Upload Files to ChatGPT: A More Powerful Experience

In this video from Automate My Life., see how to upload files into ChatGPT, a powerful language model based on the GPT-3.5 architecture. With this code, you can easily upload text files, JS files, Python files, and even CSV ‘s to ChatGPT and get accurate responses to your prompts.

Read More
GameDev Python

How to Code An Entire Game Using ChatGPT

Nick White used ChatGPT to create an entire game from scratch using Chat GPT. Are we witnessing the birth of an entirely new kind of coder?

Read More
Developer

Running RabbitMQ Locally with Docker

Tim Corey shows us how to run RabbitMQ Locally with Docker. RabbitMQ is a popular open-source message broker, especially among C# developers who are creating microservices or even just disconnected systems that follow the pub/sub pattern. Let’s see how to get RabbitMQ installed and running for development in just a couple minutes in this 10-Minute […]

Read More
Developer

How To Learn Blazor In 2023

Tim Corey shows us how to learn Blazor. In this video, I will start by answering some of the commonly asked questions about Blazor. Then, we will look at the different flavors of Blazor and when to use each. After that, I will outline the order to learn Blazor in, I will go over the […]

Read More