Skip to content
Change the repository type filter

All

    Repositories list

    • πŸ“”πŸ’» Instructions for setting up consistent environments for both the development machine & production servers. Contains DevOps toolchain and settings/configurations for replicating deployment environments.
      Shell
      β€’1β€’1β€’0β€’24β€’Updated May 23, 2023May 23, 2023
    • πŸ› οΈ Boilerplate and scaffolding tool for JS repositories.
      JavaScript
      β€’0β€’0β€’0β€’16β€’Updated Jan 7, 2023Jan 7, 2023
    • πŸ› πŸ“Ÿ Scripting files managing the deployment of projects. Shared Javascript scripts for testing, running, building, releasing apps, etc. Including Docker container configurations for running the scripts in containers when needed.
      JavaScript
      β€’0β€’0β€’0β€’24β€’Updated Jan 5, 2023Jan 5, 2023
    • Library providing a number of operating system-related utility methods & deployment environment provisioning helper utilities.
      JavaScript
      β€’0β€’0β€’0β€’18β€’Updated Jan 5, 2023Jan 5, 2023
    • buildTool

      Public
      πŸ› οΈπŸ“Ÿ Build a package or production ready code from repository.
      JavaScript
      β€’0β€’0β€’0β€’18β€’Updated Jan 4, 2023Jan 4, 2023
    • πŸ› οΈπŸ“Ÿ Live reload tool during development - Abstraction over `chokidar.watch` module.
      JavaScript
      β€’0β€’0β€’0β€’19β€’Updated Jan 4, 2023Jan 4, 2023
    • πŸ“¦ handleModuleSystem - Algorithms related to managing program modularity, handling Nodejs require, & node_modules packages.
      JavaScript
      β€’0β€’0β€’0β€’19β€’Updated Jan 4, 2023Jan 4, 2023
    • πŸ“¦ Configuration file management module - provides option to specify lookup algorithm for the configuration file.
      JavaScript
      β€’0β€’0β€’0β€’19β€’Updated Jan 4, 2023Jan 4, 2023
    • πŸ› οΈ JS Linter and formatter with shared configurations across projects.
      JavaScript
      β€’0β€’0β€’0β€’18β€’Updated Jan 4, 2023Jan 4, 2023
    • entity

      Public
      πŸ“¦ Programmig pattern library for creating feature rich JS constructables - multiple constuctors, client interfaces separation, instantiation & initialization differentiation, configured constructable instance, etc.
      JavaScript
      β€’0β€’0β€’0β€’19β€’Updated Jan 4, 2023Jan 4, 2023
    • πŸ“¦ Utility for handling & manipulating (mainly merging/concatenating) different JS native types (Objects, Arrays, etc.) with different algorithms.
      JavaScript
      β€’0β€’0β€’0β€’19β€’Updated Jan 4, 2023Jan 4, 2023
    • πŸ› οΈπŸ“Ÿ Run tests in container.
      JavaScript
      β€’0β€’0β€’0β€’18β€’Updated Jan 4, 2023Jan 4, 2023
    • πŸ–₯ Api endpoint service - a module for creating a REST API or GraphQL for webapps (providing data), using predefined middlewares relying on graph traversals, with an ability to customize the graph.
      JavaScript
      β€’0β€’0β€’0β€’17β€’Updated Dec 4, 2022Dec 4, 2022
    • πŸ–₯ Access control service - a module that for allowing authentication & authorization in webapps, using predefined middlewares relying on graph traversals, with an ability to customize the graph.
      JavaScript
      β€’0β€’0β€’0β€’18β€’Updated Dec 4, 2022Dec 4, 2022
    • πŸ–₯ Dynamic content service - a module that is used for content rendering and content delivery of webapps, creating & delivering userinterface content (html templates, files, etc.), using predefined middlewares relying on graph traversals, with an ability to customize the graph.
      JavaScript
      β€’0β€’0β€’0β€’18β€’Updated Dec 4, 2022Dec 4, 2022
    • πŸ–₯ Realtime endpoint service - a module for managing socket connections and realtime data to webapps, using predefined middlewares relying on graph traversals, with an ability to customize the graph.
      JavaScript
      β€’0β€’0β€’0β€’20β€’Updated Dec 4, 2022Dec 4, 2022
    • πŸ“¦ Allows for currying on named parameters i.e. { param1: '', param2: ''}.
      JavaScript
      β€’0β€’1β€’0β€’15β€’Updated Dec 4, 2022Dec 4, 2022
    • πŸ“¦βš—οΈ Common design patterns - utility modules to create patterns. (⚠️ This module should be split apart and refactored)
      JavaScript
      β€’0β€’0β€’0β€’15β€’Updated Dec 4, 2022Dec 4, 2022
    • πŸ› οΈ A scripting tool used to execute Javascript script files for projects. Scripts & lookup directories are passed to the module as parameters.
      JavaScript
      β€’0β€’0β€’0β€’17β€’Updated Dec 3, 2022Dec 3, 2022
    • πŸ› οΈπŸ“Ÿ Manages the execution of multiple JS scripts of a target project optionally running them in containers. Scripts & lookup directories are defined in the target project`s configuration file.
      JavaScript
      β€’0β€’0β€’0β€’17β€’Updated Dec 3, 2022Dec 3, 2022
    • πŸ“¦ Deals with indented code fragments (temporarily replacing them) for object streams (Vinyl streams), as a workaround transform streams not supporting extended syntax for their parsers.
      JavaScript
      β€’0β€’0β€’0β€’15β€’Updated Dec 3, 2022Dec 3, 2022
    • πŸ“¦ Handles filesystem operations: recursive lookup, recursive directory creation, etc.
      JavaScript
      β€’0β€’0β€’0β€’18β€’Updated Dec 3, 2022Dec 3, 2022
    • πŸ“¦ Apply mixin to a class using a decorator or a function, in which the mixin class is added to the prototype chain - `Subclass factory style mixins`.
      JavaScript
      β€’0β€’0β€’0β€’18β€’Updated Dec 3, 2022Dec 3, 2022
    • πŸ“¦πŸ”Œ Babel plugin - A proxy implementation of `@babel/plugin-proposal-function-sent`. Allows for exposing the original generator function, rather than wrapping it with an encapsulating non-generator function.
      JavaScript
      β€’0β€’1β€’0β€’20β€’Updated Dec 3, 2022Dec 3, 2022
    • πŸ› οΈ Transpile JS on runtime using preconfigured settings or provided configuration.
      JavaScript
      β€’0β€’0β€’0β€’17β€’Updated Dec 3, 2022Dec 3, 2022
    • πŸ“¦βš—οΈ Database utility functions for RethinkDB. Including common patterns for structuring data, and query wrappers.
      JavaScript
      β€’0β€’0β€’0β€’1β€’Updated Jun 16, 2021Jun 16, 2021
    • 🐳 Deployment enviroment Docker container image - this repository is used to build and test the development environment image. Where the image will have the required programs installed to run projects for development and deployment purposes.
      Dockerfile
      β€’0β€’0β€’0β€’8β€’Updated May 11, 2021May 11, 2021
    • πŸ“¦ Handle delegation chains of objects, and class constructors.
      JavaScript
      β€’0β€’0β€’0β€’8β€’Updated May 11, 2021May 11, 2021
    • πŸ“¦ Handle processes and threads.
      JavaScript
      β€’0β€’0β€’0β€’8β€’Updated May 11, 2021May 11, 2021
    • πŸ“¦ handle event loop scheduling and related functionalities (e.g. promise race).
      JavaScript
      β€’0β€’0β€’0β€’8β€’Updated May 11, 2021May 11, 2021