Nikunj Vaishnavdevcloudjourney.hashnode.dev·Oct 3, 2024Latest Trends & Tools in Automation TestingAutomation testing is rapidly evolving, driven by advancements in technology and the growing complexity of modern software systems. Staying updated with the latest trends and tools in this field is crucial for professionals aiming to maintain a compe...Discuss·1 likeTestingTesting
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Oct 2, 2024Introduction to Azure Cloud: A Beginner's GuideIn today’s digital world, the term “cloud” is thrown around a lot. If you’re curious about what that really means, and specifically what Azure Cloud is, this blog will give you a straightforward introduction. What is Cloud Computing? Cloud computing ...DiscussAzure CloudAzure
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Oct 2, 2024Essential Mobile Testing Tips: Maintaining Quality in the Mobile-First AgeIn today’s digital landscape, mobile devices dominate how we interact with the world. As mobile applications become increasingly integral to our daily lives, ensuring their quality through effective mobile testing is paramount. In this blog post, we’...DiscussTestingTesting Tips
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Aug 14, 2024Why Agile Testing is Key to Speeding Up Product DevelopmentAgile testing is essential for fast-tracking product development. By incorporating testing into the development process, teams can spot and fix issues quickly, ensuring higher quality results. Agile testing focuses on collaboration, continuous feedba...DiscussTestingTesting
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Aug 13, 2024Easy Guide to Launching Your First EC2 InstanceToday, we'll cover one of the most fundamental tasks in AWS: launching and configuring an Amazon EC2 (Elastic Compute Cloud) instance. Amazon EC2 provides scalable computing capacity in the AWS cloud, enabling you to run virtual servers on-demand. Th...Discuss·9 likes·51 readsAWS CloudAWS
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Aug 12, 2024Complete Jenkins CI/CD Project #Day-24Wanderlust Three Tier Application Containerization Deploying a MERN Stack Project Using Dockerfile and Docker-Compose with Jenkins Job Pipeline Trigger from Master on Agents node. Pipeline Script pipeline { agent{ node{ ...Discuss·2 likes·39 readsDevOpsTrainWithShubham
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Aug 9, 2024How to Create a Static Website Using Amazon S3Today we'll explore how to host a static website using Amazon S3. Static websites are composed of HTML, CSS and JavaScript files that do not require server-side processing. Amazon S3 provides a reliable and cost-effective way to host these websites w...Discuss·38 readsAWS CloudAWS
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Aug 9, 2024Jenkins Freestyle Project for DevOps Engineers #Day-23What is CI/CD? CI (Continuous Integration) is the practice of automating the integration of code changes from multiple developers into a single codebase. It involves developers frequently committing their work into a central code repository (such as...Discuss·1 like·66 readsDevOpsTrainWithShubham
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Aug 8, 2024How to Secure Your AWS Cloud EnvironmentIn today's digital world, securing your cloud environment is more important than ever. AWS (Amazon Web Services) is a popular cloud service provider, but just using AWS doesn't automatically make your data secure. Here are some simple, actionable ste...DiscussAWS CloudAWS
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Aug 8, 2024Getting Started with Jenkins #Day-22What is Jenkins? Jenkins is an open source continuous integration-continuous delivery and deployment (CI/CD) automation software DevOps tool written in the Java programming language. It is used to implement CI/CD workflows, called pipelines. Jenkin...DiscussDevOps#90daysofdevops