Created
July 1, 2023 21:51
-
-
Save trivektor/1924060bb65699857ae4a8ef2906d8eb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"languages": [ | |
"HTML", | |
"CSS", | |
"JavaScript", | |
"TypeScript", | |
"Python", | |
"PHP", | |
"Ruby", | |
"Java", | |
"C#", | |
"Swift", | |
"Go", | |
"Rust", | |
"Scala", | |
"Kotlin" | |
], | |
"frontend": { | |
"libraries": [ | |
"React", | |
"Angular", | |
"Vue.js", | |
"jQuery", | |
"Ember.js", | |
"Backbone.js", | |
"Preact" | |
], | |
"frameworks": [ | |
"Bootstrap", | |
"Material-UI", | |
"Semantic UI", | |
"Bulma", | |
"Foundation", | |
"Tailwind CSS" | |
], | |
"tools": [ | |
"Webpack", | |
"Parcel", | |
"Rollup", | |
"Babel", | |
"ESLint", | |
"Prettier", | |
"Sass", | |
"Less", | |
"PostCSS" | |
] | |
}, | |
"backend": { | |
"frameworks": [ | |
"Express.js", | |
"Django", | |
"Ruby on Rails", | |
"ASP.NET", | |
"Spring Boot", | |
"Flask", | |
"Laravel", | |
"Symfony" | |
], | |
"databases": [ | |
"MySQL", | |
"PostgreSQL", | |
"MongoDB", | |
"SQLite", | |
"Redis", | |
"Cassandra", | |
"MariaDB" | |
], | |
"tools": [ | |
"Node.js", | |
"NestJS", | |
"ASP.NET Core", | |
"Java Servlets", | |
"Ruby Rack", | |
"Flask-SQLAlchemy" | |
] | |
}, | |
"fullstack": [ | |
"MEAN (MongoDB, Express.js, Angular, Node.js)", | |
"MERN (MongoDB, Express.js, React, Node.js)", | |
"MEVN (MongoDB, Express.js, Vue.js, Node.js)", | |
"LAMP (Linux, Apache, MySQL, PHP)", | |
"Laravel-Vue (Laravel, Vue.js)", | |
"Django-React (Django, React)" | |
], | |
"mobile": { | |
"native": [ | |
"React Native", | |
"Flutter", | |
"Swift (iOS)", | |
"Kotlin (Android)" | |
], | |
"hybrid": [ | |
"Ionic", | |
"Cordova", | |
"PhoneGap" | |
] | |
}, | |
"cloud": [ | |
"Amazon Web Services (AWS)", | |
"Microsoft Azure", | |
"Google Cloud Platform (GCP)", | |
"Heroku", | |
"DigitalOcean", | |
"Firebase" | |
], | |
"version_control": [ | |
"Git", | |
"GitHub", | |
"Bitbucket", | |
"GitLab" | |
], | |
"testing": [ | |
"Jest", | |
"Mocha", | |
"Chai", | |
"Selenium", | |
"Cypress", | |
"PHPUnit", | |
"Jasmine" | |
], | |
"build_automation": [ | |
"npm", | |
"Yarn", | |
"Grunt", | |
"Gulp", | |
"Webpack", | |
"Parcel", | |
"Rollup" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment