There are no reviews yet. Be the first to send feedback to the community and the maintainers!
todo-api-fsharp
A classic To Do API with authentication, handle permissions and MongoDB.escort-book-payment-method-consumer
A microservice that manages everything related to payment methods.loyalty-program
A web service that gives points to customers for third-party services.node-todo-api
Una API hecha con Node.js, Mongoose y JsonWebTokens.escort-book-delete-customers
A microservice that deletes customers that want to remove their account.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.veterinary-employee
A microservice that manages the employees information.escort-book-escort-profile
A microservice that manages the escort profile information.veterinary-authorizer
A microservice that authenticates and authorizes employees and customers.decimal-to-roman-c-sharp
A console application that converts decimal number to roman number.veterinary-services
This microservices manages everything related to the services that are given to the customer's pets.validate-binary-tree-c-plus-plus
A console application that checks if a tree is a valid binary search tree.escort-book-vault
A web application that manages secrets.escort-book-payment
A microservice that manages all related with the customer and escort payments.escort-book-statistics-consumer
A microservice that consumes messages from Kafka.escort-book-customer-profile
A web application that manages customer's profile.delete-middle-go
A script that deletes the middle node of linked list.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.string-rotation-c-plus-plus
A console app that takes 2 strings and returns true if one is rotation of the other.check-balanced-tree-c-plus-plus
A console application that checks if a binary tree is balanced or not.escort-book-tracking
A microservice that manages the location both customer and escort.paths-with-sum-c-plus-plus
A console application that returns the number of paths in a binary tree to get a target sum.loyalty-program-campaign-monitor
A microservice that applies some operations on campaigns.palindrome-number-c-sharp
A console application that takes a number and checks if it is a palindrome.todo-api-node
An API with JSON Web Token, repository pattern and dependency injection.escort-book-authorizer
A microservice that authenticate and authorize a user.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.functions-gateway
An azure function that executes by a timer trigger.three-stacks-in-one-array-typescript
A simple script that creates a Stack class and manage three stacks in one.escort-book-rule-consumer
A microservice that consumes Kafka messages to create rules in the event bridge.todo-api-python-sanic
A simple REST API to manage to-dos.todo-api-python-django
escort-book-escort-consumer
A microservice that consumes messages from the Apache Kafka.todo-api-ruby-rails
API with which you can control pending tasksproof-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.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.loyalty-authorizer
A microservice that authenticates users.veterinary-statics
Everything related to deliver static content.veterinary-backend-branch-office
A backend application to serve the information to a Web Application for branch office.veterinary-user-consumer
This microservice receives the user's information when he registers and then creates his profile.escort-book-claim
A microservice that manages the claims of both a client and an escort.escort-book-authorizer-consumer
A microservice that receives messages from Kafka.roman-to-decimal-c-sharp
A console application that converts roman number to decimal.veterinary-customer
A microservice that manages the customers information.remove-duplicates-c-sharp
A console application that takes an array of elements and remove their duplicates elements and returns the new length.array-to-binary-c-plus-plus
A console application that build a binary search tree from array.node-todo-api-net-core
veterinary-gateway
A microservice that acts as a router.escort-book-slack-messenger
A micro service that sends messages to Slack channels.escort-book-gateway
A web application that works as a gateway.minimal-tree-c-plus-plus
A console application that creates a binary search tree and populates it using the elements of an array.my-blog-app
This is the code for my personal site.loop-detection-linked-list-go
A script that creates a circular linked list and detects the beginning node of the loop.veterinary-evaluation
This service is responsible for managing the assessments that customers make of the business.worker-template
A dotnet core worker template.veterinary-payments
This microservice manages everything related to the payments.escort-book-customer-consumer
A microservice that consumes messages from the Apache Kafka.loyalty-gateway
A microservices that routes the incoming requests to the corresponding services.veterinary-pet
This microservice manages all the information related to pets.queue-via-stacks-csharp
A simple console application that implements a Queue using stacks.one-away-c-plus-plus
A console application that takes two strings and checks if they are both one away edit.veterinary-serverless-job
A serverless work application that pulls information end-to-endapp-engine-push-notification-actions-on-google
An example app to demonstrate how to send a push notification for Actions on Google.reverse-number-c-sharp
A console application that takes an integer and reverse it.remove-duplicates-go
A script in go that removes the duplicate elements in a linked list.reverse-words-string-c-sharp
A console application that takes a string and reverse their words.escort-book-user-consumer
A microservice that consumes messages from kafka to populate user's schema.parition-linked-list-go
A script that creates a linked list and partition it by a value.stack-min-csharp
A console application that creates a integer Stack and returns the minimum value.escort-book-messenger
A web application that sends emails.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)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.intersect-linked-list-go
A script that creates two linked lists and checks if they have an intersection value.permutation-palindrome-c-sharp
This is a console app that takes a string and checks if is a palindrome permutation.validate-parentheses-console-app-c-sharp
A console application that takes a string and validates if it contains a valid parenthesis.longest-common-prefix-c-sharp
A console application that takes a series of strings and returns the longest common prefix of all.escort-book-user
A microservice that manages users who run the business.b2c-api
An API that controls information of end usertodo-api-go
A simple REST API with authentication and management functions for to-dos using Fiber v1.14.6test-ci-cloud-function
This repo is only for test the CI in Github.test-ci-lambda-function
This repo is only for test the CI in Github using a Lambda function.palindrome-linked-list-go
A script that creates a linked list and checks if the elements of it form a palindrome.escort-book-statistics
A microservice that queries operation statistics.sort-stack-csharp
A console application that sorts a stack.simple-chat-application-nodejs
A simple chat applicationescort-book-welcome-template
Email template when a customer register in the application.combination-letters-phone-number-csharp
A console application that takes a string of numbers a returns all possible combinations of their letters.veterinary-web-app-blazor
A web application which manages a branch office of veterinary.escort-book-payment-release
This microservice release the payment for an escort.local-api
An API that controls a point of saleis-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.todo-api-python-flask
A classic To Do API with authentication, handle permissions and MongoDB.check-subtree-c-plus-plus
A console application that checks if one binary tree is a subtree from another.lists-depths-c-plus-plus
A console application that creates a vector of linked lists using the levels of binary search tree.animal-shelter-csharp
A console application that uses a queue to simulate an animal shelter.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.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.cloud-api
An API that serves a bridge between point of sale a final user API.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.my-transformation-web-app
This application will manage all the information related with body transformation in the gym.Love Open Source and this site? Check out how you can help us