Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View kaiomagalhaes's full-sized avatar
🦑
Hunting giant octopuses

Kaio Magalhães kaiomagalhaes

🦑
Hunting giant octopuses
View GitHub Profile
{
"id": "2406867242",
"project": "avant",
"project_name": "avant",
"project_slug": "avant",
"logger": null,
"level": "error",
"culprit": "Error: Invariant Violation: Invariant Violation: 17 (see (apollographql/invariant-packages))",
"message": "",
"url": "https://sentry.io/organizations/avison-young/issues/2406867242/?referrer=webhooks_plugin",
apiVersion: apps/v1
kind: Deployment
metadata:
name: roadrunner-deployment
labels:
app: roadrunner
spec:
replicas: 1
revisionHistoryLimit: 10
selector:
{
"subscriptionId": "51df0f91-0568-42f9-a781-1d06547f1ba1",
"notificationId": 1,
"id": "6c498869-ece2-4cb6-858c-7bc86dffd978",
"eventType": "git.pullrequest.updated",
"publisherId": "tfs",
"message": {
"text": "Kaio Magalhaes published the pull request\r\nhttps://dev.azure.com/AY-InnovationCenter/Avant/_git/ay-users-api-test/",
"html": "Kaio Magalhaes published the pull request",
"markdown": "Kaio Magalhaes published the pull request"
{
"url": "https://api.github.com/repos/codelittinc/gh-hooks-repo-test/pulls/180",
"id": 455358380,
"node_id": "MDExOlB1bGxSZXF1ZXN0NDU1MzU4Mzgw",
"html_url": "https://github.com/codelittinc/gh-hooks-repo-test/pull/180",
"diff_url": "https://github.com/codelittinc/gh-hooks-repo-test/pull/180.diff",
"patch_url": "https://github.com/codelittinc/gh-hooks-repo-test/pull/180.patch",
"issue_url": "https://api.github.com/repos/codelittinc/gh-hooks-repo-test/issues/180",
"number": 180,
"state": "open",

Instructions

The goal of this exercise is to create a backend using Node using the REST arquitecture.

The Task

In this task, we are building backend of an application that helps us managing our team using REST.

Features and Requirements

  • A member has a name and a type the late one can be an employee or a contractor.

Instructions

The goal of this exercise is to create a demo calendar application using React. We strongly recommend create-react-app to make the bootstrapping of your application really easy.

Please don't use a calendar library, we would like to see your own calendar logic.

The Task

You should start by rendering a single month view of a calendar for the current month – along with the lines of the calendar image in this project.

#
# SSL-timeout: This option sets a connection timeout for the ssl library
# ex: ssl-timeout = 30
#
# ssl-timeout =
#
# SSL-ciphers
# You can use this feature to select a specific ssl cipher for HTTPs. To
# view the ones available with your library run the following command:
//100 is a number of sent requests according to requirements
iterations = 710;
//100 ms is a delay between requests according to requirements
//responseTimes is an array for collecting response time values
responseTimes = [];
i = 0;
while (i < iterations) {
i++;
sendRequest()
//1000 ms is a maximum allowed value according to requirements
maximumResponseTime = 1000;
//100 is a number of sent requests according to requirements
iterations = 850;
//100 ms is a delay between requests according to requirements
//responseTimes is an array for collecting response time values
responseTimes = [];
i = 0;
while (i < iterations) {
#
# SSL-timeout: This option sets a connection timeout for the ssl library
# ex: ssl-timeout = 30
#
# ssl-timeout =
#
# SSL-ciphers
# You can use this feature to select a specific ssl cipher for HTTPs. To
# view the ones available with your library run the following command: