Programming

Python

Functools is one of the MOST USEFUL Python modules

Carberra explain why Functools is definitely one of the more useful packages in the standard lib.

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
AI Generative AI

Google A.I. Diffusion Image Editing w/ Prompt to Prompt

Prompt to prompt allows you to make natural language edits to your prompt to edit the image.

Read More
IoT Maker Raspberry Pi

How to Hacking Your Garage Door with the Raspberry Pi Pico W

A high tech solution to not leaving the garage door open all day! Here’s the open source Raspberry Pi Pico W garage door sensor project, with instructions for how you can set up the same thing at your house: https://github.com/geerlingguy/pico-w-garage-door-sensor

Read More
Developer

The Computer Science Wizard Book

This is the legendary “Wizard Book”. It is dedicated to the spirit which lives inside the computer. This book covers the fundamentals of computer programming using Scheme which is a dialect of Lisp. One of the coolest things about this book is that there are lectures online you can watch that follow the book. The […]

Read More