Tech Stack
Tech Stack
do {
switch (tech) {
case 'OS':
return 'Windows, macOS, Linux, Batch/Shell scripts'
case 'Back-end':
return [C#, ASP.NET Core, Java, Firebase, Go, Elixir]
case 'Front-end':
return [HTML/CSS, JavaScript, TypeScript, React, Next.js, TailwindCSS, MaterialUI, Boostrap, Blazor Pages]
case 'Database':
return [PostgreSQL, MySQL, MS SQL Server, Firestore, MongoDB]
case 'Mobile':
return [Flutter]
case 'Testing':
return [XUnit, React Jest, Selenium, Java Arquillian]
case 'Business Intelligence':
return [Tableau, SSRS, SSIS, SSAS, Power BI, Metabase, Cognos]
case 'Cloud':
return [AWS]
case 'Development tools':
return [Git, Docker, VMWare]
case 'Development methodology':
return [Agile/Scrum]
default:
return [I will learn]
}
} while (iStillLive)
or
or