Channel Avatar

CodeBeauty @UCl5-BV9aRaeDVohpE4sqJiQ@youtube.com

275K subscribers - no pronouns set

Hi everyone! My name is Saldina Nurak. I'm a software engine


40:44
C# Loops for beginners in 40 min - While, Do-While, For (C# Programming tutorial)
46:23
Difference between copy constructor and assignment operator in C++ (OOP tutorial for beginners)
22:18
Switch case statement - C# programming tutorial for beginners
21:06
If else statement - C# programming tutorial for beginners
11:18
What is Input/Output in C# - Programming tutorial for beginners
30:15
C# Operators: Tips, Tricks & Errors (Relational and Logical) part 2
39:32
C# Operators: Tips, Tricks & Errors (Arithmetic, Assignment, Increment, Decrement, etc.) part 1
19:31
Programmer Q&A - Answering your most interesting questions!
32:39
C# Variables and Data Types (beginners programming tutorial)
15:31
C# Introduction - Create your first application (Hello World) - For beginners
35:23
C++ List (Real examples, Sorting a list, When (not) to use List, Detailed explanation, Step-by-Step)
19:07
STL Templates in C++ - Generic Functions and Classes (beginner-friendly)
10:33
C++ STL Introduction (for beginners) What is STL and STL main components?
39:17
How to build C# GUI apps with Visual Studio? (FREE, FAST & EASY)
09:58
Learn to Code and Earn Money 💸 in Just 3 Months with this Beginner To Expert Programming Course
12:29
What is Mutex in C++ (Multithreading for Beginners)
01:11
How I 10x my salary #shrots #coding #developers #developerlife #code #10x
21:26
Advanced Inheritance & Polymorphism - example with Array of Objects (in-depth Data Structures & OOP)
22:46
Array of objects Algorithms - Search, Sort, Reverse, Max, Min, Custom methods
46:29
Dynamic Arrays of Objects (Data Structures course, step-by-step)
31:27
Arrays of objects - Introduction (Data Structures course, step-by-step, in-depth)
56:16
I used web data to identify market trends (Practical App Programming tutorial)
26:39
C++ Copy constructors (beginner-friendly tutorial + practical examples)
15:20
C++ simple GUI app - Reminder app in 15 min (Step-by-Step)
20:10
Destructors in Programming: Practical Demonstration
28:41
OOP Constructors - Types of Constructors You Need to Know (Basics to Mastery)
26:03
Function pointers, delegates and callbacks | Beginner friendly
11:34
How to use ChatGPT to become a better developer?
41:33
Your first C++ CRUD app (DB + UI)
28:48
STL vector (Relationship between Static array, Dynamic array and STL vector) with examples
20:12
Variable scopes w\ examples (Local vs Global vs Block vs Nested)
24:38
ENUMS in every programming language (All you need to know)
19:57
Connect C++ app with Database (How to Insert/Read/Update/Delete from DB with C++ app)
16:47
How to setup a database & write your first SQL query?
21:05
Tree traversal algorithms (BFS and DFS - Preorder, Inorder, Postorder)
16:31
Tree data structure - types of trees, examples, code and uses in programming
17:30
Doubly Linked Lists detailed explanation for beginners (C++ Data Structures course)
33:01
REGEX - How to match and search any pattern or validate input? (Regular expressions 30-min course)
25:29
How to make a UI Tic-Tac-Toe game in C++ (Easy game tutorial)
18:18
Friend functions and classes in C++ (Programming for beginners)
18:24
Map in C++ with practical examples - step by step Data Structures tutorial
18:35
Lambda expressions in modern C++ (in depth step by step tutorial)
13:58
My top 5 Visual Assist features! Best Visual Studio plugin for C/C++/C# developers
24:15
Build your first multithreaded application - Introduction to multithreading in modern C++
23:16
Build C++ Guessing Game for beginners + User Interface (step-by-step)
21:35
Introduction to debugging in C++ (for beginners)
01:01:57
C++ project - Login and Registration - in-depth explanation
41:42
Your first C++ GUI Game (step by step) Build Game GUI apps in C++
02:33:15
C++ POINTERS FULL COURSE Beginner to Advanced (Learn C++ Pointers in 2,5 hours)
15:25
Static and Dynamic binding in C++ with examples (Early and Late binding)
35:19
C++ Operator Overloading beginner to advanced (in-depth explanation)
22:27
Function Pointers for beginners! How and when to use Function Pointers?
27:10
Build C++ GUI apps FAST! Your first C++ GUI app!
24:32
SMART POINTERS in C++ (for beginners in 20 minutes)
24:46
Exception handling in C++ (How to handle errors in your program?)
13:39
Software Engineer interview - How I got tricked?! Storytime
10:14
Queue and FIFO/FCFS explained in 10 minutes + a bonus task 📣📣 (Data Structures course)
19:09
C++ file handling for beginners! The easiest way to read/write into text files!
22:07
Abstraction explained with real-life examples and code! - C++ OOP Course
20:42
Relationship between Virtual Functions, Pure Virtual Functions and Abstract Classes in OOP explained