Coding

Developer Javascript

How To Make Fun Multi-Window Websites

You have no doubt seen some of these multi-window browser app demos that defy explanation. At first, I thought they were faked using VFX, but, apparently, they are real. This video from Wes Bos explains how they work. Code here: https://github.com/wesbos/hot-tips/tree/main/fun-windows

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
Python

AsyncIO, await, and async – Concurrency in Python

This video from Socratica covers the asyncio module. The asyncio module in Python helps you use concurrency in your code. In this lesson, you’ll learn about subroutines & coroutines, concurrency vs. parallelism, and how to use the async/await keywords to create a coroutine, and to run a batch of coroutines using convenience functions in the […]

Read More
Career Python Security

Fundamentals of Python for Cybersecurity | Google Cybersecurity Certificate

In this course from Google Career Certificates, you will be introduced to the Python programming language and apply it in a cybersecurity setting to automate tasks. You’ll start by focusing on foundational Python programming concepts, including data types, variables, conditional statements, and iterative statements. You’ll also learn to work with Python effectively by developing functions, […]

Read More
Developer GameDev

15 Years Writing C++ – Advice for new programmers

This video is from SyncMain. I’m a video game programmer and I’ve been using C++ as a programming language for 15 years. Of course in my time as a programmer I’ve branched out to other languages, but I’d say C++ has been the focus for me across my hobby and professional projects.

Read More
AI Generative AI

GPT Engineer: Can AI Really Code a Complete Codebase?

This video is from Ian Wootten. AI Code generators are all the rage at the moment. I show you how to install gpt-engineer and discuss whether it lives up to the hype, taking a look through it’s own codebase.

Read More
Python

How to Perform Financial Data Analysis with Python, Pandas, and NumPy

que8 shows us how to unleash the power of Python for financial data analysis with this comprehensive guide. Whether you’re a finance professional aiming to boost your data analysis skills, a data science enthusiast, or an aspiring analyst, this video will equip you with the necessary tools to excel in financial data analysis using Python.

Read More