• Stars
    star
    1
  • Language
  • Created over 2 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A microservice that acts as a router.

More Repositories

1

todo-api-fsharp

A classic To Do API with authentication, handle permissions and MongoDB.
F#
2
star
2

escort-book-payment-method-consumer

A microservice that manages everything related to payment methods.
2
star
3

loyalty-program

A web service that gives points to customers for third-party services.
Python
2
star
4

node-todo-api

Una API hecha con Node.js, Mongoose y JsonWebTokens.
JavaScript
2
star
5

escort-book-delete-customers

A microservice that deletes customers that want to remove their account.
Ruby
2
star
6

design-patterns-csharp

23 C # design patterns exposed conceptually. These patterns are focused on the operation of a web application for the sale of vehicles.
C#
1
star
7

veterinary-employee

A microservice that manages the employees information.
1
star
8

escort-book-escort-profile

A microservice that manages the escort profile information.
1
star
9

veterinary-authorizer

A microservice that authenticates and authorizes employees and customers.
1
star
10

decimal-to-roman-c-sharp

A console application that converts decimal number to roman number.
C#
1
star
11

veterinary-services

This microservices manages everything related to the services that are given to the customer's pets.
1
star
12

validate-binary-tree-c-plus-plus

A console application that checks if a tree is a valid binary search tree.
C++
1
star
13

escort-book-vault

A web application that manages secrets.
1
star
14

escort-book-payment

A microservice that manages all related with the customer and escort payments.
1
star
15

escort-book-statistics-consumer

A microservice that consumes messages from Kafka.
1
star
16

escort-book-customer-profile

A web application that manages customer's profile.
1
star
17

delete-middle-go

A script that deletes the middle node of linked list.
Go
1
star
18

zigzag-conversion-c-sharp

A console application that takes a string and an integer and readjust its characters according to the number entered in a zigzag fashion.
C#
1
star
19

string-rotation-c-plus-plus

A console app that takes 2 strings and returns true if one is rotation of the other.
C++
1
star
20

check-balanced-tree-c-plus-plus

A console application that checks if a binary tree is balanced or not.
C++
1
star
21

escort-book-tracking

A microservice that manages the location both customer and escort.
1
star
22

paths-with-sum-c-plus-plus

A console application that returns the number of paths in a binary tree to get a target sum.
C++
1
star
23

loyalty-program-campaign-monitor

A microservice that applies some operations on campaigns.
1
star
24

palindrome-number-c-sharp

A console application that takes a number and checks if it is a palindrome.
C#
1
star
25

todo-api-node

An API with JSON Web Token, repository pattern and dependency injection.
JavaScript
1
star
26

escort-book-authorizer

A microservice that authenticate and authorize a user.
1
star
27

word-break-c-sharp

A console application that takes a array of strings and a string and check if the elements in the array are a segment of the string.
C#
1
star
28

functions-gateway

An azure function that executes by a timer trigger.
C#
1
star
29

three-stacks-in-one-array-typescript

A simple script that creates a Stack class and manage three stacks in one.
TypeScript
1
star
30

escort-book-rule-consumer

A microservice that consumes Kafka messages to create rules in the event bridge.
Go
1
star
31

todo-api-python-sanic

A simple REST API to manage to-dos.
Python
1
star
32

todo-api-python-django

Python
1
star
33

escort-book-escort-consumer

A microservice that consumes messages from the Apache Kafka.
1
star
34

todo-api-ruby-rails

API with which you can control pending tasks
Ruby
1
star
35

proof-competition-mongodb-csharp

This is the app that I was used in the proof of competition of for C# developers imparted by Mongo DB University.
C#
1
star
36

substring-concatenation-words-c-sharp

A console application that takes a string and an array of strings and returns the indices that matches all the strings in the array into the single string.
C#
1
star
37

loyalty-authorizer

A microservice that authenticates users.
1
star
38

veterinary-statics

Everything related to deliver static content.
1
star
39

veterinary-backend-branch-office

A backend application to serve the information to a Web Application for branch office.
1
star
40

veterinary-user-consumer

This microservice receives the user's information when he registers and then creates his profile.
1
star
41

escort-book-claim

A microservice that manages the claims of both a client and an escort.
1
star
42

escort-book-authorizer-consumer

A microservice that receives messages from Kafka.
1
star
43

roman-to-decimal-c-sharp

A console application that converts roman number to decimal.
C#
1
star
44

veterinary-customer

A microservice that manages the customers information.
1
star
45

remove-duplicates-c-sharp

A console application that takes an array of elements and remove their duplicates elements and returns the new length.
C#
1
star
46

array-to-binary-c-plus-plus

A console application that build a binary search tree from array.
C++
1
star
47

node-todo-api-net-core

C#
1
star
48

escort-book-slack-messenger

A micro service that sends messages to Slack channels.
1
star
49

escort-book-gateway

A web application that works as a gateway.
1
star
50

minimal-tree-c-plus-plus

A console application that creates a binary search tree and populates it using the elements of an array.
C++
1
star
51

my-blog-app

This is the code for my personal site.
Handlebars
1
star
52

loop-detection-linked-list-go

A script that creates a circular linked list and detects the beginning node of the loop.
Go
1
star
53

veterinary-evaluation

This service is responsible for managing the assessments that customers make of the business.
1
star
54

worker-template

A dotnet core worker template.
C#
1
star
55

veterinary-payments

This microservice manages everything related to the payments.
1
star
56

escort-book-customer-consumer

A microservice that consumes messages from the Apache Kafka.
1
star
57

loyalty-gateway

A microservices that routes the incoming requests to the corresponding services.
1
star
58

veterinary-pet

This microservice manages all the information related to pets.
1
star
59

first-last-position-c-sharp

A console application that takes an array of integers and a target number. It returns the range of indices in which the target number appears.
C#
1
star
60

queue-via-stacks-csharp

A simple console application that implements a Queue using stacks.
C#
1
star
61

one-away-c-plus-plus

A console application that takes two strings and checks if they are both one away edit.
C++
1
star
62

veterinary-serverless-job

A serverless work application that pulls information end-to-end
TypeScript
1
star
63

app-engine-push-notification-actions-on-google

An example app to demonstrate how to send a push notification for Actions on Google.
JavaScript
1
star
64

reverse-number-c-sharp

A console application that takes an integer and reverse it.
C#
1
star
65

remove-duplicates-go

A script in go that removes the duplicate elements in a linked list.
Go
1
star
66

reverse-words-string-c-sharp

A console application that takes a string and reverse their words.
C#
1
star
67

escort-book-user-consumer

A microservice that consumes messages from kafka to populate user's schema.
1
star
68

parition-linked-list-go

A script that creates a linked list and partition it by a value.
Go
1
star
69

stack-min-csharp

A console application that creates a integer Stack and returns the minimum value.
C#
1
star
70

escort-book-messenger

A web application that sends emails.
1
star
71

fibonacci-c-plus-plus

A simple consola app that calculates the Fibonacci number. Remember that the runtime complexity for this algorithm is O(2^N)
C++
1
star
72

search-insert-position

A console application that takes a list of numbers and a target number. If the target number exists in the list, it returns the index where is the target, otherwise it returns the index where the target would be located.
C#
1
star
73

intersect-linked-list-go

A script that creates two linked lists and checks if they have an intersection value.
Go
1
star
74

permutation-palindrome-c-sharp

This is a console app that takes a string and checks if is a palindrome permutation.
C#
1
star
75

validate-parentheses-console-app-c-sharp

A console application that takes a string and validates if it contains a valid parenthesis.
C#
1
star
76

longest-common-prefix-c-sharp

A console application that takes a series of strings and returns the longest common prefix of all.
C#
1
star
77

escort-book-user

A microservice that manages users who run the business.
1
star
78

b2c-api

An API that controls information of end user
Ruby
1
star
79

todo-api-go

A simple REST API with authentication and management functions for to-dos using Fiber v1.14.6
Go
1
star
80

test-ci-cloud-function

This repo is only for test the CI in Github.
JavaScript
1
star
81

test-ci-lambda-function

This repo is only for test the CI in Github using a Lambda function.
JavaScript
1
star
82

palindrome-linked-list-go

A script that creates a linked list and checks if the elements of it form a palindrome.
Go
1
star
83

escort-book-statistics

A microservice that queries operation statistics.
1
star
84

sort-stack-csharp

A console application that sorts a stack.
C#
1
star
85

simple-chat-application-nodejs

A simple chat application
JavaScript
1
star
86

escort-book-welcome-template

Email template when a customer register in the application.
1
star
87

combination-letters-phone-number-csharp

A console application that takes a string of numbers a returns all possible combinations of their letters.
C#
1
star
88

veterinary-web-app-blazor

A web application which manages a branch office of veterinary.
1
star
89

escort-book-payment-release

This microservice release the payment for an escort.
1
star
90

local-api

An API that controls a point of sale
TypeScript
1
star
91

is-unique-chars-c-plus-plus

A console app that checks if the characters of a string are unique using functions from worst to best optimization.
C++
1
star
92

todo-api-python-flask

A classic To Do API with authentication, handle permissions and MongoDB.
Python
1
star
93

check-subtree-c-plus-plus

A console application that checks if one binary tree is a subtree from another.
C++
1
star
94

lists-depths-c-plus-plus

A console application that creates a vector of linked lists using the levels of binary search tree.
C++
1
star
95

animal-shelter-csharp

A console application that uses a queue to simulate an animal shelter.
C#
1
star
96

candy-c-sharp

A console application that takes a list of numbers and returns the number that is needed to give each item in the list a number according to certain restrictions.
C#
1
star
97

sum-lists-go

A script that creates a two linked lists and sums the values of its nodes and stores them in new linked list.
Go
1
star
98

cloud-api

An API that serves a bridge between point of sale a final user API.
C#
1
star
99

3-sum-c-sharp

A console application that takes and array of integers and returns the triplet to obtain the value of 0 if they are sum.
C#
1
star
100

my-transformation-web-app

This application will manage all the information related with body transformation in the gym.
1
star