Lesson | Text & Code | Video | Extra Learning |
---|---|---|---|
Intro to AI Agents and Agent Use Cases | Text & Code | Video | Link |
Exploring AI Agentic Frameworks | Text & Code | Video | Link |
Understanding AI Agentic Design Patterns | Text & Code | Video | Link |
T |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let a = [10, 5, 3]; | |
for element in a.iter() { | |
println!("Element value: {}", element); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use std::io; | |
enum Weekdays { | |
Sunday, | |
Monday, | |
Tuesday, | |
Wednesday, | |
Thursday, | |
Friday, | |
Saturday |
I hereby claim:
- I am emadgit on github.
- I am bw_emad_dehnavi (https://keybase.io/bw_emad_dehnavi) on keybase.
- I have a public key ASCFShMTS6cW3dLHpmtHXbSLUB6nj3SRApBlNewuYx27Ygo
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
##Device = Desktops | |
##Screen = 1281px to higher resolution desktops | |
*/ | |
@media (min-width: 1281px) { | |
} | |
/* | |
##Device = Laptops, Desktops |