Services
See how I can help you
Web Applications
Description: I can build entire product for you using top tier technology such .NET and Azure. Following best practices in the market such being mobile friendly, having good UI/UX.
Did you knew? I build using principles such as Clean Code, Clean Architecture, SOLID and others to make applications be maintainable in long term.
Deploy, CI/CD, Containers, Docker, CDN, Emails
Description: I can help build a pipeline with GitHub Actions where your builds and tests can become automatic, even for pull requests. I can also set up automatic deployment for every push to the main branch. Additionally, I can help configure your application in Azure with both upward and downward scaling for the application and database servers, while also using a CDN like Cloudflare.
Did you knew? Did you knew that Cloud Flare CDN can reduce Azure Costs?
Mobile Applications, Land Pages, SEO, Desktop Application
Description: By using .NET ecosystem I can do mobile applications for iOS & Android, windows application, land pages and more.
Did you knew? MAUI it's a technology that came after Xamarim forms and it allow to release same application built on .NET for different platforms.
Performance Optimization
Description: Before scaling up the hardware or amount of machines, I try to see how code can improve, use Redis on API, use better data structures, use asynchronous calls for I/O, use parallel programming on heavy CPU tasks, improve page load with CDN, database tunning and just later use hardware improvements.
Did you knew? Did you knew that by just changing REST calls to GRPC we can improve page load by almost 40%, because gRPC uses Protocol Buffers (binary), which is more compact and faster to serialize/deserialize.