Planxnx
An awesome
|

Love to explore new things, craft an awesome cutting-edge software, utilize state-of-the-art technologies and deliver best developer experiences.

// Start editing to see some magic happen :)
function App() {
	const aboutMe = useTextReveal({
		duration: 3,
		words: [
			">Written Golang",
			"Be <Fullstack/>",
			"Designed~~>Systems",
			"|>Build Architecture",
			"Boost=>DevExperience",
		],
	})
	return (
		<div className="font-mono font-bold">
			<p>{aboutMe}</p>
		</div>
	)
}