Giter VIP home page Giter VIP logo

sullivanpj / open-system Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 0.0 89.82 MB

🧪 This repository contains modern and scalable web application code, additional utility applications/tools, and various libraries 🧪

Home Page: https://sullivanpj.github.io/open-system/

License: Apache License 2.0

TypeScript 78.23% HTML 0.02% JavaScript 1.64% Shell 0.47% CSS 0.36% Java 11.33% Mustache 7.88% Dockerfile 0.07%

open-system's Introduction


The Open System is a monorepo containing modern, scalable web application code, additional utility applications/tools, various libraries, and a fully featured, serverless back-end framework. The Open System is built using Nx, a set of extensible dev tools for monorepos, which helps you develop like Google, Facebook, and Microsoft. Building on top of Nx, the Open System provides a set of tools and patterns that help you scale your monorepo to many teams while keeping the codebase maintainable.

💻 Visit patsullivan.org to stay up to date with this developer

github Nx NextJs codecov.io Commitizen friendly semantic-release documented with docusaurus

⚠️ Attention ⚠️ - This repository has been moved over to the ⚡Storm Software organization to allow for easier collaboration with other OSS developers! Please see: Storm-Ops repository - Workspace Tools, Forecast repository - CodeGen Tools, and Storm-Stack repository - General Web Application Libraries.

GitHub Actions Build History

Table of Contents


Quick Features

The following are some of the features/publishable code that are included in this repository:

  • Transport/protocol/backend agnostic data fetching (REST, GraphQL, promises, whatever!)
  • Auto Caching + Refetching (stale-while-revalidate, Window Refocus, Polling/Realtime)
  • Parallel + Dependent Queries
  • Mutations + Reactive Query Refetching
  • Multi-layer Cache + Automatic Garbage Collection
  • Paginated + Cursor-based Queries
  • Load-More + Infinite Scroll Queries w/ Scroll Recovery
  • Request Cancellation
  • React Suspense + Fetch-As-You-Render Query Prefetching
  • Dedicated Devtools

Tech Stack

TypeScript Codecov Kafka Kafka Kafka Kafka Kafka Kafka Kafka Kafka Kafka Kafka Kafka Kafka Kafka Kafka Kafka Kafka Kafka Kafka Kafka Kafka Kafka Kafka Kafka Kafka Kafka Kafka Kafka Kafka Kafka Kafka Kafka 

Note: The above list of technologies is far from exhaustive. It is just meant to serve as a short list of some of the technologies that are used in this repository.

Getting Started

Once the code is pulled locally, open a command prompt and run npm install in the root repo directory (/open-system).

More information can be found in the Open System documentation.

Build

Run nx build open-system to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Development Server

Run nx serve open-system for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Storm - Model-Driven Development

In the Open System, ⚡ storm refers to a collection of applications and libraries that are used to build server-side code from a user-defined model. This functionality all lives in the Open System's tools directory (/tools/storm).


More information can be found in the 📓 Documentation.

Environment Configuration Help

If you run into any issues while trying to run any of the above steps, please reach out to Patrick Sullivan. See the Support section for more information.

Plug-Ins

Some of the plug-ins used by this repository are:

Generate an Application

Run nx g @nx/react:app open-system to generate an application.

You can use any of the plugins above to generate applications as well.

When using Nx, you can create multiple applications and libraries in the same workspace.

Generate a Library

Run nx g @nx/react:lib my-lib to generate a library.

You can also use any of the plugins above to generate libraries as well.

Libraries are shareable across libraries and applications. They can be imported from @open-system/my-lib.

Code Scaffolding

Run nx g @nx/react:component my-component --project=open-system to generate a new component.

Testing

Open System uses Jest for unit testing and Cypress for end-to-end testing.

Running Unit Tests

Run nx test open-system to execute the unit tests via Jest.

Run nx affected:test to execute the unit tests affected by a change.

Running End-to-End Tests

Run nx e2e open-system to execute the end-to-end tests via Cypress.

Run nx affected:e2e to execute the end-to-end tests affected by a change.

Understand your workspace

Run nx graph to see a diagram of the dependencies of the Open System projects.

☁ Nx Cloud

Nx caches the output of any previously run command such as testing and building, so it can replay the cached results instead of rerunning it. Nx Cloud allows you to share the computation cache across everyone in your team and CI.

Distributed Computation Caching & Distributed Task Execution

Nx Cloud pairs with Nx in order to enable you to build and test code more rapidly, by up to 10 times. Even teams that are new to Nx can connect to Nx Cloud and start saving time instantly.

Teams using Nx gain the advantage of building full-stack applications with their preferred framework alongside Nx’s advanced code generation and project dependency graph, plus a unified experience for both frontend and backend developers.

Visit Nx Cloud to learn more.

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

First off, thanks for taking the time to contribute! Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make will benefit everybody else and are greatly appreciated.

Please try to create bug reports that are:

  • Reproducible. Include steps to reproduce the problem.
  • Specific. Include as much detail as possible: which version, what environment, etc.
  • Unique. Do not duplicate existing opened issues.
  • Scoped to a Single Bug. One bug per report.

Please adhere to this project's code of conduct.

You can use markdownlint-cli to check for common markdown style inconsistency.

Support

Reach out to the maintainer at one of the following places:

License

This project is licensed under the BSD-2-Clause license. Feel free to edit and distribute this template as you like.

See LICENSE for more information.

Contributors ✨

Thanks goes to these wonderful people (emoji key):

Patrick Sullivan
Patrick Sullivan

🎨 💻 🔧 📖 ⚠️
Tyler Benning
Tyler Benning

🎨
Add your contributions

This project follows the all-contributors specification. Contributions of any kind welcome!


Fingerprint: 1BD2 7192 7770 2549 F4C9 F238 E6AD C420 DA5C 4C2D

💻 Visit patsullivan.org to stay up to date with this developer

open-system's People

Contributors

allcontributors[bot] avatar dependabot[bot] avatar imgbotapp avatar renovate[bot] avatar semantic-release-bot avatar snyk-bot avatar sullivanp-fxl avatar sullivanpj avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

open-system's Issues

Error asset

Attaching error indicator asset so it can later be used.

The automated release is failing 🚨

🚨 The automated release from the main branch failed. 🚨

I recommend you give this issue a high priority, so other packages depending on you can benefit from your bug fixes and new features again.

You can find below the list of errors reported by semantic-release. Each one of them has to be resolved in order to automatically publish your package. I’m sure you can fix this 💪.

Errors are usually caused by a misconfiguration or an authentication problem. With each error reported below you will find explanation and guidance to help you to resolve it.

Once all the errors are resolved, semantic-release will release your package the next time you push a commit to the main branch. You can also manually restart the failed CI job that runs semantic-release.

If you are not sure how to resolve this, here are some links that can help you:

If those don’t help, or if this issue is reporting something you think isn’t right, you can always ask the humans behind semantic-release.


Cannot push to the Git repository.

semantic-release cannot push the version tag to the branch main on the remote Git repository with URL https://x-access-token:[secure]@github.com/sullivanpj/open-system.

This can be caused by:


Good luck with your project ✨

Your semantic-release bot 📦🚀

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Warning

These dependencies are deprecated:

Datasource Name Replacement PR?
npm @babel/plugin-proposal-private-property-in-object Unavailable
npm @cloudflare/d1 Unavailable
npm @graphql-hive/client Unavailable
npm @storybook/addon-storyshots Unavailable
npm infisical-node Unavailable
npm rollup-plugin-url Unavailable
npm vscode Unavailable

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • chore(deps): pin node.js
  • chore(deps): update actions/cache action to v4
  • chore(deps): update actions/configure-pages action to v5
  • chore(deps): update actions/deploy-pages action to v4
  • chore(deps): update actions/setup-node action to v4
  • chore(deps): update actions/upload-artifact action to v4
  • chore(deps): update actions/upload-pages-artifact action to v3
  • chore(deps): update codecov/codecov-action action to v4
  • chore(deps): update commitlint monorepo to v19 (major) (@commitlint/cli, @commitlint/config-conventional, @commitlint/config-nx-scopes, @commitlint/cz-commitlint, @commitlint/prompt-cli)
  • chore(deps): update dependency @mdx-js/react to v3
  • chore(deps): update dependency @nxkit/style-dictionary to v5
  • chore(deps): update dependency @testing-library/react to v16
  • chore(deps): update dependency @types/react-relay to v16
  • chore(deps): update dependency babel-plugin-relay to v17
  • chore(deps): update dependency change-case to v5
  • chore(deps): update dependency commander to v12
  • chore(deps): update dependency cspell to v8
  • chore(deps): update dependency css-loader to v7
  • chore(deps): update dependency eslint to v9
  • chore(deps): update dependency eslint-plugin-cypress to v3
  • chore(deps): update dependency eslint-plugin-jest to v28
  • chore(deps): update dependency framer-motion to v11
  • chore(deps): update dependency husky to v9
  • chore(deps): update dependency lint-staged to v15
  • chore(deps): update dependency next-intl to v3
  • chore(deps): update dependency node to v20
  • chore(deps): update dependency nx-cloud to v19
  • chore(deps): update dependency patch-package to v8
  • chore(deps): update dependency postcss-import to v16
  • chore(deps): update dependency relay-compiler to v17
  • chore(deps): update dependency renamer to v5
  • chore(deps): update dependency style-loader to v4
  • chore(deps): update dependency stylus-loader to v8
  • chore(deps): update dependency zod-prisma-types to v3
  • chore(deps): update dessant/lock-threads action to v5
  • chore(deps): update eventstore/eventstore docker tag to v23
  • chore(deps): update github/codeql-action action to v3
  • chore(deps): update nrwl monorepo (major) (@nx/cypress, @nx/devkit, @nx/esbuild, @nx/eslint-plugin, @nx/jest, @nx/js, @nx/linter, @nx/next, @nx/node, @nx/nx-win32-x64-msvc, @nx/plugin, @nx/react, @nx/rollup, @nx/storybook, @nx/web, @nx/webpack, @nx/workspace, nrwl/nx-set-shas, nx)
  • chore(deps): update pnpm to v9
  • chore(deps): update pnpm/action-setup action to v4
  • chore(deps): update sentry-javascript monorepo to v8 (major) (@sentry/nextjs, @sentry/node)
  • chore(deps): update storybook monorepo to v8 (major) (@storybook/addon-a11y, @storybook/addon-essentials, @storybook/client-logger, @storybook/core-common, @storybook/core-server, @storybook/node-logger, @storybook/react, @storybook/react-webpack5, storybook)
  • chore(deps): update typescript-eslint monorepo to v7 (major) (@typescript-eslint/eslint-plugin, @typescript-eslint/parser)
  • fix(deps): update angular-cli monorepo to v18 (major) (@angular-devkit/core, @angular-devkit/schematics)
  • fix(deps): update dependency @asyncapi/generator to v2
  • fix(deps): update dependency @asyncapi/generator-react-sdk to v1
  • fix(deps): update dependency @asyncapi/modelina to v3
  • fix(deps): update dependency @asyncapi/parser to v3
  • fix(deps): update dependency @envelop/core to v5
  • fix(deps): update dependency @envelop/disable-introspection to v6
  • fix(deps): update dependency @envelop/extended-validation to v4
  • fix(deps): update dependency @envelop/filter-operation-type to v6
  • fix(deps): update dependency @envelop/graphql-modules to v6
  • fix(deps): update dependency @envelop/live-query to v7
  • fix(deps): update dependency @envelop/parser-cache to v7
  • fix(deps): update dependency @envelop/sentry to v9
  • fix(deps): update dependency @envelop/types to v5
  • fix(deps): update dependency @envelop/validation-cache to v7
  • fix(deps): update dependency @escape.tech/graphql-armor to v3
  • fix(deps): update dependency @graphql-yoga/plugin-response-cache to v3
  • fix(deps): update dependency @release-it/bumper to v6
  • fix(deps): update dependency @vercel/edge-config to v1
  • fix(deps): update dependency @vercel/otel to v1
  • fix(deps): update dependency chalk to v5
  • fix(deps): update dependency clsx to v2
  • fix(deps): update dependency com.github.curious-odd-man:rgxgen to v2
  • fix(deps): update dependency docusaurus-plugin-typedoc to v1
  • fix(deps): update dependency graphql-yoga to v5
  • fix(deps): update dependency inquirer to v9
  • fix(deps): update dependency langium to v3
  • fix(deps): update dependency langium-cli to v3
  • fix(deps): update dependency ora to v8
  • fix(deps): update dependency org.openapitools:openapi-generator to v7
  • fix(deps): update dependency pino to v9
  • fix(deps): update dependency pino-pretty to v11
  • fix(deps): update dependency prettier to v3
  • fix(deps): update dependency radash to v12
  • fix(deps): update dependency react-relay to v17
  • fix(deps): update dependency relay-runtime to v17 (relay-runtime, @types/relay-runtime)
  • fix(deps): update dependency release-it to v17
  • fix(deps): update dependency superjson to v2
  • fix(deps): update dependency ts-morph to v22
  • fix(deps): update dependency urlpattern-polyfill to v10
  • fix(deps): update dependency vscode-languageclient to v9
  • fix(deps): update dependency vscode-languageserver to v9
  • fix(deps): update dependency zod-validation-error to v3
  • fix(deps): update docusaurus monorepo to v3 (major) (@docusaurus/core, @docusaurus/module-type-aliases, @docusaurus/preset-classic)
  • fix(deps): update nextjs monorepo to v14 (major) (@next/bundle-analyzer, eslint-config-next, next)
  • fix(deps): update react-router monorepo to v6 (major) (react-router, react-router-dom)
  • 🔐 Create all rate-limited PRs at once 🔐

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

  • fix(deps): pin dependencies (@angular-devkit/architect, @angular-devkit/core, @angular-devkit/schematics, @asyncapi/generator, @asyncapi/generator-filters, @asyncapi/generator-react-sdk, @asyncapi/modelina, @asyncapi/parser, @cloudflare/d1, @cloudflare/workers-types, @commitlint/config-conventional, @commitlint/config-nx-scopes, @commitlint/cz-commitlint, @commitlint/prompt-cli, @docusaurus/core, @docusaurus/module-type-aliases, @docusaurus/preset-classic, @envelop/core, @envelop/disable-introspection, @envelop/extended-validation, @envelop/filter-operation-type, @envelop/graphql-modules, @envelop/live-query, @envelop/parser-cache, @envelop/sentry, @envelop/types, @envelop/validation-cache, @esbuild-plugins/node-globals-polyfill, @escape.tech/graphql-armor, @escape.tech/graphql-armor-types, @eventcatalog/core, @eventcatalog/plugin-doc-generator-asyncapi, @eventcatalog/types, @graphql-codegen/core, @graphql-hive/client, @graphql-tools/graphql-file-loader, @graphql-tools/load, @graphql-tools/schema, @graphql-tools/utils, @graphql-yoga/plugin-response-cache, @heroicons/react, @js-temporal/polyfill, @next/bundle-analyzer, @pothos/core, @prisma/client, @prisma/generator-helper, @release-it/bumper, @sentry/node, @swc/core, @types/fs-extra, @vercel/analytics, @vercel/edge-config, @vercel/otel, @vscode/vsce, @whatwg-node/node-fetch, @whatwg-node/server-plugin-cookies, @wundergraph/react-relay, @wundergraph/sdk, async_hooks, attr-accept, bcryptjs, buffer, check-dependency-version-consistency, clsx, commitizen, core-js, decimal.js, doctoc, docusaurus-plugin-react-docgen-typescript, docusaurus-plugin-typedoc, dotenv, drizzle-orm, esbuild, esbuild-plugin-polyfill-node, eslint-plugin-tsdoc, file-selector, fs-extra, fsevents, glob, graphql, graphql-modules, graphql-scalars, graphql-sse, graphql-yoga, helios-opentelemetry-sdk, infisical-node, inquirer, inspector, inversify, inversify-inject-decorators, jotai, jotai-molecules, kafkajs, kysely, kysely-d1, lodash, lottie-web, memjs, next, next-auth, ora, path, path-scurry, pino, pino-pretty, pluralize, pnpapi, prettier-plugin-packagejson, prettier-plugin-tailwindcss, process, qs, radash, react, react-docgen-typescript, react-dom, react-hook-form, react-relay, react-router, react-router-dom, redis, redis-om, reflect-metadata, relay-runtime, release-it, rimraf, schema-dts, semver, shell-quote, stacktracey, style-dictionary, superjson, svgo, ts-morph, ts-pattern, tslib, type-detect, urlpattern-polyfill, vscode, vscode-jsonrpc, vscode-languageclient, vscode-languageserver, vscode-languageserver-textdocument, vscode-uri, wrangler, yaml, zlib, zod, zod-validation-error)
  • chore(deps): update dependencies-non-major (patch) (confluentinc/cp-kafka-connect-base, eventstore/eventstore, pnpm)
  • chore(deps): update patch & minor dev dependencies (patch) (@babel/core, @babel/preset-typescript, @nx/cypress, @nx/devkit, @nx/esbuild, @nx/eslint-plugin, @nx/jest, @nx/js, @nx/linter, @nx/next, @nx/node, @nx/plugin, @nx/react, @nx/rollup, @nx/storybook, @nx/web, @nx/webpack, @nx/workspace, @pothos/plugin-prisma, @pothos/plugin-validation, @react-pdf/renderer, @storybook/addons, @storybook/client-logger, @storybook/core-common, @storybook/node-logger, @tailwindcss/forms, @tailwindcss/typography, @types/jest, @types/node, @types/react, @types/react-dom, @types/react-relay, @types/relay-runtime, autoprefixer, concurrently, eslint-plugin-react-hooks, eslint-plugin-storybook, framer-motion, next-intl, nx, postcss, prisma-kysely, storybook, style-loader, tailwindcss, ts-jest, typescript, zod-prisma-types)
  • fix(deps): update patch prod dependencies (patch) (@angular-devkit/architect, @angular-devkit/core, @angular-devkit/schematics, @asyncapi/modelina, @asyncapi/parser, @envelop/core, @envelop/graphql-modules, @envelop/live-query, @envelop/sentry, @eventcatalog/core, @nx/devkit, @vscode/vsce, @wundergraph/react-relay, chalk, dotenv, glob, graphql-modules, graphql-yoga, helios-opentelemetry-sdk, jotai, next-auth, nx, pino, react-hook-form, redis, redis-om, regenerator-runtime, rimraf, tslib, yaml, zod)
  • chore(deps): update patch & minor dev dependencies (minor) (@babel/core, @babel/plugin-proposal-private-property-in-object, @babel/preset-react, @babel/preset-typescript, @commitlint/cli, @commitlint/config-conventional, @graphql-codegen/add, @graphql-codegen/cli, @graphql-codegen/graphql-modules-preset, @graphql-codegen/typescript, @graphql-codegen/typescript-resolvers, @graphql-eslint/eslint-plugin, @hookform/devtools, @manypkg/cli, @nx-plus/docusaurus, @nx/cypress, @nx/devkit, @nx/esbuild, @nx/eslint-plugin, @nx/jest, @nx/js, @nx/linter, @nx/next, @nx/node, @nx/plugin, @nx/react, @nx/rollup, @nx/storybook, @nx/web, @nx/webpack, @nx/workspace, @nxkit/style-dictionary, @opentelemetry/api, @opentelemetry/instrumentation, @opentelemetry/otlp-exporter-base, @opentelemetry/resources, @opentelemetry/sdk-trace-node, @opentelemetry/semantic-conventions, @pothos/plugin-errors, @pothos/plugin-prisma, @pothos/plugin-prisma-utils, @pothos/plugin-relay, @pothos/plugin-simple-objects, @pothos/plugin-validation, @prisma/client, @prisma/generator-helper, @prisma/internals, @react-pdf/renderer, @sentry/nextjs, @sentry/tracing, @storybook/addon-a11y, @storybook/addon-essentials, @storybook/addon-storyshots, @storybook/addons, @storybook/client-logger, @storybook/core-common, @storybook/core-server, @storybook/node-logger, @storybook/react, @storybook/react-webpack5, @svgr/rollup, @svgr/webpack, @swc-jotai/react-refresh, @swc-node/register, @swc/cli, @swc/core, @swc/helpers, @swc/jest, @tailwindcss/forms, @tailwindcss/line-clamp, @tailwindcss/typography, @testing-library/react, @theunderscorer/nx-semantic-release, @total-typescript/ts-reset, @types/fs-extra, @types/glob, @types/memjs, @types/node, @types/react, @types/react-dom, @types/react-relay, @types/relay-runtime, @types/type-detect, @types/vscode, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, alex, all-contributors-cli, autoprefixer, babel-jest, babel-plugin-relay, babel-plugin-transform-jsbi-to-bigint, bundlewatch, change-case, commander, concurrently, cross-env, cspell, css-loader, cypress, cz-conventional-changelog, doctoc, dpdm, drizzle-kit, esbuild, eslint, eslint-config-next, eslint-config-prettier, eslint-plugin-cypress, eslint-plugin-import, eslint-plugin-jest, eslint-plugin-jsx-a11y, eslint-plugin-react, eslint-plugin-storybook, framer-motion, get-latest-version, graphql-codegen-typescript-validation-schema, graphql-import-node, husky, is-ci, jest, jest-cli, jest-environment-jsdom, jest-environment-node, lint-staged, log4brains, mustache, next-intl, nx, nx-cloud, patch-package, postcss, postcss-import, prettier-plugin-tailwindcss, prisma, prisma-generator-pothos-codegen, prisma-kysely, react-pdf-tailwind, react-refresh, reflect-metadata, relay-compiler, renamer, rollup-plugin-url, server-only, storybook, storybook-addon-swc, style-loader, stylus, stylus-loader, swc-loader, tailwindcss, tinycolor2, ts-node, typescript, url-loader, webpack, webpack-merge, wrangler, zod-prisma, zod-prisma-types)
  • fix(deps): update dependencies-non-major (minor) (@angular-devkit/architect, @asyncapi/generator, @commitlint/config-conventional, @commitlint/config-nx-scopes, @escape.tech/graphql-armor, @escape.tech/graphql-armor-types, @eventcatalog/core, @eventcatalog/plugin-doc-generator-asyncapi, @graphql-hive/client, @graphql-tools/utils, @graphql-yoga/plugin-response-cache, @heroicons/react, @next/bundle-analyzer, @nx/devkit, @nx/nx-win32-x64-msvc, @pothos/core, @sentry/node, @swc/core, @swc/core-darwin-arm64, @swc/core-darwin-x64, @swc/core-linux-arm-gnueabihf, @swc/core-linux-arm64-gnu, @swc/core-linux-arm64-musl, @swc/core-linux-x64-gnu, @swc/core-linux-x64-musl, @swc/core-win32-arm64-msvc, @swc/core-win32-ia32-msvc, @swc/core-win32-x64-msvc, @swc/wasm, @vercel/analytics, @vercel/edge-config, @vscode/vsce, @whatwg-node/node-fetch, @wundergraph/sdk, confluentinc/cp-kafka-connect-base, core-js, docusaurus-plugin-typedoc, dotenv, drizzle-orm, esbuild, eslint-plugin-tsdoc, fs-extra, glob, graphql, graphql-modules, graphql-scalars, graphql-sse, infisical-node, jotai, jotai-molecules, kysely, langium, langium-cli, next, next-auth, node, nx, pino, pnpm, pnpm/action-setup, prettier-plugin-packagejson, prettier-plugin-tailwindcss, qs, react-hook-form, reflect-metadata, release-it, semver, ts-pattern, yaml, zod, org.apache.maven.plugins:maven-compiler-plugin, org.codehaus.mojo:build-helper-maven-plugin, org.apache.maven.plugins:maven-jar-plugin, org.apache.maven.plugins:maven-surefire-plugin, org.apache.maven.plugins:maven-enforcer-plugin)
  • chore(deps): update actions/checkout action to v4
  • chore(deps): update dependency @graphql-codegen/cli to v5
  • chore(deps): update dependency cypress to v13
  • chore(deps): update dependency eslint-config-prettier to v9
  • Click on this checkbox to rebase all open PRs at once

Detected dependencies

docker-compose
tools/devops/docker/docker-compose.bak.yml
tools/devops/docker/docker-compose.event-store-db.override.yml
tools/devops/docker/docker-compose.event-store-db.yml
  • eventstore/eventstore 22.10.2-buster-slim
tools/devops/docker/docker-compose.kafka.yml
tools/devops/docker/docker-compose.override.yml
tools/devops/docker/docker-compose.yml
dockerfile
apps/web/shell/Dockerfile
docs/event-catalog/Dockerfile
  • node 16-alpine
  • node 16-alpine
  • node 16-alpine
tools/devops/docker/kafka-connect/Dockerfile
  • confluentinc/cp-kafka-connect-base 7.4.1
tools/open-api/dotnet-server/src/main/resources/open-system-dotnet-server/Dockerfile.mustache
tools/open-api/dotnet-server/target/classes/open-system-dotnet-server/Dockerfile.mustache
github-actions
.github/actions/node/action.yaml
  • actions/setup-node v3
  • pnpm/action-setup v2.2.4
  • actions/cache v3
.github/workflows/ci.yml
  • actions/checkout v3
  • pnpm/action-setup v2.2.4
  • actions/setup-node v3
  • nrwl/nx-set-shas v3
  • codecov/codecov-action v3
  • repo-sync/pull-request v2
.github/workflows/codeql.yml
  • actions/checkout v3
  • github/codeql-action v2
  • github/codeql-action v2
  • github/codeql-action v2
.github/workflows/cr.yml
.github/workflows/documentation.yml
  • actions/checkout v3
  • pnpm/action-setup v2.2.4
  • actions/setup-node v3
  • actions/configure-pages v3
  • actions/upload-pages-artifact v2
  • actions/deploy-pages v2
.github/workflows/git-guardian.yml
  • actions/checkout v3
.github/workflows/greetings.yml
.github/workflows/labels.yml
  • actions/checkout v3
  • micnncim/action-label-syncer v1.3.0
.github/workflows/lock.yml
  • dessant/lock-threads v4
.github/workflows/nextjs-bundle-analysis.yml
  • actions/checkout v3
  • pnpm/action-setup v2.2.4
  • actions/setup-node v3
  • actions/cache v3
  • actions/upload-artifact v3
maven
tools/open-api/dotnet-model/pom.xml
  • org.apache.maven.plugins:maven-enforcer-plugin 3.3.0
  • org.apache.maven.plugins:maven-surefire-plugin 3.1.2
  • org.apache.maven.plugins:maven-jar-plugin 3.3.0
  • org.codehaus.mojo:build-helper-maven-plugin 3.4.0
  • org.apache.maven.plugins:maven-compiler-plugin 3.11.0
  • org.openapitools:openapi-generator 6.6.0
  • junit:junit 4.13.2
tools/open-api/dotnet-server/pom.xml
  • org.apache.maven.plugins:maven-enforcer-plugin 3.3.0
  • org.apache.maven.plugins:maven-surefire-plugin 3.1.2
  • org.apache.maven.plugins:maven-jar-plugin 3.3.0
  • org.codehaus.mojo:build-helper-maven-plugin 3.4.0
  • org.apache.maven.plugins:maven-compiler-plugin 3.11.0
  • org.openapitools:openapi-generator 6.6.0
  • junit:junit 4.13.2
tools/open-api/typescript-client/pom.xml
  • org.apache.maven.plugins:maven-enforcer-plugin 3.3.0
  • org.apache.maven.plugins:maven-surefire-plugin 3.1.2
  • org.apache.maven.plugins:maven-jar-plugin 3.3.0
  • org.codehaus.mojo:build-helper-maven-plugin 3.4.0
  • org.apache.maven.plugins:maven-compiler-plugin 3.11.0
  • org.openapitools:openapi-generator 6.6.0
  • junit:junit 4.13.2
  • com.github.curious-odd-man:rgxgen 1.4
tools/open-api/typescript-redux/pom.xml
  • org.apache.maven.plugins:maven-enforcer-plugin 3.3.0
  • org.apache.maven.plugins:maven-surefire-plugin 3.1.2
  • org.apache.maven.plugins:maven-jar-plugin 3.3.0
  • org.codehaus.mojo:build-helper-maven-plugin 3.4.0
  • org.apache.maven.plugins:maven-compiler-plugin 3.11.0
  • org.openapitools:openapi-generator 6.6.0
  • junit:junit 4.13.2
  • com.github.curious-odd-man:rgxgen 1.4
npm
apps/workers/contact-api/package.json
  • @cloudflare/workers-types ^4.20230904.0
  • @whatwg-node/node-fetch ^0.4.18
  • async_hooks ^1.0.0
  • buffer ^6.0.3
  • esbuild-plugin-polyfill-node ^0.3.0
  • fs 0.0.1-security
  • http 0.0.1-security
  • process ^0.11.10
  • reflect-metadata ^0.1.13
  • wrangler ^3.9.0
  • zlib ^1.0.5
apps/workers/contact-attachments-upload/package.json
apps/workers/ratings-api/package.json
design-system/components/package.json
design-system/tokens/package.json
  • style-dictionary ^3.8.0
  • @nxkit/style-dictionary ^3.0.2
docs/event-catalog/package.json
  • @eventcatalog/core ^1.0.1
  • @eventcatalog/plugin-doc-generator-asyncapi ^0.3.5
  • @eventcatalog/types ^0.4.2
docs/website/package.json
  • @docusaurus/core ^2.4.1
  • @docusaurus/module-type-aliases ^2.4.1
  • @docusaurus/preset-classic ^2.4.1
  • docusaurus-plugin-react-docgen-typescript ^1.1.0
  • docusaurus-plugin-typedoc ^0.19.2
  • react-docgen-typescript ^2.2.2
libs/common/typescript/client/address/package.json
libs/common/typescript/client/components/package.json
libs/common/typescript/client/data-access/package.json
libs/common/typescript/server/auth/package.json
libs/common/typescript/server/events/package.json
libs/common/typescript/shared/data-access/package.json
libs/contact/typescript/client/components/package.json
libs/contact/typescript/client/data-access/package.json
libs/contact/typescript/server/attachment/package.json
  • @envelop/types ^4.0.0
  • drizzle-orm ^0.28.5
libs/contact/typescript/server/graphql/package.json
libs/contact/typescript/shared/data-access/package.json
libs/core/typescript/client/components/package.json
libs/core/typescript/client/data-access/package.json
libs/core/typescript/client/form/package.json
libs/core/typescript/client/notifications/package.json
  • stacktracey ^2.1.8
libs/core/typescript/client/pdf/package.json
libs/core/typescript/client/utilities/package.json
libs/core/typescript/server/application/package.json
  • async_hooks ^1.0.0
  • memjs ^1.3.1
  • @types/memjs ^1.3.0
libs/core/typescript/server/cloudflare/package.json
  • @cloudflare/d1 ^1.4.1
  • @cloudflare/workers-types ^4.20230904.0
  • @envelop/types ^4.0.0
  • @nx/devkit 16.7.0
  • drizzle-orm ^0.28.5
  • pnpapi ^0.0.0
  • wrangler ^3.9.0
libs/core/typescript/server/domain/package.json
libs/core/typescript/server/drizzle/package.json
  • drizzle-orm ^0.28.5
  • drizzle-kit ^0.19.13
libs/core/typescript/server/graphql/package.json
  • @envelop/core ^4.0.0
  • @envelop/disable-introspection ^5.0.1
  • @envelop/extended-validation ^3.0.1
  • @envelop/filter-operation-type ^5.0.1
  • @envelop/parser-cache ^6.0.2
  • @envelop/types ^4.0.0
  • @envelop/validation-cache ^6.0.2
  • @escape.tech/graphql-armor ^2.3.1
  • @escape.tech/graphql-armor-types ^0.5.0
  • @graphql-hive/client ^0.24.1
  • @graphql-tools/graphql-file-loader ^8.0.0
  • @graphql-tools/load ^8.0.0
  • @graphql-tools/schema ^10.0.0
  • @graphql-tools/utils ^10.0.6
  • @sentry/node ^7.64.0
  • @whatwg-node/node-fetch ^0.4.18
  • @whatwg-node/server-plugin-cookies ^1.0.2
  • async_hooks ^1.0.0
  • inspector ^0.5.0
  • urlpattern-polyfill ^9.0.0
libs/core/typescript/server/infisical/package.json
  • infisical-node ^1.4.3
libs/core/typescript/server/kafka/package.json
  • kafkajs ^2.2.4
libs/core/typescript/server/pino-logging/package.json
  • pino ^8.14.2
  • pino-pretty ^10.2.0
libs/core/typescript/server/utilities/package.json
  • @types/fs-extra ^11.0.1
  • @whatwg-node/node-fetch ^0.4.18
  • fs 0.0.1-security
  • fs-extra ^11.1.1
  • path ^0.12.7
libs/core/typescript/shared/data-access/package.json
libs/core/typescript/shared/env/package.json
libs/core/typescript/shared/injection/package.json
  • inversify ^6.0.1
  • inversify-inject-decorators ^3.1.0
libs/core/typescript/shared/logging/package.json
  • chalk 4.1.0
  • @types/jest 29.5.3
libs/core/typescript/shared/serialization/package.json
  • decimal.js ^10.4.3
  • superjson ^1.13.1
libs/core/typescript/shared/utilities/package.json
  • @js-temporal/polyfill ^0.4.4
  • stacktracey ^2.1.8
  • type-detect ^4.0.8
  • @types/type-detect ^4.0.1
libs/engagement/typescript/client/data-access/package.json
libs/engagement/typescript/client/rating/package.json
libs/engagement/typescript/client/reaction/package.json
libs/engagement/typescript/shared/data-access/package.json
libs/portfolio/typescript/client/resume/package.json
libs/user-management/typescript/client/components/package.json
libs/user-management/typescript/client/data-access/package.json
libs/user-management/typescript/server/data-access/package.json
libs/user-management/typescript/server/user-account/package.json
libs/user-management/typescript/shared/data-access/package.json
package.json
  • @cloudflare/workers-types ^4.20230904.0
  • @commitlint/config-nx-scopes ^17.6.4
  • @commitlint/cz-commitlint ^17.7.1
  • @commitlint/prompt-cli ^17.7.1
  • @envelop/graphql-modules ^5.0.0
  • @envelop/live-query ^6.0.0
  • @envelop/sentry ^6.0.0
  • @graphql-codegen/core ^4.0.0
  • @graphql-yoga/plugin-response-cache ^2.1.0
  • @heroicons/react ^2.0.18
  • @js-temporal/polyfill ^0.4.4
  • @next/bundle-analyzer ^13.4.7
  • @pothos/core ^3.30.0
  • @release-it/bumper ^5.1.0
  • @vercel/analytics ^1.0.1
  • @vercel/edge-config ^0.2.1
  • @vercel/otel ^0.3.0
  • @wundergraph/react-relay ^0.4.0
  • @wundergraph/sdk ^0.175.0
  • attr-accept ^2.2.2
  • bcryptjs ^2.4.3
  • check-dependency-version-consistency ^4.1.0
  • clsx ^1.1.1
  • commitizen ^4.3.0
  • core-js ^3.30.1
  • dotenv ^16.0.3
  • file-selector ^0.6.0
  • graphql ^16.8.0
  • graphql-modules ^2.1.2
  • graphql-scalars ^1.22.2
  • graphql-sse ^2.2.0
  • graphql-yoga ^4.0.3
  • helios-opentelemetry-sdk ^1.0.89
  • inquirer 8
  • jotai ^2.1.0
  • jotai-molecules ^1.1.1
  • kysely ^0.26.0
  • kysely-d1 ^0.3.0
  • lottie-web ^5.12.0
  • next ^13.4.4
  • next-auth ^4.22.3
  • radash ^11.0.0
  • react ^18.2.0
  • react-dom ^18.2.0
  • react-hook-form ^7.44.3
  • react-relay ^15.0.0
  • react-router ^5.3.4
  • react-router-dom ^5.3.4
  • redis ^4.6.6
  • redis-om ^0.4.0-beta.3
  • regenerator-runtime 0.14.0
  • relay-runtime ^15.0.0
  • release-it ^16.1.5
  • rimraf ^5.0.0
  • schema-dts ^1.1.2
  • superjson ^1.13.1
  • tslib ^2.5.2
  • zod ^3.21.4
  • zod-validation-error ^1.3.1
  • @babel/core 7.22.10
  • @babel/plugin-proposal-private-property-in-object ^7.21.11
  • @babel/preset-react ^7.14.5
  • @babel/preset-typescript 7.22.5
  • @commitlint/cli ^17.7.1
  • @commitlint/config-conventional ^17.6.1
  • @graphql-codegen/add ^5.0.0
  • @graphql-codegen/cli ^4.0.1
  • @graphql-codegen/graphql-modules-preset ^4.0.1
  • @graphql-codegen/typescript ^4.0.1
  • @graphql-codegen/typescript-resolvers ^4.0.1
  • @graphql-eslint/eslint-plugin ^3.20.1
  • @hookform/devtools ^4.3.1
  • @manypkg/cli ^0.21.0
  • @mdx-js/react 1.6.22
  • @nx-plus/docusaurus ^15.0.0-rc.0
  • @nx/cypress 16.7.0
  • @nx/devkit 16.7.0
  • @nx/esbuild 16.7.0
  • @nx/eslint-plugin 16.7.0
  • @nx/jest 16.7.0
  • @nx/js 16.7.0
  • @nx/linter 16.7.0
  • @nx/next 16.7.0
  • @nx/node 16.7.0
  • @nx/plugin 16.7.0
  • @nx/react 16.7.0
  • @nx/rollup 16.7.0
  • @nx/storybook 16.7.0
  • @nx/web 16.7.0
  • @nx/webpack 16.7.0
  • @nx/workspace 16.7.0
  • @nxkit/style-dictionary ^3.0.2
  • @opentelemetry/api ^1.4.1
  • @opentelemetry/instrumentation ^0.40.0
  • @opentelemetry/otlp-exporter-base ^0.41.2
  • @opentelemetry/resources ^1.14.0
  • @opentelemetry/sdk-trace-node ^1.14.0
  • @opentelemetry/semantic-conventions ^1.14.0
  • @pothos/plugin-errors ^3.11.1
  • @pothos/plugin-prisma ^3.53.0
  • @pothos/plugin-prisma-utils ^0.10.0
  • @pothos/plugin-relay ^3.43.0
  • @pothos/plugin-simple-objects ^3.7.0
  • @pothos/plugin-validation ^3.9.2
  • @prisma/client ^5.2.0
  • @prisma/generator-helper ^5.2.0
  • @react-pdf/renderer ^3.1.9
  • @sentry/nextjs ^7.50.0
  • @sentry/tracing ^7.50.0
  • @storybook/addon-a11y 7.1.1
  • @storybook/addon-essentials 7.1.1
  • @storybook/addon-storyshots 7.1.1
  • @storybook/addons ^7.0.4
  • @storybook/client-logger ^7.0.6
  • @storybook/core-common ^7.0.7
  • @storybook/core-server 7.1.1
  • @storybook/node-logger ^7.0.6
  • @storybook/react 7.1.1
  • @storybook/react-webpack5 7.1.1
  • @svgr/rollup ^8.0.1
  • @svgr/webpack 8.0.1
  • @swc-jotai/react-refresh ^0.1.0
  • @swc-node/register ^1.6.7
  • @swc/cli ^0.1.62
  • @swc/core ^1.3.83
  • @swc/helpers ^0.5.2
  • @swc/jest ^0.2.29
  • @tailwindcss/forms ^0.5.3
  • @tailwindcss/line-clamp ^0.4.4
  • @tailwindcss/typography ^0.5.9
  • @testing-library/react 14.0.0
  • @theunderscorer/nx-semantic-release ^2.3.0
  • @total-typescript/ts-reset ^0.4.2
  • @types/jest 29.5.3
  • @types/node ^20.3.3
  • @types/react 18.2.20
  • @types/react-dom 18.2.7
  • @types/react-relay ^14.1.4
  • @types/relay-runtime ^14.1.11
  • @typescript-eslint/eslint-plugin 5.60.1
  • @typescript-eslint/parser 5.60.1
  • alex ^11.0.0
  • all-contributors-cli ^6.25.0
  • autoprefixer ^10.4.14
  • babel-jest 29.5.0
  • babel-loader 9.1.3
  • babel-plugin-relay ^15.0.0
  • babel-plugin-transform-jsbi-to-bigint ^1.4.0
  • bundlewatch ^0.3.3
  • change-case ^4.1.2
  • commander ^11.0.0
  • concurrently ^8.2.0
  • cross-env ^7.0.3
  • cspell ^6.31.1
  • css-loader ^6.4.0
  • cypress ^12.16.0
  • cz-conventional-changelog ^3.3.0
  • doctoc ^2.2.1
  • dpdm ^3.13.1
  • esbuild ^0.18.11
  • eslint 8.46.0
  • eslint-config-next ^13.4.7
  • eslint-config-prettier 8.8.0
  • eslint-plugin-cypress 2.13.4
  • eslint-plugin-import 2.27.5
  • eslint-plugin-jest ^27.2.1
  • eslint-plugin-jsx-a11y 6.7.1
  • eslint-plugin-react ^7.32.2
  • eslint-plugin-react-hooks 4.6.0
  • eslint-plugin-storybook ^0.6.11
  • framer-motion ^10.12.4
  • get-latest-version ^5.1.0
  • graphql-codegen-typescript-validation-schema ^0.11.1
  • graphql-import-node ^0.0.5
  • husky ^8.0.3
  • is-ci ^3.0.1
  • jest 29.5.0
  • jest-cli ^29.5.0
  • jest-environment-jsdom 29.5.0
  • jest-environment-node ^29.4.1
  • lint-staged ^14.0.0
  • log4brains ^1.0.1
  • mustache ^4.2.0
  • next-intl ^2.13.1
  • nx 16.7.0
  • nx-cloud 16.3.0
  • patch-package ^7.0.0
  • postcss ^8.4.23
  • postcss-import ^15.1.0
  • prettier 2.8.8
  • prettier-plugin-tailwindcss ^0.3.0
  • prisma ^5.2.0
  • prisma-generator-pothos-codegen ^0.5.8
  • prisma-kysely ^1.5.0
  • react-pdf-tailwind ^2.1.0
  • react-refresh ^0.14.0
  • reflect-metadata ^0.1.13
  • relay-compiler ^15.0.0
  • renamer ^4.0.0
  • rollup-plugin-url ^3.0.1
  • server-only ^0.0.1
  • storybook ^7.0.7
  • storybook-addon-swc ^1.2.0
  • style-loader ^3.3.2
  • stylus 0.59.0
  • stylus-loader ^7.1.0
  • swc-loader ^0.2.3
  • tailwindcss ^3.3.2
  • tinycolor2 ^1.6.0
  • ts-jest 29.1.1
  • ts-node ^10.9.1
  • typescript 5.2.0-beta
  • url-loader ^4.1.1
  • webpack ^5.81.0
  • webpack-merge ^5.8.0
  • wrangler ^3.9.0
  • zod-prisma ^0.5.4
  • zod-prisma-types ^2.7.4
  • @nx/nx-win32-x64-msvc ^16.8.1
  • @swc/core-darwin-arm64 ^1.3.83
  • @swc/core-darwin-x64 ^1.3.83
  • @swc/core-linux-arm-gnueabihf ^1.3.83
  • @swc/core-linux-arm64-gnu ^1.3.83
  • @swc/core-linux-arm64-musl ^1.3.83
  • @swc/core-linux-x64-gnu ^1.3.83
  • @swc/core-linux-x64-musl ^1.3.83
  • @swc/core-win32-arm64-msvc ^1.3.83
  • @swc/core-win32-ia32-msvc ^1.3.83
  • @swc/core-win32-x64-msvc ^1.3.83
  • @swc/wasm ^1.3.83
  • node >=18.17.0
  • pnpm >=8.7.4
  • graphql ^16.8.0
  • pnpm 8.7.4
tools/async-api/kafka/package.json
  • @asyncapi/generator ^1.10.14
  • @asyncapi/generator-filters ^2.1.0
  • @asyncapi/generator-react-sdk ^0.2.23
  • @asyncapi/modelina ^1.8.11
  • @asyncapi/parser ^2.0.0
  • yaml ^2.0.0
tools/async-api/rabbitmq/package.json
  • @asyncapi/generator-filters ^2.1.0
  • @asyncapi/generator-react-sdk ^0.2.23
  • @asyncapi/parser ^2.0.0
  • yaml ^2.0.0
tools/devops/config/package.json
  • @commitlint/config-conventional ^17.6.1
  • @commitlint/config-nx-scopes ^17.6.4
  • eslint-plugin-tsdoc ^0.2.17
  • prettier 2.8.8
  • prettier-plugin-packagejson ^2.4.5
  • prettier-plugin-tailwindcss ^0.3.0
  • shell-quote ^1.8.1
  • stacktracey ^2.1.8
tools/executors/docs/package.json
  • @angular-devkit/architect ^0.1602.0
  • @angular-devkit/core ^16.2.0
  • @angular-devkit/schematics ^16.2.0
  • @eventcatalog/core ^1.0.1
  • @eventcatalog/types ^0.4.2
  • @swc/core ^1.3.83
  • doctoc ^2.2.1
  • fs-extra ^11.1.1
  • nx 16.7.0
  • pnpapi ^0.0.0
  • qs ^6.11.2
tools/executors/docs/utilities/.event-catalog/package.json
tools/executors/typescript/package.json
  • @asyncapi/generator ^1.10.14
  • @esbuild-plugins/node-globals-polyfill ^0.2.3
  • @nx/devkit 16.7.0
  • @types/fs-extra ^11.0.1
  • esbuild ^0.18.11
  • esbuild-plugin-polyfill-node ^0.3.0
  • fs-extra ^11.1.1
  • fsevents ^2.3.3
  • glob ^10.3.3
  • lodash ^4.17.21
  • svgo ^3.0.2
tools/generators/typescript/package.json
  • @nx/devkit 16.7.0
  • fs-extra ^11.1.1
  • fsevents ^2.3.3
  • glob ^10.3.3
  • lodash ^4.17.21
  • path-scurry ^1.10.1
  • pnpapi ^0.0.0
  • @types/fs-extra ^11.0.1
  • @types/glob ^8.1.0
tools/storm/language/package.json
  • langium 1.2.1
  • langium-cli 1.2.1
tools/storm/plugins/drizzle/package.json
  • @prisma/generator-helper ^5.2.0
  • drizzle-orm ^0.28.5
  • langium 1.2.1
  • path ^0.12.7
  • semver ^7.5.4
  • ts-morph ^19.0.0
  • drizzle-kit ^0.19.13
tools/storm/plugins/graphql/package.json
  • @graphql-tools/graphql-file-loader ^8.0.0
  • @graphql-tools/load ^8.0.0
  • @prisma/generator-helper ^5.2.0
  • drizzle-orm ^0.28.5
  • langium 1.2.1
  • path ^0.12.7
  • semver ^7.5.4
  • ts-morph ^19.0.0
  • drizzle-kit ^0.19.13
tools/storm/plugins/zod/package.json
  • @prisma/generator-helper ^5.2.0
  • path ^0.12.7
  • semver ^7.5.4
  • ts-morph ^19.0.0
tools/storm/runtime/package.json
  • decimal.js ^10.4.3
  • semver ^7.5.4
tools/storm/schema/package.json
  • @prisma/client ^5.2.0
  • @vscode/vsce ^2.20.1
  • chalk 4.1.0
  • langium 1.2.1
  • langium-cli 1.2.1
  • ora ^7.0.1
  • path ^0.12.7
  • pluralize ^8.0.0
  • prettier 2.8.8
  • semver ^7.5.4
  • ts-morph ^19.0.0
  • ts-pattern ^5.0.5
  • vscode ^1.1.37
  • vscode-jsonrpc ^8.1.0
  • vscode-languageclient ^8.1.0
  • vscode-languageserver ^8.1.0
  • vscode-languageserver-textdocument ^1.0.8
  • vscode-uri ^3.0.7
  • @prisma/internals ^5.1.1
  • @types/vscode ^1.81.0
nvm
.github/.nvmrc
  • node 18.17.1

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.