Channel Avatar

Software Nuggets @UCz-wx45TYy-E_WshYuvz9Jw@youtube.com

4.7K subscribers - no pronouns :c

I've been a software developer since the 90's, having crafte


04:34
Rust: Learn Rust Traits with Practical Code Example
35:37
Learn Python TkInter: Build a World Flags Guessing Game Application step-by-step.
10:26
ASM Language (L10), How to DEBUG an assembly language program using GDB
19:38
Assembly x86-64 Tutorial: Swapping Array Elements in Intel Syntax on Ubuntu Linux (Lesson 9)
08:52
Rust HashMap Tutorial: Essential Techniques for Efficient Data Management
12:39
Node.js PostgreSQL Tutorial: Calling Functions & Database Operations
05:44
Master Number Base Addition: Decimal, Hexadecimal, Octal, Binary Using Carry Technique
05:27
HackerRank: Solution for Symmetric Pairs problem for SQL Server.
08:25
Command Line Calculator - A Calculator that converts Infix to Postfix using C# .Net 8
07:48
How-To Convert Infix to Postfix Notation. Learn with Three Examples
07:50
Create A Tkinter Listbox In Python: Learn To Build A Reusable Component
07:55
HackerRank: Solution for Interviews, a problem for SQL Server.
07:18
PostgreSQL: Write a Dynamic Function using ALTER TABLE with JSON parameter!
16:32
Learn Python,Tkinter and MongoDB to build a Movie Search App with Posters!
08:24
Calling Extern Printf() In Assembly Code: Code up a Small app to learn the steps!
03:48
ASM Language: How to Sum the Digits from 8-bit Byte Array - Intel-Syntax Lesson 7. Assembly.
03:13
HackerRank: How to Master SQL Joins and Grouping for Advanced Data Analysis. 🚀
02:50
PostgreSQL: How to write a Function to validate an Email Address using Regex.
08:47
ASM Language: How to get input (sys_read) from the user in Assembly. Lesson 6. Intel-Syntax.
04:19
HackerRank: How to Loop over Binary Tree Nodes in SQL Server.
08:43
ASM Language: Learn the JUMP assembly language instructions. Lesson 5. Intel-Syntax.
12:36
PostgresSQL : How to Parse XML with Attributes. Insert into a Table.
07:20
XML Parsing in PostgreSQL: Utilizing XPath for Variable Extraction for Table Insertion.
03:13
Lesson 4 - Calculate area of rectangle in Assembly Language. Area = Width * Length. Using IMUL
04:04
ASM Language: How to Call an Assembly Language Subroutine. Lesson 3. Intel-Syntax.
06:39
Geography Datatype: Calculate Distances with STDistance - Miles, KM, Meters
20:21
C Programming: File Handling made easy with open(), close(), read(), write() and lseek().
08:23
How to Subtract Binary Numbers the easy way, step-by-step.
10:21
Lesson_2 : Hello World x64 in assembly language using myCompiler.io web site.
04:18
Lesson_1 : First program in 8086 x64 Assembly Language. ASM x64. syscall_64.tbl. syscall.h
04:46
How to ADD two Binary Numbers (base-2), step-by-step.
01:35
How to Find Prime Factors: Python Function for Number Factorization.
05:21
Python Prime Number Generator: Sieve of Eratosthenes Tutorial
04:19
Write a PostgreSQL Function to Sort an Array Object using an ENUM Type to determine the sort order.
06:29
PostgreSQL - Create B-TREE Index on JSONB key.
05:44
PostgreSQL - learn the row_to_json function.
07:02
PostgreSQL - How to compute prime numbers between 2 and 1000.
04:59
Python - GET Crypto Currency Prices like XRP/XLM/Bitcoin from Coin Gecko API.
02:07
Solving HackerRank Challenges: Finding the Runner-Up Score in Python
03:45
PYTHON: Solve List Comprehension problem on HackerRank.
02:02
Function is_leap in Python: Easy Solution for HackerRank problem Write a Function.
03:50
If-Elif & Range Function in Python: A Practical Solution for HackerRank
06:35
HackerRank - Solve Weather Observation Station 12 for SQL Server. 2 Solutions. PatIndex, Left, Right
04:18
HackerRank - Solve Occupations using Sql Server PIVOT command
06:09
HackerRank - Solve Problem Print-Prime-Numbers using SQL Server.
03:04
HackerRank - Draw the Triangle. SQL Server.
12:37
IEEE 754 Floating Point Format - 3 Steps to Convert a decimal [ 187.3 ] to a Float Datatype.
02:34
HackerRank - Get shortest and longest city name using Sql Server.
04:33
FIRST_VALUE Function in SQL Server 2022
02:09
LEAST Function in SQL Server 2022
08:15
DATE_BUCKET in SQL Server 2022
02:48
Create RULE in SQL Server
06:57
Python - How to use strftime(), to format date and time values.
09:23
Two Dimensional Arrays in C Programming.
05:48
How to Add hexadecimal numbers the easy way. Step-by-step.
00:55
Excel VBA #10 - Determine Datatype of an Excel VBA variable using TypeName() function. #excelshorts
01:46
Typescript: Convert number to Roman Numeral
06:15
SQL Server: L(17) - Concurrency with RowVersion Data Type
03:01
How to receive two results sets: Order and Item Details, from a Stored Procedure in Sql Server.
02:52
PostgreSQL Function to Convert an IP Address into a Big Int, and from a BIG Int to an IP Address.