Pinned Repositories
Discovering-Small-Target-Sets-in-Social-Networks
Study about an algorithm for discovering small target sets in social networks This is a widely studied problem that abstracts many phenomena in the social, economic, biological, and physical sciences. It is known that this optimization problem is hard to approximate.
Distributed-WordCount-With-MPI-and-AWS-EC2
Basic tutorial with code for creating ec2 instances in AWS and let them communicate through MPI, plus the implementation of the word count problem in a distributed way with a related benchmark.
Event-Driven-Microservices
A distributed microservices event-driven search engine for tweets and a zero trust architecture.
Event-Driven-Microservices-Advanced
Event-Driven Architecture for a microservices-based system with a clean architecture + Domain Driven Design (DDD) + CQRS pattern + Saga pattern + Outbox pattern + CDC.
Financing-platform-for-political-parties-through-smart-contracts
A solution to the problem of illegal financing of political parties implemented through the smart contracts offered by the Ethereum blockchain technology. This implementation avoids cheating and illicit financing of political parties in an elegant and safe way.
From-Nand-To-Tetris-Build-A-Modern-Computer
Based on Nand-to-Tetris I and Nand-to-Tetris II. Building a computer from the ground up, starting with basic concepts like Boolean algebra and logic gates and progressing till a modern computer.
P2P-Auction-Mechanism
An auctions system based on P2P Network where each peer can sell and buy goods using a Second-Price Auction mechanism (like E-Bay).
Restaurant-Chatbot-With-Azure
Chatbot named "Armando's pizza" that simulates a cashier in a pizzeria, you can ask about the menù, reserve a table, inquire about the ingredients, order a pizza and normally converse with it.
spring-boot-microservices
Microservices oriented project, based on a famous udemy course. Restructured and updated with new dependencies and new version of spring.
Tickets-Platform-With-Microservices-Architecture
Javascript based microservices architecture for the creation of a platform for the purchase and creation of tickets.
Armando1514's Repositories
Armando1514/CLE-canned-letters-estimator
Cost estimator for canned letters that reflects work processes and material costs.
Armando1514/Software-testing-techniques
Explanation with examples of basic concepts in Software Testing.