Data access and governance in AWSOct 11 2024 5 min.Understanding data access and governance is crucial for AWS Solutions Architect - Associate (SAA-C03) exam candidates. These concepts are fundamental for designing secure architectures and selecting appropriate data security controls in AWS environments.#design-secure-architectures-aws-certified-solutions-architect-associate-saa-c03-domain-1
Data recovery in AWSOct 11 2024 5 min.Overview of AWS data recovery solutions.#design-secure-architectures-aws-certified-solutions-architect-associate-saa-c03-domain-1
Scalability capabilities with appropriate use cases on AWSOct 11 2024 5 min.Scaling is fundamental in cloud computing and AWS architecture design. Understanding scalability is essential for the AWS Solutions Architect Associate (SAA-C03) exam. This article offers a refresher with real-life examples to help you prepare.
Data access patterns on AWSOct 11 2024 3 min.Preparing for the AWS Certified Solutions Architect - Associate (SAA-C03) Exam? Mastering data access patterns is key, especially for the "Design High-Performing Architectures" domain and the task "Determine high-performing database solutions.
Disaster recovery (DR) strategies on AWSFeb 05 2024 10 min.Learn various AWS Disaster Recovery strategies like Backup, Pilot Light, Warm Standby, and Active-Active Failover; understand key concepts like RPO and RTO, crucial for AWS Solutions Architect exam success.
Dockerize Nuxt.js Part 1 Nginx & MySQLFeb 01 2024 15 min.Develop a Docker image for a Nuxt.js application, incorporating an Nginx proxy server and MySQL, compatible with both Nuxt 2 and Nuxt 3.
Is AWS Certification worth itNov 12 2023 3 min.Getting AWS certified is becoming a must have for anyone truly interested in working with AWS Cloud as a professional. There are 3 main reasons for that: requirements of AWS Partner program, learning process and your visibility on the market.
Authentication in Nuxt app Part 3 Auth module and Express.js implementationOct 16 2022 5 min.Explore how to integrate scopes into Nuxt.js for authorization, using Express.js, Passport.js, MongoDB, and the Nuxt auth module.
Ckeditor 5 Nuxt integrationOct 16 2022 2 min.Guide on Implementing the default CKEditor build for Nuxt 2 and Nuxt 3
Ckeditor 5 syntax highlighting in nuxtOct 16 2022 3 min.Make your code blocks more readable using highlight.js package.
How to use Postman with Nuxt auth module based on JWTOct 16 2022 3 min.Learn How to Access and Use Restricted Endpoints by Passing JWT in Cookies