Gaurav Guptaggupta2005.hashnode.dev·Dec 1, 2023Writing robust test casesI became a big fan of unit testing during my work on open source project OpenSwitch.net at Hewlett Packard Enterprise. The software development team operated in Agile Software Development mode and there was greater emphasis on delivering the software...DiscussTesting
Ryan Barnesrbarnes.hashnode.dev·Oct 26, 2023Experimenting with Hashnode Headless APIPhoto by RetroSupply on Unsplash I've been wanting to get back into blogging and sharing my work with goofy side projects, and automation test tips and tricks I've picked up at my day job. I've been working on a Sveltekit static markdown blog, but s...Discusstest
Vineeth Nacharamforvineeth's blogdevsops.hashnode.dev·Oct 21, 2023How is DevOps?DevOps, a term derived from “development and operations,” is a set of practices designed to increase the efficiency of the software development lifecycle through collaboration. But what does a typical day look like for a DevOps engineer? Let’s delve ...Discuss·1 likeDevops
Harsh GandhiProharshgandhi.hashnode.dev·Oct 17, 2023My first blogThis is my first test blogDiscusstest
Animesh PathakforKeploy Community Blogkeploy.hashnode.dev·Sep 29, 2023Why More End-to-End Testing is Often Good Enough for less stress?In the ever-evolving world of software development, quality assurance is paramount. When it comes to testing, End-to-End testing stands out as a robust approach. In this blog, we'll explore why End-to-End testing is often good enough to ensure softwa...Discuss·20 likes·55 readsTesting
Sebastian ManiakPromaniak.io·Sep 14, 2023Simple steps to prepare for the HashiCorp Consul testI've spent all of 2022 learning about HashiCorp Consul and studying for the certification. Thus, I want to provide a comprehensive guide on how to study for the HashiCorp Consul exam. Prerequisites Containerization knowledge Basic terminal skills ...Discussconsul
Zeroday Co., Ltd.zeroday.hashnode.dev·Aug 9, 2023Different Roles of Penetration Testers and Security ResearchersBoth penetration testers and security researchers play important roles in identifying and mitigating cybersecurity vulnerabilities. However, there are some key differences between the two roles: Job DutiesPenetration testers simulate cyber attacks to...Discuss#cybersecurity
Sajzat Hossainvoiceofsilence.hashnode.dev·Aug 8, 2023Domain knowledge for QA TesterIn the realm of QA (Quality Assurance) testing, domain knowledge plays a crucial role in ensuring the success of software applications and systems. It goes beyond the technical aspects of testing and delves into understanding the particular industry ...Discuss·1 likeQA
Timothy Adeleketimadey.hashnode.dev·Jul 31, 2023Tests for Your Django Apps: How to Write Them Effectively (A Complete Guide)Testing is an essential part of any software development process. It helps to ensure that the code is working as expected, to catch bugs and errors before they affect the users, and to improve the quality and maintainability of the code. In this arti...Discuss·11 likes·272 readsDjango
Rahul Bhaverahulbhave.hashnode.dev·Jul 30, 2023Automating PostgreSQL Database Creation, dbt run and running tests using GitHub ActionsIntroduction: In today's fast-paced development environment, automating repetitive tasks like database creation and testing is crucial for ensuring a smooth and efficient workflow. GitHub Actions provides a powerful platform for automating various ta...Discuss·34 readsdbt