Add a live badge to a site, GitHub or portfolio - it updates as the rank changes.
upworkrank#10in AWS Application · Top 0.96%
Share this rank
Post Olzhas A.'s ranking to X or LinkedIn - it links back to the live profile.
$7.9k
MRR
est. monthly
#2,193
World rank
of 1,045,548
$2.0M
Lifetime earnings
since 2016
171
Total jobs
completed
About
Top 1%; part of the UpWork's Expert-Vetted program.
✅More than 100 completed projects on UpWork
🇺🇸Available for calls during business hours
🎓4 AWS Certifications: Professional Solutions Architect (result is 945 out of 1000), Professional DevOps Engineer (915), Machine Learning Specialty, Cloud Practitioner
In short, the solutions I created are used by millions of users every day. I could build a web, mobile or desktop application using Serverless Computing, conforming to the principle of the least privilege under version control for each function (Pay-per-use AWS or Google Cloud infrastructure that scales indefinitely).
When I code either the Frontend or Backend solutions, the experience I have defined the prioritization of the characteristics for the product:
Simplicity (readability).
---- all frontend services I create are event-driven with the FaaS infrastructure or in rare cases BaaS.
---- I write in strict TypeScript (if you don't know TypeScript, it is the same JavaScript plus type safety to increase stability).
Technical scalability
---- Comparing to containerized microservices, where parts are connected to each other, FaaS development allows to create completely independent functions. It is easier to manage and to make changes as you split the functionality into much smaller blocks.
---- FaaS can scale indefinitely, so any load the cloud provider (such as AWS) could handle is supported.
-------- If you have 0 customers today, your bill is $0, comparing to microservices, where you have to have at least one container running $25/month. A typical project is eight containers.
-------- If you have a billion customers tomorrow, FaaS auto scales horizontally to handle the new load automatically, with the pricing of an optimized solution close to $2-5/million requests for ALL infrastructure combined.
Size
---- The size of the bundled assets needs to be small as it affects the operating costs (you are charged by millisecond).
---- I have created tens of different custom Webpack solutions for all types of possible cases to minimize and optimize the bundles, including code splitting, tree shaking, finding the most appropriate target for the JavaScript (or TypeScript transpilation), image minification and lazy-loading (PNG, JPEG, SVG, etc), service workers, manifest, etc.
-------- and even the updating process of the objects in a file hosting (such as AWS S3) to upload only those assets that have changed.
-------- I have worked on many projects, every time trying to find something else to improve, so the solutions are extremely well optimized.
RankingsRanked by estimated monthly revenue across every population this profile competes in: worldwide, its country, and each Upwork skill.
Where Olzhas A. ranks by monthly revenue, worldwide, in United States, and in every Upwork skill it competes in.
World#2,193 / 1,045,548Top 0.21%
United States#896 / 136,351Top 0.66%
AWS Application#10 / 1,037Top 0.96%
Node.js#268 / 25,788Top 1%
React#316 / 33,947Top 0.93%
Amazon DynamoDB#10 / 718Top 1%
AWS Lambda#32 / 3,888Top 0.82%
Your keyword search rankComing soon
Per-keyword search rank for freelancers is synced from GigRadar Inbound, connect your profile to track exactly where you rank for every term clients search.
Freelancer snapshot
On Upwork since2016
Rating100% Job Success
Skills tracked5
Skills
AWS ApplicationNode.jsReactAmazon DynamoDB
Olzhas A. works mainly in AWS Application, ranking top 0.96% of freelancers in that skill.
MRR trendSoon
Last 12 weeks
Coming soon
Competitors on the board
Who ranks just above and below by MRR across all freelancers.
This freelancer is #2,193 of 1,045,548 across all freelancers.
MRR is an estimate from Upwork's public figures - not an Upwork-official number.
Olzhas A. - Upwork Rank
Performance
---- when I had projects to optimize for performance, I have created a lot of custom solutions as public solutions are for everyone and, therefore, typically suboptimal for a particular case.
I create SPAs, conforming to PWA standards, and frontend plugins using React.js.
I follow Component Driven Development (CDD) together with Visual Test Driven Development.
For that, I use PlayWright and Storybook.
When writing styles, I use CSS-in-JS (primarily using Emotion library).
The Desktop app development involves also Electron, but the overall process is the same. That is the reason why it is easy to convert my solutions to distribute as a desktop app.
When creating mobile apps, I use either React Native or create hybrid web-based solutions with Capacitor.js.
🔒Backend:
I am a strong proponent of Serverless Computing, who has extensive experience with FaaS and BaaS, automatically generating IAM rules and cloud services, and conforming to the principle of the least privilege for each function/service.
In regards to HTTP APIs, I create:
RESTful APIs covering them in tests and preparing for adoption by frontend devs via password-protected documentation over web endpoints where the frontend devs are able to observe and interact with Swagger UI that conforms to the OpenAPI 3.0 specification.
GraphQL. Created in all possible ways: custom with plain GraphQL library (no Apollo or other wrappers), with Apollo; in Programmatic and Declarative ways
I automate provisioning of infrastructure (IaC) using AWS CDK and Google Deployment Manager configs, so that it takes one CLI command to create the defined as code cloud infrastructure.
Project management/Tracking
I am used to daily reporting and knowing that communication is the key, I constantly try to improve clients' experience.
I know best methods in version control and I conform to them, doing PRs, releases, keeping multiple branches, and using stashes.
---- I have automated branching & PR requests, as well as connected bots for notifying about changes in corporate chats.The code I write goes through automatic code-styling processing that improves readability and overall quality of the provided work.
I use: ESLint and Prettier for all automated code formatting needs.