// File: about_me.c
#include <developer.h>
#include <passion.h>
#include <creativity.h>
int main() {
char *bio = "A curious developer navigating the vast realms of π C, βοΈ Rust, and π± Flutter,
fueled by the enchanting powers of π€ Generative AI.";
// Current Quests π―
learn("C");
explore("Rust");
master("Flutter");
harness("Generative AI Magic");
// Daily Activities β‘
build(small_scripts_and_tools);
debug(real_world_problems);
refactor(creative_ideas);
// Fun Facts πΈ
enjoy("βοΈ Traveling");
capture("πΈ Photography");
read("π Mind-expanding Books");
return chase(dreams);
}
π GitHub Stats
π₯ Streak
ποΈ Top Languages
"Crafting code, one language at a time!"
- C: Unlock the secrets of low-level programming. π
- Git: Track, collaborate, and manage code efficiently. π
- SQL: Manage and interact with relational databases. π
- MongoDB: Store and manage data in a NoSQL database. π
- Rust: Fearless concurrency and memory safety β the future of system design. βοΈ
- Docker: Containerize applications for consistent environments. π§
- Flutter: Dream it, design it, and deploy it β all in one codebase. π±π»
- Jenkins: Automate deployment and continuous integration. π
- Linux: Master the most powerful open-source operating system. π§
- Figma: Design beautiful UIs with precision and ease. π¨
- Firebase: Build scalable apps with seamless backend integration. π₯
- VSCode: A powerful, customizable code editor for any developer. π
- Android Studio: The official IDE for Android development. π±
βThe tools we master shape the future we create.β
// A simple Rust function to brighten your day!
fn make_it_sunny() -> &'static str {
"βοΈ Everything is going to be okay!"
}
fn main() {
println!("{}", make_it_sunny());
}