base on null # Guía para entrevistas técnicas como Ingeniero de software ## Índice - [Guía para entrevistas técnicas como Ingeniero de software](#guía-para-entrevistas-técnicas-como-ingeniero-de-software) - [Índice](#índice) - [Buenas prácticas](#buenas-prácticas) - [Principios SOLID](#principios-solid) - [Principios DRY, KISS, YAGNI, GRASP y LoD](#dry) - [Clean Code](#clean-code) - [Clean architecture](#clean-architecture) - [Buenas prácticas en...](#buenas-practicas-en) - [Angular](#angular) - [C++](#c) - [Dart](#dart) - [Django](#django) - [Flutter](#flutter) - [Java](#java) - [Javascript](#javascript) - [PHP](#php) - [Python](#python) - [React.js](#reactjs) - [Typescript](#typescript) - [Vue.js](#vuejs) - [Algoritmos y estructuras de datos](#algoritmos-y-estructuras-de-datos) - [Complejidad algorítmica](#complejidad-algorítmica) - [Algoritmos](#algoritmos) - [Estructuras de datos](#estructuras-de-datos) - [Practicar algoritmos y estructuras de datos](#practicar-algoritmos-y-estructuras-de-datos) - [Visualizar algoritmos](#visualizar-algoritmos) - [Visualgo](#visualgo) - [Patrones de diseño](#patrones-de-diseño) - [Diseño de sistemas](#diseño-de-sistemas) - [Bases de datos](#bases-de-datos) - [ORM's](#orms) - [Arquitectura de Software](#arquitectura-de-software) - [Frontend](#frontend) - [React Clean Architecture](#react-clean-architecture) - [Vue JS Clean Architecture](#vue-js-clean-architecture) - [Backend](#backend) - [Clean Architecture Express JS](#clean-architecture-express-js) - [Clean Architecture Java](#clean-architecture-java) - [Clean Architecture PHP](#clean-architecture-php) - [Clean Architecture Python](#clean-architecture-python) - [Preguntas más frecuentes](#preguntas-más-frecuentes) - [Preguntas de Frontend](#preguntas-de-frontend) - [Preguntas de Backend](#preguntas-de-backend) - [Control de Versiones](#control-de-versiones) - [Workflows](#workflows) - [CI/CD](#cicd) - [Contenedores y Orquestación](#contenedores-y-orquestación) - [IA para desarrolladores](#ia-para-desarrolladores) - [Authors](#authors) ## Buenas prácticas ### Principios SOLID - [SOLID en C++ con implemetación y ejemplos - Inglés](https://medium.com/@aleksandra_shershen/solid-principles-implementation-and-examples-in-c-99f0d7e3e868) - [SOLID en C++ - Inglés](https://nexwebsites.com/blog/solid-design-principles/) - [SOLID en Java con Ejemplos - Inglés](https://www.javaguides.net/2020/01/solid-principles-in-java-with-examples.html) - [SOLID en Java - Inglés](https://medium.com/@shavi22/solid-principles-in-java-cf9f5b167600) - [SOLID en Javascript Vanilla - Inglés](https://github.com/ryanmcdermott/clean-code-javascript#openclosed-principle-ocp) - [SOLID en Python - Inglés](https://realpython.com/solid-principles-python/) - [SOLID en React.JS - Inglés](https://medium.com/docler-engineering/applying-solid-to-react-ca6d1ff926a4) - [SOLID en Vue.JS - Inglés](https://medium.com/@moein.mirkiani/solid-principles-in-vue-29ecc988f968) ********* ### DRY - [Demystifying Software Development Principles: DRY, KISS, YAGNI, SOLID, GRASP, and LoD](https://levelup.gitconnected.com/demystifying-software-development-principles-dry-kiss-yagni-solid-grasp-and-lod-8606113c0313) ********* ### Clean Code - [Clean Code en Java - Español](https://github.com/alansastre/java-clean-code) - [Clean Code en Java - Inglés](https://github.com/JuanCrg90/Clean-Code-Notes) - [Clean Code en Javascript - Español](https://github.com/andersontr15/clean-code-javascript-es) - [Clean Code en Javascript - Inglés](https://github.com/ryanmcdermott/clean-code-javascript#openclosed-principle-ocp) - [Clean Code en Python - Español](https://github.com/sryvcr/clean-code-python-es) - [Clean Code en Python - Inglés](https://github.com/zedr/clean-code-python) ********** ### Clean architecture ## Buenas prácticas en: ### Angular - [10 Best Practices for Building Scalable Angular Applications — With examples](https://medium.com/@mattias.trnqvist/10-best-practices-for-building-scalable-angular-applications-with-examples-efdfe2a5b4e8) - [Angular Optimization and Best Practices](https://www.tatvasoft.com/blog/angular-optimization-and-best-practices/) - [Angular coding style guide](https://angular.io/guide/styleguide) ### C++ - [Collecting the best C++ practices](https://medium.com/@Code_Analysis/collecting-the-best-c-practices-4b867006849f) - [Boost Your C++ Coding Skills: 5 Tips For Faster, Better Code](https://programminggyan.com/5-cpp-tips-for-faster-better-code/) ### Dart - [Effective Dart: Design](https://dart.dev/effective-dart/design) ### Django - [Django Best Practices 2022](https://www.linkedin.com/pulse/django-best-practices-2022-akshata-murudkar/) - [Django Model Best Practices: Tips and Tricks for Clean and Efficient Code](https://medium.com/@schopade333/django-model-best-practices-c5c8a142dfc) - [The 4 Clean Code Principles in Django](https://betterprogramming.pub/clean-code-principles-in-django-b0563a4e12f5) ### Flutter - [Flutter Best Practices](https://itnext.io/flutter-best-practices-part-1-e89467ea4823) - [The Dart Way: Best Coding Practices](https://articles.wesionary.team/the-dart-way-best-coding-practices-6ac693736090) - [10 Best Practices Every Flutter Developer Should Follow](https://somniosoftware.com/post/top-10-flutter-best-practices) ### Java - [Java Best Practices (recomendado)](https://github.com/in28minutes/java-best-practices) - [Java Best Practices](https://www.developer.com/languages/javascript/java-best-practices/) - [10 best practices in Java](https://medium.com/@alexthedev/10-best-practices-in-java-dc0b06dda858) ### Javascript - [Guidelines For Writing JavaScript Code Examples](https://developer.mozilla.org/en-US/docs/MDN/Writing_guidelines/Writing_style_guide/Code_style_guide/JavaScript) - [JavaScript Best Practices by W3.org](https://www.w3.org/wiki/JavaScript_best_practices) - [JavaScript Best Practices by W3Schools](https://www.w3schools.com/js/js_best_practices.asp) - [Airbnb JavaScript Style Guide()](https://github.com/airbnb/javascript) - [30 JavaScript Best Practices for Beginners](https://code.tutsplus.com/24-javascript-best-practices-for-beginners--net-5399t) ### PHP - [PHP Programming Best Practices and Coding Styles](https://medium.com/techlaboratory/php-programming-best-practices-and-coding-styles-e43234446fd3) - [PHP Best Practices](https://phpbestpractices.org/) ### Python - [Code Style in Python](https://docs.python-guide.org/writing/style/) - [Python Best Practices to Follow in 2023](https://aglowiditsolutions.com/blog/python-best-practices/) ### React.js - [10 Best Practices for Writing Clean React Code](https://www.turing.com/kb/writing-clean-react-code) - [React Best Practices – Tips for Writing Better React Code in 2022](https://www.freecodecamp.org/news/best-practices-for-react/#tips-to-help-you-write-better-react-code-the-cherries-on-top) - [React best practices and patterns to reduce code](https://devsmitra.medium.com/react-best-practices-and-patterns-to-reduce-code-3170f1913b26) - [React Best Practices Every Developer Have to Follow in 2023](https://technostacks.com/blog/react-best-practices/) ### Typescript - [TypeScript best practices by AWS](https://docs.aws.amazon.com/prescriptive-guidance/latest/best-practices-cdk-typescript-iac/typescript-best-practices.html) - [TypeScript Best Practices 2021](https://medium.com/@warkiringoda/typescript-best-practices-2021-a58aee199661) ### Vue.js - [12 VueJS Best Practices](https://learnvue.co/articles/vue-best-practices) - [Vue Patterns](https://learn-vuejs.github.io/vue-patterns/patterns/#component-declaration) ## Algoritmos y estructuras de datos ### Complejidad algorítmica - [¿Qué es la complejidad algorítmica y con qué se come?](https://medium.com/@joseguillermo_/qué-es-la-complejidad-algorítmica-y-con-qué-se-come-2638e7fd9e8c) - [Introducción a Big-O Notation](https://medium.com/nowports-tech/introducción-a-big-o-notation-95ecca8bd866) - [Analysis of Algorithms | Big-O analysis](https://www.geeksforgeeks.org/analysis-algorithms-big-o-analysis/) ### Algoritmos - [Algoritmos en C](https://github.com/TheAlgorithms/C) - [Algoritmos en C++](https://github.com/TheAlgorithms/C-Plus-Plus) - [Algoritmos en Go](https://github.com/TheAlgorithms/Go) - [Algoritmos en Java](https://github.com/TheAlgorithms/Java) - [Algoritmos en Javascript](https://github.com/TheAlgorithms/JavaScript) - [Algoritmos en PHP](https://github.com/TheAlgorithms/PHP) - [Algoritmos en Python](https://github.com/TheAlgorithms/Python) - [Algoritmos en Typescript](https://github.com/TheAlgorithms/TypeScript) ### Estructuras de datos - [Data Structures using C | What are the Data Structure in C and How it works?](https://www.mygreatlearning.com/blog/data-structures-using-c/) - [C++'s Built-In Data Structures](https://www.codecademy.com/learn/c-plus-plus-for-programmers/modules/cpp-built-in-data-structures/cheatsheet) - [Top Data Structures & Algorithms in Java That You Need to Know](https://medium.com/edureka/data-structures-algorithms-in-java-d27e915db1c5) - [JavaScript Algorithms and Data Structures](https://github.com/trekhleb/javascript-algorithms) - [Discovering PHP Data Structures: Arrays, Linked Lists, and Binary Trees](https://medium.com/@london.lingo.01/discovering-php-data-structures-arrays-linked-lists-and-binary-trees-501566f83bad) - [Efficient data structures for PHP 7](https://medium.com/@rtheunissen/efficient-data-structures-for-php-7-9dda7af674cd) - [Python Data Structures](https://www.geeksforgeeks.org/python-data-structures/) ### Practicar algoritmos y estructuras de datos - [CodeWars](https://www.codewars.com/) - [LeetCode](https://leetcode.com) - [HackerRank](https://www.hackerrank.com/) - [CoderByte](https://coderbyte.com/) - [Exercism](https://exercism.org/) ## Visualizar algoritmos ### [Visualgo](https://visualgo.net/) En esta web podrás ver como funcionan de manera visual los siguientes algoritmos: - Sorting - Bubble Sort - Selection Sort - Insertion Sort - Merge Sort - Quick Sort - Random Quick Sort - Counting Sort - Radix Sort - Linked List - Stack - Queue - Doubly Linked List - Deque - Hash Tables - Linear Probing - Quadratic Probing - Double Hashing - Separate Chaining - Binary Heap - Binary Search Tree - AVL Tree ## Patrones de diseño [Patrones de diseño Español (Recomendación personal)](https://refactoring.guru/es/design-patterns) [Patrones de diseño en Javascript](https://www.patterns.dev/posts) - Patrones Creacionales - Singleton - Factory Method - Abstract Factory - Builder - Prototype - Patrones Estructurales - Adapter - Bridge - Composite - Decorator - Facade - Flyweight - Proxy - Patrones de comportamiento - Chain of Responsibility - Command - Iterator - Mediator - Memento - Observer - State - Strategy - Template Method - Interpreter - Visitor ## Diseño de sistemas - [System Design Questions + Solutions DB](https://systemdesign.io) - [System-design-interview](https://github.com/checkcheckzz/system-design-interview) - [System Design Interview Questions and Answers [2025]](https://www.geeksforgeeks.org/system-design/top-10-system-design-interview-questions-and-answers) - [A Beginner’s Guide to System Design](https://medium.com/@sentalkssane/a-beginners-guide-to-system-design-76d64689788b) - [11 Most-Asked System Design Interview Questions (+ answers)](https://igotanoffer.com/blogs/tech/system-design-interviews) - [Top 50 System Design Interview Questions for 2025](https://dev.to/somadevtoo/top-50-system-design-interview-questions-for-2024-5dbk) - [System Design Interview Questions](https://www.interviewbit.com/system-design-interview-questions) - [System Design CheatSheet for Interview](https://medium.com/javarevisited/system-design-cheatsheet-4607e716db5a) ## Bases de datos - [20 ejemplos de consultas SQL básicas para principiantes: Una visión completa](https://learnsql.es/blog/20-ejemplos-de-consultas-sql-basicas-para-principiantes-una-vision-completa/) - [Top 50+ Database Interview Questions And Answers](https://www.softwaretestinghelp.com/database-interview-questions/) - [Top 50 Database Interview Questions and Answers (2024)](https://www.guru99.com/database-interview-questions.html) - [Choosing the Best Database: SQL vs NoSQL](https://medium.com/codex/choosing-the-best-database-sql-vs-nosql-a816a7ec09fc) ### ORM's - [¿Qué es un ORM?](https://wildpasco.medium.com/qué-es-un-orm-backend-bee59674e1d0) - [Introducción a Mongoose para MongoDB](https://www.freecodecamp.org/espanol/news/introduccion-a-mongoose-para-mongodb/) - [The Ultimate Guide To Get Started With Sequelize ORM](https://levelup.gitconnected.com/the-ultimate-guide-to-get-started-with-sequelize-orm-238588d3516e) ## Arquitectura de Software - [La guía definitiva de la arquitectura de software](https://medium.com/@ktufernando/la-guía-definitiva-de-la-arquitectura-del-software-f419db9c6bf7) - [Entendiendo a la arquitectura limpia](https://nescalro.medium.com/entendiendo-a-la-arquitectura-limpia-7877ad3a0a47) - [Los 10 patrones comunes de arquitectura de software](https://medium.com/@maniakhitoccori/los-10-patrones-comunes-de-arquitectura-de-software-d8b9047edf0b) - [Arquitectura Hexagonal](https://medium.com/@edusalguero/arquitectura-hexagonal-59834bb44b7f) - [Domain Driven Design: principios, beneficios y elementos - Primera Parte](https://medium.com/@jonathanloscalzo/domain-driven-design-principios-beneficios-y-elementos-primera-parte-aad90f30aa35) ### Frontend - [Arquitectura Hexagonal en el FrontEnd](https://softwarecrafters.io/react/arquitectura-hexagonal-frontend) - [Arquitecturas frontend: "Enfoque "modular simple](https://codigoencasa.com/arquitecturas-frontend-enfoque-modular-simple/) - [A Comprehensive Guide to Modern Frontend Architecture Patterns](https://medium.com/@johnadjanohoun/a-comprehensive-guide-to-modern-frontend-architecture-patterns-eb39debbd503) - [Alejándonos de ReactJs y VueJs en frontend usando Clean Architecture](https://xurxodev.com/frontend-clean_architecture/) - [La Arquitectura Hexagonal: un enfoque para desarrollar aplicaciones robustas en React, Angular y Vue con ejemplos de código](https://dev.to/dennysjmarquez/la-arquitectura-hexagonal-un-enfoque-para-desarrollar-aplicaciones-robustas-en-react-angular-y-vue-con-ejemplos-de-codigo-l4l) - [A Definitive Guide to Front-end Clean Architecture](https://eduardo-ottaviani.medium.com/a-definitive-guide-to-front-end-clean-architecture-3a62418becb4) - [Introducción a la arquitectura de microfrontends con un ejemplo en React.](https://www.paradigmadigital.com/dev/introduccion-arquitectura-microfrontends-ejemplo-react/) - [MicroFrontEnd](https://devjaime.medium.com/microfrontend-4eecf1498cd1) - [A Comprehensive Guide to Micro Frontend Architecture](https://medium.com/appfoster/a-comprehensive-guide-to-micro-frontend-architecture-cc0e31e0c053) - [Microservices vs. Micro Frontends: What's the Difference?](https://dev.to/pavanbelagatti/microservices-vs-micro-frontends-whats-the-difference-33je) #### React Clean Architecture - [Clean Architecture With React](https://betterprogramming.pub/clean-architecture-with-react-cc097a08b105) - [Clean Architecture: Applying with React](https://dev.to/rubemfsv/clean-architecture-applying-with-react-40h6) - [React Clean Architecture](https://github.com/eduardomoroni/react-clean-architecture) - [Clean Architecture: Typescript and React](https://paulallies.medium.com/clean-architecture-typescript-and-react-8e509098abfe) #### Vue JS Clean Architecture - [Clean Architecture with VueJS](https://www.linkedin.com/pulse/clean-architecture-vuejs-ahsan-riaz/) - [Clean Architecture VueJS](https://github.com/thanhchungbtc/vue-shopping-clean-architecture) - [Vue Clean Architecture Github](https://github.com/smotastic/vue-clean-architecture) - [Separating business logic from UI frameworks (React, Vue, Svelte, Angular, etc.) using clean architecture pattern](https://github.com/shamscorner/bloc-vue-3-clean-pattern) ### Backend #### Clean Architecture Express JS - [Clean Architecture en Node y Express](https://www.linkedin.com/pulse/clean-architecture-en-node-y-express-odannys-de-la-cruz/?originalSubdomain=es) - [Clean Architecture in Node.js](https://medium.com/@ben.dev.io/clean-architecture-in-node-js-39c3358d46f3) - [Node.js Clean Architecture](https://github.com/panagiop/node.js-clean-architecture) #### Clean Architecture Java - [Clean Architecture en la vida real JAVA](https://medium.com/@soyjuanmalopez/clean-architecture-en-la-vida-real-9da710e5ad4a) - [Clean Architecture with Spring Boot: A good idea?](https://medium.com/@viniciusromualdobusiness/clean-architecture-with-spring-boot-a-good-idea-d6f97e450130) #### Clean Architecture PHP - [Clean Architecture with PHP](https://medium.com/unil-ci-software-engineering/clean-architecture-with-php-22de915a6c50) - [Clean Architecture with Laravel](https://dev.to/bdelespierre/how-to-implement-clean-architecture-with-laravel-2f2i) #### Clean Architecture Python - [Understanding clean architecture in Python — Deep dive on the code](https://medium.com/@surajit.das0320/understanding-clean-architecture-in-python-deep-dive-on-the-code-17141dc5761a) - [Python Clean Architecture](https://github.com/pcah/python-clean-architecture) - [Clean Architecture in Django](https://medium.com/21buttons-tech/clean-architecture-in-django-d326a4ab86a9) - [Django Clean Architecture](https://github.com/jacob-y/django-clean-architecture) ## Preguntas más frecuentes - [Kill Your Tech Interview (recomendado)](https://www.fullstack.cafe) - [Angular Interview questions](https://github.com/sudheerj/angular-interview-questions) - [Django Interview questions](https://github.com/Ujjawal-Anand/django-interview) - [Java Interview questions](https://github.com/Devinterview-io/java-interview-questions) - [Java Spring Interview questions](https://github.com/altafjava/spring-interview-questions-answers) - [Javascript Interview questions](https://github.com/sudheerj/javascript-interview-questions) - [PHP Interview questions](https://github.com/Devinterview-io/php-interview-questions) - [Python Interview questions](https://github.com/Devinterview-io/python-interview-questions) - [React Interview questions](https://github.com/sudheerj/reactjs-interview-questions) - [SQL Interview questions](https://github.com/kansiris/SQL-interview-questions/tree/master) - [Cracking the SQL interview](https://github.com/xoraus/CrackingTheSQLInterview) - [Vue Interview questions](https://github.com/sudheerj/vuejs-interview-questions) ### Preguntas de Frontend - [Front End Interview Handbook](https://www.frontendinterviewhandbook.com/introduction/) - [52 Frontend Interview Questions - JavaScript](https://dev.to/m_midas/52-frontend-interview-questions-javascript-59h6) - [Front-end Developer Interview Questions](https://github.com/h5bp/Front-end-Developer-Interview-Questions?tab=readme-ov-file) - [11 senior front end developer interview questions and answers](https://anywhere.epam.com/en/blog/senior-front-end-developer-interview-questions) - [15 Frontend Developer Interview Questions (2023)](https://4dayweek.medium.com/15-frontend-developer-interview-questions-2023-91c7a9a628c1) - [Frontend Interview Questions [Top 250+]](https://frontendinterviewquestions.medium.com/frontend-interview-questions-top-250-92ba361cbbbd) ### Preguntas de Backend - [Top 100 back-end developer interview questions and answers 2023](https://www.turing.com/interview-questions/back-end) - [Top 18 backend developer interview questions answered](https://anywhere.epam.com/en/blog/top-18-backend-developer-interview-questions-answered) - [Backend SWE interview questions](https://github.com/tamhoang1412/backend-swe-interview-questions) ## Control de Versiones - [La guía para principiantes de Git y Github](https://www.freecodecamp.org/espanol/news/guia-para-principiantes-de-git-y-github/) - [Git Avanzado: Comandos Avanzados Además de los Básicos](https://kinsta.com/es/blog/git-avanzado/) - [Comparing Git workflows: What you should know](https://www.atlassian.com/git/tutorials/comparing-workflows) ### Workflows - [Cinco Git Workflows para mejorar nuestros proyectos](https://www.babelgroup.com/es/Media/Blog/Abril-2021/Cinco-Git-Workflows-para-mejores-proyectos) - [Git feature branch workflow](https://www.atlassian.com/git/tutorials/comparing-workflows/feature-branch-workflow) - [Gitflow workflow](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow) - [Forking workflow](https://www.atlassian.com/git/tutorials/comparing-workflows/forking-workflow) ## CI/CD - [Introducción a CI/CD](https://medium.com/@diego.coder/introducción-a-ci-cd-be79d0beafad) - [Comprensión de la CI/CD by AWS](https://docs.aws.amazon.com/es_es/prescriptive-guidance/latest/strategy-cicd-litmus/understanding-cicd.html) - [What is CI/CD?](https://www.freecodecamp.org/news/what-is-ci-cd/) - [What is a DevOps pipeline?](https://resources.github.com/devops/pipeline/) ## Contenedores y Orquestación - [¿Qué son los contenedores?](https://www.hpe.com/mx/es/what-is/containers.html) - [¿Qué es un contenedor? by Microsoft](https://azure.microsoft.com/es-mx/resources/cloud-computing-dictionary/what-is-a-container) - [Contenedores y Orquestación (Recomendado)](https://medium.com/@villamorosjuan/contenedores-y-orquestación-transformando-la-gestión-de-aplicaciones-en-producción-0f2ebbd8aac5) ## IA para desarrolladores - [The Ultimate List of AI Concepts in AI for Absolute Beginners | And Let Me Know What You Want to Read About Next](https://medium.com/ai-for-absolute-beginners/the-ultimate-list-of-ai-concepts-in-ai-for-absolute-beginners-and-let-me-know-what-you-want-to-3edf24ce7c01) - [25 Essential AI Concepts Every AI Developer Must Master](https://dev.to/devscriptor/25-essential-ai-concepts-every-ai-developer-must-master-4ddn) - [Awesome AI-Powered Developer Tools](https://github.com/jamesmurdza/awesome-ai-devtools) - [Best AI tools for developers to use in your next coding project](https://pieces.medium.com/best-ai-tools-for-developers-to-use-in-your-next-coding-project-794fce6bfa42) - [What is MCP? A Beginner’s Guide to Smarter AI](https://medium.com/h7w/what-is-mcp-a-beginners-guide-to-smarter-ai-bdd996f8b02e) - [Understanding Model Context Protocol (MCP): A Beginner’s Guide](https://medium.com/@sailakkshmiallada/understanding-model-context-protocol-mcp-a-beginners-guide-70060304742d) - [MCP Introduction](https://modelcontextprotocol.io/introduction) - [MCP for beginners by Microsoft](https://github.com/microsoft/mcp-for-beginners) ## Authors - [@devcaress](https://www.github.com/devcaress) ", Assign "at most 3 tags" to the expected json: {"id":"4083","tags":[]} "only from the tags list I provide: [{"id":77,"name":"3d"},{"id":89,"name":"agent"},{"id":17,"name":"ai"},{"id":54,"name":"algorithm"},{"id":24,"name":"api"},{"id":44,"name":"authentication"},{"id":3,"name":"aws"},{"id":27,"name":"backend"},{"id":60,"name":"benchmark"},{"id":72,"name":"best-practices"},{"id":39,"name":"bitcoin"},{"id":37,"name":"blockchain"},{"id":1,"name":"blog"},{"id":45,"name":"bundler"},{"id":58,"name":"cache"},{"id":21,"name":"chat"},{"id":49,"name":"cicd"},{"id":4,"name":"cli"},{"id":64,"name":"cloud-native"},{"id":48,"name":"cms"},{"id":61,"name":"compiler"},{"id":68,"name":"containerization"},{"id":92,"name":"crm"},{"id":34,"name":"data"},{"id":47,"name":"database"},{"id":8,"name":"declarative-gui "},{"id":9,"name":"deploy-tool"},{"id":53,"name":"desktop-app"},{"id":6,"name":"dev-exp-lib"},{"id":59,"name":"dev-tool"},{"id":13,"name":"ecommerce"},{"id":26,"name":"editor"},{"id":66,"name":"emulator"},{"id":62,"name":"filesystem"},{"id":80,"name":"finance"},{"id":15,"name":"firmware"},{"id":73,"name":"for-fun"},{"id":2,"name":"framework"},{"id":11,"name":"frontend"},{"id":22,"name":"game"},{"id":81,"name":"game-engine "},{"id":23,"name":"graphql"},{"id":84,"name":"gui"},{"id":91,"name":"http"},{"id":5,"name":"http-client"},{"id":51,"name":"iac"},{"id":30,"name":"ide"},{"id":78,"name":"iot"},{"id":40,"name":"json"},{"id":83,"name":"julian"},{"id":38,"name":"k8s"},{"id":31,"name":"language"},{"id":10,"name":"learning-resource"},{"id":33,"name":"lib"},{"id":41,"name":"linter"},{"id":28,"name":"lms"},{"id":16,"name":"logging"},{"id":76,"name":"low-code"},{"id":90,"name":"message-queue"},{"id":42,"name":"mobile-app"},{"id":18,"name":"monitoring"},{"id":36,"name":"networking"},{"id":7,"name":"node-version"},{"id":55,"name":"nosql"},{"id":57,"name":"observability"},{"id":46,"name":"orm"},{"id":52,"name":"os"},{"id":14,"name":"parser"},{"id":74,"name":"react"},{"id":82,"name":"real-time"},{"id":56,"name":"robot"},{"id":65,"name":"runtime"},{"id":32,"name":"sdk"},{"id":71,"name":"search"},{"id":63,"name":"secrets"},{"id":25,"name":"security"},{"id":85,"name":"server"},{"id":86,"name":"serverless"},{"id":70,"name":"storage"},{"id":75,"name":"system-design"},{"id":79,"name":"terminal"},{"id":29,"name":"testing"},{"id":12,"name":"ui"},{"id":50,"name":"ux"},{"id":88,"name":"video"},{"id":20,"name":"web-app"},{"id":35,"name":"web-server"},{"id":43,"name":"webassembly"},{"id":69,"name":"workflow"},{"id":87,"name":"yaml"}]" returns me the "expected json"