SruthiforSruthiCodessruthicodes.hashnode.net·Mar 20, 2021All about Errors in JavascriptWhat is an Error? In Javascript, an error is an object which gets thrown when something goes unexpected in a program. The error object has three properties message - A message is a short description about the error name - Name tells us the type of t...Discuss·72 likes·747 readsJavaScript
Tiger AbrodiforTiger's Placetigerabrodi.hashnode.net·Jul 15, 2022FeaturedHow to minimize and prevent bugsIntroduction In this article, I want to talk about minimizing bugs in the first place, and also how to prevent bugs from happening again. This article is aimed at all types of developers. I wanted to write it because I know bugs are inevitable. Stil...Andrew Baisden and 3 others are discussing this4 people are discussing thisDiscuss·58 likes·1.1K readsTesting
Bhakti Kharatkarforbhaktee.hashnode.net·May 16, 2022Types of errors in javascript.Hello everyone, I hope you all are doing great. In this blog we will discuss about different errors in javascript and what they mean. so, let's get started. What is an error ? Errors are statements that don't let the program run properly. There are t...Ephraim Atta-Duncan and 1 other are discussing this2 people are discussing thisDiscuss·56 likes·1.0K readsReact
Ludivine Constantiludivine-constanti.hashnode.net·Apr 22, 2023Adding Theatre.js to an Astro project with PreactError throw new Error(You seem to have imported @theatre/studio without importing @theatre/core. Make sure to include an import of @theatre/core before calling studio.initializer()). Solution Putting studio.initializer() inside of an useEffect() hook...DiscussSolving errorsAstro
Grace Icaydigracesion.hashnode.net·Apr 21, 2023Ewww, why is there a bug in my code?What is a Bug? Clue: the answer is unrelated to the cover photo of this post. In the context of Software Development, a bug is an unexpected result of an unwanted event triggered due to known or unknown causes, which ends up making the software appli...DiscussTesting
Timothy Ogwulumbaogwulumba-boy.hashnode.net·Apr 16, 2023Some Javascript misbehaviors and why they happenIntroduction Javascript is one of the most widely used languages in the software development world. Javascript developers are in high demand, especially in web development. This has caused a massive influx of entry-level developers who blitz through ...Discuss·11 likes·49 readsJavaScript
Affah Samuel Daramfonsamcoder.hashnode.net·Apr 5, 2023How to fix typescript react error showing module not found when importing imagesLet's Get Started Why does this occur? Typescript cannot reference the type of the module being imported and also cannot detect what kind of module is being imported, i.e, the file extension. So for Typescript to be able to reference the type and als...Discuss·2 likes·48 readsTypeScript
Sameh Adelsamehadel.hashnode.net·Mar 31, 2023Java's Object.equals(): The Overlooked Function That Can Make or Break Your Code?As software engineers, we know that even the smallest details can make a big difference in the performance and quality of our code. No one wants to spend endless hours debugging issues that could have been avoided with proper coding practices. Unfort...DiscussJava
The Chief - Omarchiefomar.hashnode.net·Mar 23, 2023A-Cross Site Script-in-jections tooBismillah What an eventful day, the second day of Jr. Pentesting was all reading and a bit of practice. This first week I'm just learning, then next week I'll continue with my Portswigger practice, might even hit some Hackerone CTFs and Owasp Juice S...DiscussXSS
Ambuz Ranjanambuzrnjn33.hashnode.net·Mar 21, 2023From Bugs to Features: Funny Linux Quirks That Will Make You SmileLinux, the open-source operating system, has been around for over two decades now, and it has become the backbone of many systems worldwide. Over the years, developers have worked tirelessly to fix bugs and improve the system's performance. However, ...Discuss·1 like·47 readsLinux
Riccardo RottaforLeapp blogacava-1675067608465.hashnode.net·Mar 16, 2023How to fix aws InvalidClientTokenId: The security token included in the request is invalid.An error occurred (InvalidClientTokenId) when calling the GetCallerIdentity operation: The security token included in the request is invalid. Have you ever seen this error? Don’t worry! Other people already got stuck in this situation, as you can s...Discuss·12 likes·410 readsHow to fixAWS
Safa Emhemedtesting-journey.hashnode.net·Mar 16, 2023Discover the Bug Bash and its ObjectivesWhat does the Bug Bash event entail? A bug bash is an activity through which is performed developers, testers, program managers, designers, and even marketers, put aside their usual daily duties and try to break the software and identify bugs/errors ...DiscussQA
Wani Geoffreywandev.hashnode.net·Mar 13, 2023Mastering the Art of Working with Bugs in Software DevelopmentIntroduction Bugs are a common occurrence in software development. As a software developer, working with bugs can be a frustrating and time-consuming task. However, with the right approach and mindset, you can master the art of working with bugs and ...DiscussBugs and Errors