this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

🍱 Add more technologies, mostly infra & backend stuff

+94 -1
+94 -1
technologies.yaml
··· 527 527 name: Bun 528 528 description: A modern and really fast Javascript bundler, runtime and toolkit 529 529 learn more at: https://bun.sh 530 - files: [bun.lockb] 530 + files: [bun.lockb, bun.lock] 531 531 532 532 - slug: vitepress 533 533 name: Vitepress ··· 576 576 autodetect: 577 577 - wasm-pack in Justfile 578 578 - wasm-bindgen in Justfile 579 + 580 + - slug: pwa 581 + name: PWA 582 + description: A Progressive Web App is a web application that uses modern web capabilities to deliver an app-like experience to users. They can be installed as apps on devices and work offline. 583 + 584 + - slug: electron 585 + name: Electron 586 + description: A framework for building cross-platform desktop applications with web technologies. 587 + learn more at: https://www.electronjs.org 588 + autodetect: 589 + - electron in package.json 590 + 591 + - slug: playwright 592 + name: Playwright 593 + description: A Node.js library to write end-to-end browser tests for web applications, that test user interactions instead of code. It can test on Chrome, Firefox and Safari. 594 + learn more at: https://playwright.dev 595 + autodetect: 596 + - "@playwright/test in package.json" 597 + 598 + - slug: github-actions 599 + name: GitHub Actions 600 + description: GitHub's continuous integration and continuous delivery (CI/CD) platform that automates build, test, and deployment pipelines. 601 + learn more at: https://docs.github.com/en/actions 602 + 603 + - slug: kubernetes 604 + name: Kubernetes 605 + description: An open-source system for automating deployment, scaling, and management of containerized applications. 606 + learn more at: https://kubernetes.io 607 + 608 + - slug: fluxcd 609 + name: FluxCD 610 + description: A way to automate Kubernetes deployments by pushing to Git repositories. Used to implement GitOps workflows. 611 + learn more at: https://fluxcd.io 612 + 613 + - slug: gitlab-ci 614 + name: GitLab CI 615 + description: GitLab's built-in continuous integration and continuous delivery (CI/CD) platform that automates build, test, and deployment pipelines. 616 + learn more at: https://docs.gitlab.com/ee/ci/ 617 + 618 + - slug: docker 619 + name: Docker 620 + description: A platform for developing, shipping, and running applications in containers. 621 + learn more at: https://www.docker.com 622 + 623 + - slug: docker-compose 624 + name: Docker Compose 625 + description: A tool for defining and running multi-container Docker applications. 626 + learn more at: https://docs.docker.com/compose/ 627 + 628 + - slug: postgresql 629 + name: PostgreSQL 630 + description: A industry-standard advanced open source relational database 631 + learn more at: https://www.postgresql.org/ 632 + 633 + - slug: mysql 634 + name: MySQL 635 + description: A popular open-source relational database management system 636 + learn more at: https://www.mysql.com/ 637 + 638 + - slug: sqlite 639 + name: SQLite 640 + description: A popular embedded relational database management system that stores everything in a single, portable file 641 + learn more at: https://www.sqlite.org/ 642 + 643 + - slug: redis 644 + name: Redis 645 + description: An open-source, in-memory data structure store, used as a database, cache, and message broker 646 + learn more at: https://redis.io/ 647 + 648 + - slug: nats 649 + name: NATS 650 + description: A high-performance messaging system for cloud-native applications, IoT messaging, and microservice-based architectures 651 + learn more at: https://nats.io/ 652 + 653 + - slug: nodejs 654 + name: Node.js 655 + description: A JavaScript runtime built on Chrome's V8 JavaScript engine that allows server-side execution of JavaScript code 656 + learn more at: https://nodejs.org/ 657 + 658 + - slug: express 659 + name: Express.js 660 + description: A industry-standard Node.js framework to build REST APIs 661 + learn more at: https://expressjs.com/ 662 + 663 + - slug: prisma 664 + name: Prisma 665 + description: A popular open-source ORM (Object-Relational Mapping) TypeScript library for database access and management. 666 + learn more at: https://www.prisma.io/ 667 + 668 + - slug: drizzle 669 + name: Drizzle ORM 670 + description: A modern TypeScript ORM for SQL databases, designed for type safety and developer productivity. 671 + learn more at: https://orm.drizzle.team/