Gulshan Kumarperfinsights.hashnode.dev·Oct 18, 2024SDET Java Questions - Post 1These two questions were posted by a LinkedIn user, and I thought of solving them. Two unique problems: one about converting a string from CamelCase to SnakeCase, and the other about finding common numbers in an array. In this blog, I’ll write my app...DiscussJava SolutionJava
Hardik Chotaliyahardikchotaliya.hashnode.dev·Oct 3, 2024🗃️ The Ultimate Toolset for Becoming a Top 1% SDET 🧰Are you new to Software Development Engineering in Test (SDET) and eager to write your first test code? Starting with a well-planned setup is key to building a stable, scalable, and maintainable testing framework. I’ve done that myself, only to reali...Discuss·75 readssdet
Karthik Tkarthiksdet.hashnode.dev·Sep 23, 2024How Playwright Eliminated the Need for Selenium GridFor years, Selenium Grid has been essential for running Selenium tests at scale across multiple browsers and machines. However, maintaining the infrastructure, handling cross-browser compatibility, and ensuring consistent test environments has always...Discuss·87 readsplaywright
Karthik Tkarthiksdet.hashnode.dev·Sep 21, 2024Java RecordAs an SDET, writing efficient and maintainable code is crucial, especially when dealing with data models in test automation frameworks. Traditionally, creating simple data classes in Java meant writing getters, setters, constructors, and implementing...DiscussJava
Karthik Tkarthiksdet.hashnode.dev·Sep 20, 2024Ultimate Guide to Docker-Compose Commands: Options & ExamplesCommandDescriptionExampledocker-compose upBuilds, (re)creates, starts, and attaches containersdocker-compose updocker-compose up -dStarts containers in detached mode (runs in the background)docker-compose up -ddocker-compose up -f <file>Uses a specif...DiscussDevops
Dmitrii Skrylevskrdev.hashnode.dev·Sep 7, 2024Beginner's Guide: Indiehacking Your First WeekLinks MudQuest - https://mud-quest.framer.website X Facebook Waitlist Intro It has been one week since I started my first project, MudQuest, and it's already been quite a ride. Moonlighting every day takes its toll on me, however, after talking...Discuss·54 readsindiedev
Karthik Tkarthiksdet.hashnode.dev·Sep 6, 202420 Must-Know Docker Commands with Practical Examples for SDETsDocker is an essential tool for SDETs, enabling the creation, deployment, and management of applications within containers. Whether you're just starting out or looking to refresh your Docker knowledge, this guide covers the 20 most important Docker c...DiscussDocker
Karthik Tkarthiksdet.hashnode.dev·Sep 5, 2024Managing environment configurations in Docker ComposeManaging environment configurations in Docker Compose can be streamlined by using different .env files for various environments. Here's a guide on how to set this up effectively. Keep both the docker-compose.yaml file .env files in same directory d...Discuss·1 likeDocker compose
SAI GOUTHAMgouthamcodes.hashnode.dev·Aug 29, 2024An Introduction to Web Development and My Learning Journey💡 SDE: Week 1, Day 1 SDE in 12 Weeks: An Introduction to Web Development and My Learning Journey Welcome to my 12 Weeks of Software Development Engineer (SDE) series! Over the next three months, I’ll be immersing myself in the world of software de...DiscussSDE in 12 Weekssoftware development
Dmitrii Skrylevskrdev.hashnode.dev·Aug 25, 2024Welcome - the Initial blog postHi, thank you for visiting my blog! I like to structure my conversations in an easy-to-follow Q&A format, so you’ll find the information you’re looking for more quickly. Let’s give it a try: 🐙 👋 Hi there! It’s me 😊 I’ll be sending text messages l...Discussfirst post