Pinned Repositories
authentication
Exploring authentication mechanisms using .NET and C#.
aws-serverless-nodejs-typescript-sample
Sample cloud-native serverless project for a Flight Air company using Node.Js, Typescript, AWS DynamoDB, AWS Lambda, AWS SQS, AWS API Gateway and Serverless Framework.
dotnet-core-roslyn-compiling
Compiling C# in .Net Core. CodeDom is not supported by .Net Core, this is a sample how to use Roslyn to compile generated code.
euler
2015 - My Project Euler implementations in Python. http://projecteuler.net/profile/felipeoriani.png
Fynance
Fynance is a handy wrapper to get stock market quotes written in C# available at NuGet package manager for .NET applications.
IntegrationTests
This repo is about to test github actions to up a mongodb instance and run some integration tests
mindicators
2016 - Sample Rest Api application to manage any indicator you have on mind. Built in order to learn Node.Js by applying some software design principles.
nodejs-database-concurrency
NodeJs Database Concurrency explores strategies to handle multiples users in high concurrency. Here I explore NodeJs, Typescript, PostgreSql with different packages including pg and Prisma ORM.
nodejs-typescript-express-rest-api
Sample NodeJs, Typescript and Express REST / Graphql API service used to manage and handle Tasks by User. Deploy is build on the top of AWS ECS, AWS ECR and AWS RDS with Github Actions workflows.
rinha-backend-24q1
2024 - The proposed of Rinha de Backend 2024 Q1 was concurrency management for a bank statements and transactions scenario. This repository shows my code written in C# and Postgres database to handle it. It is not for production, just fun.
felipeoriani's Repositories
felipeoriani/Fynance
Fynance is a handy wrapper to get stock market quotes written in C# available at NuGet package manager for .NET applications.
felipeoriani/dotnet-core-roslyn-compiling
Compiling C# in .Net Core. CodeDom is not supported by .Net Core, this is a sample how to use Roslyn to compile generated code.
felipeoriani/mindicators
2016 - Sample Rest Api application to manage any indicator you have on mind. Built in order to learn Node.Js by applying some software design principles.
felipeoriani/nodejs-typescript-express-rest-api
Sample NodeJs, Typescript and Express REST / Graphql API service used to manage and handle Tasks by User. Deploy is build on the top of AWS ECS, AWS ECR and AWS RDS with Github Actions workflows.
felipeoriani/authentication
Exploring authentication mechanisms using .NET and C#.
felipeoriani/euler
2015 - My Project Euler implementations in Python. http://projecteuler.net/profile/felipeoriani.png
felipeoriani/aws-serverless-nodejs-typescript-sample
Sample cloud-native serverless project for a Flight Air company using Node.Js, Typescript, AWS DynamoDB, AWS Lambda, AWS SQS, AWS API Gateway and Serverless Framework.
felipeoriani/IntegrationTests
This repo is about to test github actions to up a mongodb instance and run some integration tests
felipeoriani/rinha-backend-24q1
2024 - The proposed of Rinha de Backend 2024 Q1 was concurrency management for a bank statements and transactions scenario. This repository shows my code written in C# and Postgres database to handle it. It is not for production, just fun.
felipeoriani/rinha-de-backend-2024-q1
Repositório da 2ª edição da Rinha de Backend - Felipe Oriani
felipeoriani/ScikitLearnSamples
Some examples of how to deal with Scikit Learn, a machine learning library for Python.
felipeoriani/dotnet-northwind-training
2015 - Code for a training provided by Felipe Oriani to GAtec's employees to introduce them concepts of a Layered Architecture and SOLID principles. It is written in .NET , C#, ASP.NET MVC and SQL Server with Northwind sample database.
felipeoriani/felipeoriani
This is my Github Page repository that contains my portfolio and useful information about me.
felipeoriani/mars-rover-problem
2020 - My solution for Mars Rover Problem written in C# and .NET with xUnit.
felipeoriani/NeuralNetworkPSO
An Artificial Neural Network using a Particle Swarm Optimization for training. (The code and comments are in pt-BR).
felipeoriani/nodejs-database-concurrency
NodeJs Database Concurrency explores strategies to handle multiples users in high concurrency. Here I explore NodeJs, Typescript, PostgreSql with different packages including pg and Prisma ORM.
felipeoriani/leetcode
My leetcode solutions