Stats
1,291
reputation
0
reached
0
answers
0
questions
Loading…
About
Curious being with an affinity for software engineering, design, and disruptive technologies. Binge on Anime, Youtube, and TV Series. Simply put, a Techie-Otaku.
import React from "react";
import { HumanBeing } from "world";
const Shujath = (life) => {
if(isAwake){
life.work = "Software engineer @HelloFresh";
life.tech = ["react", "JS/TS", "python", ".Net", ...freelanceSkills];
life.freelanceSkills = ["computer vision","AR/VR","GLSL", "deep learning","robot app development"];
life.otherSkills = ["public speaker", "mentor"];
life.chillTime = ["TV series", "Anime"];
life.schedule = {
day: {
work: code(life.tech)
},
night: {
study: code(life.freelanceSkills),
chill: life.chillTime
}
};
}
else{
sleep(true);
}
return (
<HumanBeing {...life} />
);
}
Badges
View all badges
This user doesn’t have any gold badges yet.
6
silver badges
-
Yearling
× 6Apr 28, 2025
1
bronze badge
-
AutobiographerJun 22, 2019
Posts
This user hasn’t posted yet.

