- ๐ ย Founder.
- ๐ ย Software Developer and Graphic Designer (UX UI).
- ๐ ย Love Design and Programming.
fn main() {
println!("{}", SofDev::CURRENT_JOB);
SofDev::is_repo_helpful(true);
}
fn star_it() {
println!("Thank you for starring the repo! โญ");
}
struct SofDev;
impl SofDev {
const CURRENT_JOB: &'static str = "Software Developer";
static OPEN_FOR_OPPORTUNITY: bool = true;
pub fn current_projects() {
let _currently_learning: &str = "Physics, Quantum and improving my AI Development Skills";
let _currently_working_on: &str = "AI, Cybersecurity, Defence, Quantum";
let _excited_for: &str = "Quantum, AI, Cybersecurity, Defence, Blockchain, WEB3, IOT";
}
pub fn contact_me() {
let _email: &str = "*****";
}
// Function parameters follow the pattern `name: type`.
pub fn is_repo_helpful(is_helpful: bool) {
if is_helpful {
star_it();
}
}
}- ๐ ย HTML | CSS
- ๐ ย Material UI | Antdesign | Bootstrap | Tailwind
- ๐ฎ ย React | NextJS | Flutter | Tauri
- ๐ป ย JavaScript | TypeScript | Rust | Dart | Python | Bash
- ๐ฐ ย Adobe XD | Axure RP | Figma | Adobe Suite | illustrator
- ๐ง ย WebStorm | IntelliJ IDEA | VSCode | Git | Git Flow | Github | CodeSandbox
- ๐ข ย MondoDB | PostgressSQL
- ๐ฆพ ย SCRUM | BEM | Mobile-first | Atomic Design | Clean Architecture
- ๐ค ย Slack | Discord
- โ ย Atlassian | AWS | Firebase
NOTE: Top languages does not indicate my skill level or something like that, it's a github metric of which languages i have the most code on github.



