Here are
31 public repositories
matching this topic...
A guideline for building practical production-level deep learning systems to be deployed in real world applications.
A Microservice installation of the Lucid Architecture with Laravel
Collection of pre-packaged solutions with Magento eCommerce software
Updated
May 13, 2020
Shell
A Microservice installation of the Docker LEMP stack.
Scalable NodeJS Architecture
Updated
Apr 26, 2020
TypeScript
Tour of Heroes using lazy loading in Angular 5
Updated
Dec 15, 2017
TypeScript
Simple Event Sourcing example for scalable applications.
Updated
Sep 6, 2019
Python
Example how scale PHP applications with Docker and Consul
Designing my Server Architecture for Scalable Web Applications.
Updated
Dec 23, 2018
JavaScript
An android SDK that provides a new size unit - hsdp.
Updated
Dec 12, 2019
Java
Code for building a Conference Central App which lets users schedule and query for conferences.
Access Remote EJB Deployed on WildFly from Payara
Updated
Nov 24, 2019
Java
Simple Diary Application using node.js express framework focused on scalibility
Updated
Mar 10, 2018
JavaScript
An IRC client developed in react to study multi-protocol integration and scalable applications
Updated
Jan 20, 2019
JavaScript
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
Scalable single page application boilerplate.
Updated
Sep 5, 2018
JavaScript
Web services for an eCommerce system that handles large volumes of traffic with high levels of availability, consistency, and performance.
Updated
Aug 17, 2017
JavaScript
Starter Kit for quickly setting up a starter project using Node, Express & Mongodb
Updated
Mar 10, 2017
JavaScript
Updated
May 26, 2018
Java
Template for scalable Angular applications
Updated
Jun 23, 2020
TypeScript
An elastic, scalable SaaS application using Amazon IaaS to calculate the value of ’Pi’ using SFFT C program.
Updated
Aug 21, 2018
Java
class presentation on scalable web architectures/distributed web crawling | comp 599 graduate seminar | fall 2018 | spring 2019
JavaScript project using Glitch
Updated
Sep 16, 2018
JavaScript
React BoilerPlate for scalable Application. Download From Original Repo And Tweek A Little For Make This My Own.
Updated
Feb 14, 2020
JavaScript
📦 A opinionated frontend scalable file architecture as boilerplate using Vue SPA, and Vue CLI.
Updated
Jun 16, 2020
JavaScript
Improve this page
Add a description, image, and links to the
scalable-applications
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
scalable-applications
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
I'm curious as to what the recommended approach is on testing operations? We've started using them and it's a good concept, but I'm uncertain whether these are to be tested as unit or functional as I referred to the wiki on testing jobs and features.
Currently one of my operations relies on a DTO passed through to it that has been processed in previous jobs. If I was to functionally test it, I