pub struct MediaUp;
Expand description
MediaUp is a news mobile application for Android and iOS based on recommendations and editor’s choices.
With the team, I designed the entire API for the application and the Administrative part (for news editors).
Trait Implementations§
impl Actix for MediaUp
Project was built on top of Actix actor and web framework.
impl GRPC for MediaUp
RPC implementation based on Tonic for Event Sourcing.
impl Postgresql for MediaUp
Main data storage.
impl Rust for MediaUp
Rust is a main programming language on this project.
impl<'period, 'f2020, 't2021, Team> TeamLead<Team> for &'period MediaUpwhere Team: Rust, 'period: 'f2020 + 't2021,
As a Head of the development team, I chose all technical decisions about application architecture and infrastructure.
Backend architecture closest to News rust core API and had the same technology stack.
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more