Mircea Oprea·Mar 25, 2024Using moto from Rust to mock AWS callsTesting cloud-native applications can prove difficult, mostly due to their dependency on proprietary cloud services whose behaviour is…
InDevOps.devbyMircea Oprea·Nov 13, 2023Building a ranking system with Go and RedisBuilding a ranking system, or a leaderboard, can be useful in many types of applications: from ranking your players in a game, to showing…
InAWS TipbyMircea Oprea·Jan 27, 2022CRUD operations with Rust on AWS Lambda: Part 2The series so far:
InAWS TipbyMircea Oprea·Jan 18, 2022CRUD operations with Rust on AWS Lambda: Part 1The series so far:
InAWS TipbyMircea Oprea·Mar 3, 2021Creating an API Gateway Cognito Authorizer with the .NET CDKThis article will present a pretty specific case, but it’s something that is yet to be solved in a more elegant way by the CDK development…
InStreamWriterbyMircea Oprea·Apr 12, 2020File transfer app with Blazor: Integrating with S3This article is part of the series on how to build a file transfer web application with Blazor and AWS. Read the whole series here!
InStreamWriterbyMircea Oprea·Mar 4, 2020JWT Authentication for Microservices in ASP.NET CoreTwo years ago, I published the JWT Authentication for Microservices in .NET article, and it got some pretty good traction. In the meantime…A response icon4A response icon4
InStreamWriterbyMircea Oprea·Feb 26, 2020Saving basic data in BlazorIn this tutorial, you will learn how to use Blazor to render a form, and save the data from it in a database, using Entity Framework.