#fundamentals (11)
- Setting Up Your Rust Development Environment (Rust 1.94.0)
Embark on your Rust journey by setting up your development environment. Learn to install Rust 1.94.0 using rustup, understand the cargo build system, and run your first Rust program.
- Understand Swift Essentials for iOS App Development
Learn Swift's essential language features including variables, data types, control flow, functions, and optionals to begin building your first iOS applications.
- The iOS Ecosystem & Your First App
Embark on your iOS development journey by understanding the core Apple ecosystem, setting up Xcode, and building your very first SwiftUI application.
- Learn Swift Variables, Constants, and Fundamental Data Types
You will learn to declare and use Swift variables, constants, and basic data types, enabling you to store and manage information effectively in your code.
- Introduction: Setting Up Your Swift Lab
Embark on your Swift programming journey! This chapter guides you through setting up your essential development environment on macOS, installing Xcode, and running your very first Swift code.
- Control Swift Program Flow Using Operators, Conditionals, Loops
Learn to write dynamic and efficient Swift code by mastering operators for calculations, conditionals for decisions, and loops for repetition.
- Introduction to Data Structures and Algorithms with TypeScript
Learn the fundamental concepts of Data Structures and Algorithms, understand their importance for efficient software, and prepare to implement them using TypeScript.
- The Dawn of Intelligent UIs: Frontend AI Fundamentals
Learn the basics of integrating AI into frontend applications using React and React Native.
- Python Fundamentals: Data Types, Variables, and Operators
Grasp Python's fundamental syntax, data types, variables, and operators to build solid applications and confidently answer common technical interview questions.
- TypeScript Fundamentals & Core Type System
Learn the basics of TypeScript, including its type system and core concepts essential for interviews.
- C Fundamentals: Data Types, Variables, and Operators
After this chapter, you will understand how C classifies different kinds of information, stores data using variables, and performs operations with various operators.