top of page


C# for Beginners. Lessons 1: VARIABLES part 3
C# for Beginners. Lessons 1: VARIABLES part 3
Pavel Zosim
Dec 6, 20253 min read


C# for Beginners. Lessons 1: VARIABLES part 2
...read C# for Beginners. Lessons 1: VARIABLES part 1 ...read C# for Beginners. Lessons 1: VARIABLES part 2 ...read C# for Beginners. Lessons 1: VARIABLES part 3 uint - Unsigned 32-bit Integer Beginner explanation: Like int, but only positive numbers (0 to 4.3 billion). Perfect for bit operations, color values (RGBA), large positive numbers, hash codes, or anything that should never be negative. Double the positive range of int! 📊 Technical Specs: Size: 4 bytes (32 bits)
Pavel Zosim
Dec 6, 20255 min read


C# for Beginners. Lessons 1: VARIABLES part 1
C# for Beginners: Data Types in Simple Terms
Pavel Zosim
Nov 23, 20256 min read


TECHNICAL ART: Basics. Coordinate & Transformation Systems
Technical Art Basics: Coordinate Transformation Systems. Understanding local, world, and view spaces in computer graphics.
Pavel Zosim
Feb 17, 202513 min read
bottom of page





