/// <summary>
/// Software Engineer specialized in the JavaScript ecosystem.
/// Building with Next.js, Node.js and React.
/// I Love to wear alot of hats :p
/// </summary>
public class INFORMATION
{
public string NAME = "Laith AlRubaie";
public string TITLE = "Software Engineer";
public string EMAIL = "laith.alrubaie0@gmail.com";
}public enum STACK()
{
NextJS,
React,
NodeJS,
JavaScript,
TypeScript
}
public enum TOOLS()
{
VSCode,
Git,
GitHub,
BitBucket,
Sentry,
Jira,
Vercel,
Postman,
Docker
}
public enum MEDIA()
{
GitHub,
// github.com/Laithalrubaie
LinkedIn,
// linkedin.com/in/theleo3
}
public enum QUOTES()
{
BE_BOLD,
DOUBT_YOUR_DOUBTS,
CERTAINTY_IS_THE_ENEMY_OF_EXPLORATION
}


