Skip to main content
New: Stack Overflow For Agents. The next generation of knowledge exchange. Learn more
Shujath's user avatar
Shujath's user avatar
Shujath's user avatar
Shujath
Software Engineer | AI & XR Evangelist | HelloFresh
  • Member for 9 years, 1 month
  • Last seen more than 1 year ago

Stats

1,291
reputation
90k
reached
41
answers
14
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} />
    );
}
2
gold badges
12
silver badges
24
bronze badges
21
Score
4
Posts
7
Posts %
9
Score
15
Posts
27
Posts %
8
Score
14
Posts
25
Posts %
5
Score
8
Posts
15
Posts %
1
Score
9
Posts
16
Posts %
1
Score
6
Posts
11
Posts %

Top posts

View all questions, answers, and articles