Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trivektor/1924060bb65699857ae4a8ef2906d8eb to your computer and use it in GitHub Desktop.
Save trivektor/1924060bb65699857ae4a8ef2906d8eb to your computer and use it in GitHub Desktop.
{
"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