- 👋 Hi, I’m Vivek Singh
- 👀 All of my project are available at -Link
import StudentDeveloper from 'vic';
class Bio extends StudentDeveloper {
name = 'Vivek Singh';
title = 'Full Stack Developer';
company = 'OpenSource | Remote | Freelancer';
location = 'Delhi, IN';
}
class Skills extends StudentDeveloper {
languages = ['C', 'C++', 'Java', 'Python', 'JavaScript','Kotlin','TypeScript'];
databases = ['MySQL', 'MongoDB', 'SQLite','firebase','Redis'];
frontend = ['ReactJs','Angular','NextJs','Bootstrap', 'jquery','Html', 'Css'];
backend = ['Node', 'Express','SailsJs','FastApi','Django','Solidity', 'Spring Boot'];
orm = [ 'mongoose' , 'sequelize' , 'prisma'];
query_language = ['graphql'];
cloud = ['Azure', 'Aws'];
ci/cd = ['Jenkins','Aws(CodePipeline)','Github Actions'];
containerization = ['Docker','Kubernetes'];
configManagement = ['Ansible'];
iaac = ['Cloud Formation', 'Terraform','boto 3'];
scripting = ['yaml','bash'];
}