I'm Alim Prasetyo Putra S,a Frontend developer.
I love writing code that takes things next level creating highly performant websites, automated API integrations, building my own dev-tools, and creating stunning user-experiences that makes you feel WOW!.
I'am always keen to learn and explore new technologies, frameworks and programming languages. Currently, I'm learning about react native and developing backend applications.
interface WelcomeProps {
uses:
| "explore new tech"
| "display my skills"
| "find freelancing opportunities"
| "find a fulltime job";
};
export const Welcome = ({ uses } : WelcomeProps) => {
return (
<>
<h1>This is my little slice of the internet.</h1>
<p>
I use this site to <em>{uses}</em>.
</p>
</>
);
};
export default Welcome;
Projects
Checkout my work.
A collection of projects highlighting teamwork, collaboration, and innovative problem-solving.

KosKita
We built an innovative platform specifically designed to make finding and renting boarding houses easier for all groups. With user friendly interface and advanced features.

Red Store
We built a buying and selling platform built using ReactJs and Go Language.

Flix Tv
A movies list built with Next.js that involves using the open API from TMDB.

PokeGo
A Pokémon catcher game built with React.js using the open API from PokeAPI.