Filip Melkafilipmelka.hashnode.dev·Jul 19, 2024The Hidden Bug in Binary SearchThe following code is my very first implementation of Binary Search in Java (which returns the index of the target element in the array): public static int binarySearch(int[] arr, int target) { int start = 0; int end = arr.length - 1; int...Discuss·1 like·28 readsBinary Search Algorithm
Jindřich Ivánekjindraivanek.hashnode.dev·May 16, 2024Problem with NaN equalityI recently encountered a bug that was caused by a special equality definition on a NaN value. NaN means not-a-number, and it's special floating-point number value, representing result of impossible operation. This issue shows how NaN can introduce ha...Discuss·11 likes·459 reads#fsharp
Dinuksha D 亗dinuksha03.hashnode.dev·Mar 10, 2024From Bugs to Success Stories: The Impact of Manual QA in Software Development 🐛✨In the fast-paced world of software development, manual Quality Assurance (QA) plays a crucial role in ensuring the quality and reliability of software products. While automated testing tools have gained popularity, manual QA remains indispensable fo...Discuss2Articles1Week
Ludivine Constantiludivine-constanti.hashnode.dev·Dec 12, 2023Improving HTML semantics solves bugsHere's a link to the Heaven's of the Mankind website: https://sternenhimmel-der-menschheit.de/en Sometimes, unexpected bugs appear on a website, and it can be useful to have a look at the HTML structure, to see if it’s not causing any issues. Removin...DiscussHeavens of MankindHTML
Vietnam Outsourcingblog.giacongphanmem.com·Nov 18, 2023Error when publish app to chplay "at androidx.fragment.app.FragmentActivity.onStart(Unknown Source:20)""at androidx.fragment.app.FragmentActivity.onStart(Unknown Source:20)" I checked wrong in path folder android. I forget rename 3 folder like such as package bundle id: net.st47.vietech It will show error "fragment.app.FragmentActivity.onStart"Discusspublish chplay
Clement Nzubechukwudevread.hashnode.dev·Oct 29, 2023Understanding the Difference Between Bugs and Errors in Software DevelopmentIn the realm of software development, two terms are frequently used interchangeably but have distinct meanings: bugs and errors. These terms are pivotal in the development process, as they represent issues that can impact the functionality and reliab...Discuss·3 likeserror
Arun Khattarenbyter.hashnode.dev·Aug 24, 2023Automated Bug Detection: Using AI to Enhance Code QualityIn the dynamic realm of software development, maintaining a high level of code quality while adhering to tight schedules can be an intricate dance. Bugs and glitches can cast a shadow over projects, leading to delays and reputation setbacks. However,...Discuss·3 likes·121 readsAI
DbVisualizerforThe Tablethetable.hashnode.dev·Aug 3, 2023Why do we call software bugs, bugs?In the world of computing, the term "bug" is a commonly used term that refers to a flaw or error in a software program. Bugs are usually classified into categories such as software bugs or technical bugs. But why are bugs called bugs? This terminolog...Discussbug
Yashkumar Keralmrkeral.hashnode.dev·Jul 19, 2023How I Hacked My College WebsiteWelcome!!! Let see how I uncovered critical information on my college website. Note: Before I begin, I want to admit that I made a mistake by not seeking permission from the right people before checking out the website. It's not okay, and I strongly ...Discuss·1 likebugbounty
Joda Stößerforcoders.fail writingswritings.coders.fail·Nov 12, 2022Ghost Admin errors on post list since version 5.21.0Issue Summary Since updating to Ghost version 5.22.10 the following error message popped up when opening any of the admin post lists/views:Request not understood error, cannot list posts. Could not understand request. Testing a bit around and downgr...Discuss·1 like·40 readsadmin