Full-stack developer from Ethiopia ヾ(⌐■_■)ノ♪ who loves turning ideas into reality. I build web applications that solve real problems and create meaningful user experiences.
// Hey there! 👋 This is my story in code
import React from 'react'
import { Coffee, Passion } from 'daily-life'
const Robera = () => {
const [skills, setSkills] = useState(['learning']);
const [coffee, setCoffee] = useState('essential');
// Started coding 3 years ago, still loving it!
useEffect(() => {
buildCoolStuff();
drinkCoffee();
}, [everyday]);
return <AwesomeWebsite />;
}