Skip to content
#

laboratory

Here are 44 public repositories matching this topic...

This laboratory is where I tested how to properly use the pipeline from GitHub, Bitbucket and GitLab. I hav read all the documentation of each of them and tested how to use the different features present. I try created a pipeline that I can use professionally for each of the version control. I have also created small example for each feature and…

  • Updated Sep 9, 2022
  • TypeScript

Twilio is a service for sending SMS and handling system around SMS and Call. This project is a laboratory where I am testing some of the feature of Twilio such as the REST API, the IVR, the Serverless functions. I build the project in a NX Workspace with one react app handling the frontend and a express app for handling all my call to the Twilio…

  • Updated Sep 2, 2022
  • TypeScript

This poc is an example of how to implement a circuit breaker for avoiding wasting time and resource when a part of the system fail. A circuit breaker is a kind of protection for operation that are likely to fail. You avoid waiting on timeouts for the client, and a broken circuit avoids putting load on a struggling server. I made this POC using ...

  • Updated Dec 1, 2022
  • TypeScript

This laboratory is my testing and experimentation with the templating engine such as Nunjucks and Handlebars. For this project, I have used NX for creating the workspace and Express for creating the api. The two engine will be connected to my API using middlewares. I tried this two templating for testing if there were any difference between the two

  • Updated Oct 15, 2022
  • TypeScript

This laboratory is a little experimentation with Amazon SQS. Using two Express apps in a NX WorkSpace, I am calculating the addition of two random numbers and passing the information through two SQS queue for creating a Request/Reply pattern. The first app API1 is responsible for giving two random numbers while the second app API2 is responsible…

  • Updated Sep 24, 2022
  • TypeScript

This project is a microfrontend using NX, React and the Webpack Module Federation Plugin with one host and two remotes. I created a library sharing the style to all application that need it, in our case only the host and the remote 1. The host is using the counter and button from the remote 1 and the entire application from remote 2.

  • Updated Aug 22, 2022
  • TypeScript

Improve this page

Add a description, image, and links to the laboratory 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 laboratory topic, visit your repo's landing page and select "manage topics."

Learn more