
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
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
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
Meet the inventor of the electronic spreadsheet | Dan Bricklin
Dan Bricklin changed the world forever when he codeveloped VisiCalc, the first electronic spreadsheet and grandfather of programs you probably use every day like Microsoft Excel and Google Sheets. Join the software engineer and computing legend as he explores the tangled web of first jobs, daydreams and homework problems that led to his transformational invention.
Read More
How to create a Cryptocurrency RIGHT NOW
In this video, NetworkChuck walks you through how to create your own cryptocurrency token on the Solana blockchain.
Read More
What is Branchless Programming?
- Frank
- November 22, 2021
- ascii
- assembly
- avx
- bit hacking
- branchless
- branchless comparisons
- branchless if
- c++ asm
- cmov
- Code
- comparison
- compiler
- Computer Science
- conditional moves
- convert to upper case
- Creel
- demonstration
- disassembly
- examples
- explained
- how to
- if statements
- optimisation
- Optimization
- performance programming
- Programming
- simd
- smaller than
- toupper
- Tutorial
- upper case
- uppse case algorithm
- what’s a creel
- whatsacreel
- x64 assembly
This video looks at branchless programming. This is a technique to gain speed in our high and low level programming by avoiding branching code as much as possible.
Read More
How to use Office Scripts in Excel & Power Automate
- Frank
- April 12, 2021
- automate
- automations
- beginners
- Business
- Code
- code editor
- create
- Excel
- excel code
- excel macro
- excel macros
- excel script
- how to
- in excel
- java script
- Javascript
- kevin stratvert
- macro
- macro excel
- macros
- macros in excel
- Microsoft
- Microsoft 365
- Microsoft Excel
- microsoft office
- office scripts
- onedrive
- Power
- power automate
- record
- record actions
- script
- scripts in excel
- share
- stratvert
- trigger
- type script
- TypeScript
- VBA
- Web
- work book
- work sheet
- workbook
- worksheet
In this step-by-step tutorial, Kevin Stratvert shows you how you can use Office Scripts in Excel on the web to automate repetitive and mundane tasks. Additionally, learn how you can trigger you scripts automatically using Power Automate. With Power Automate, you can set a Teams message, an email, or other app to trigger your script.
Read More