Soumyadip Moniavater.hashnode.dev·Nov 15, 2024HackerRank Bugs, a Rejection, and Building a Resume ParserRecently, I came across a job posting for HackerRank's SDE Intern role, and I was really excited to apply. One of my senior had previously worked at HackerRank, and from all the articles I had read, it was clear that the company had an amazing work c...Discuss·35 readsHackerrank
Erioifpuderio.hashnode.dev·Nov 14, 2024慎用 Tauri 读取文件TL;DR 一句话,要么升级 v2,要么吃屎 这篇文章真的是加急写出来的,因为 Tauri v1 的 readBinaryFile API 太蠢了,我受不了了。 问题 这个 API 会有内存泄漏的问题,而且 v1 版本是避免不了的,举个例子就是读取 400M 左右的文件,进程会吃 18G 左右,读取完成后再慢慢清理回来。 在做测试的过程中,我一开始是直接读文件,读一半因为这个问题,程序崩溃了两回,后面我调整了写法才避免了崩溃,但吃内存的问题还是无法解决。 我查了 issue 才发现,这个...DiscussTauri
Sergio Medeirosgrumpz.net·Nov 10, 2024My Journey to Passing the CAPenX Certification: A Guide for Aspiring Expert-Level AppSec PentestersIntroduction: As a seasoned cybersecurity researcher and penetration tester, I am constantly on the lookout for certifications that sharpen my skills and keep me at the forefront of web application security. The Certified AppSec Pentesting Expert (CA...Discuss·10 likes·71 readssoftware development
Yash Shirsathyashashirsath.hashnode.dev·Nov 9, 2024A Bug Hunter's Journey - Discovering and Reporting Bugs on an E-commerce PlatformToday, I’m sharing my experience with bug hunting on a demo e-commerce site (LINK). As a Data and Business Analyst, I’m venturing into Quality Assurance (QA) and software testing for the first time, using tools like BrowserStack to test cross-browser...Discuss·1 likeBugs and Errors
Oni Ebunoluwa Mercyebuntoday.hashnode.dev·Oct 13, 2024How to Manage New Branches: A Guide for When You've Forgotten to PullHi, Have you already switched to a new branch and are yet to pull?Follow this guide to making progress on your work: . Open VS Code and make sure you have the repository cloned and open. . Open the Terminal in VSCode by selecting Terminal, then the ...Discuss·8 likesGitHub
Shubham Sutarishubh.hashnode.dev·Sep 23, 2024Burp Suite Cursor displayed offset to the right of text in high DPIWhen I try to type in the textbox of Port swigger Burp (all recent versions, 1.5.20 or latest versions), the cursor shows up at the right place, but things are inserted as if the cursor is somewhere else. It's frustrating to try to edit a payload whe...DiscussError Solution2Articles1Week
Nettribe Medianettribe.hashnode.dev·Sep 16, 2024Bug lets anyone bypass WhatsApp’s ‘View Once’ privacy featureA recent bug in WhatsApp's "View Once" feature has raised concerns about privacy, particularly for users who rely on the app to share sensitive media. The feature, introduced to offer more privacy by allowing photos and videos to be viewed only once ...Discusswhatsapp
Akingbeni Daviddeelight.hashnode.dev·Sep 7, 2024How I tripped over a naked wire, using sequelize.jsRecently, I have been working on building a modestly robust back-end HR management service using the NodeJS/ExpressJS framework. After every necessary and preliminary set up that included choosing, installing, and setting up a postgresql database, I ...Discuss·26 readsSoftware Engineering
Muskantrendingflow.hashnode.dev·Sep 2, 2024The Importance of Code Coverage in Software TestingSoftware development, ensuring the quality and reliability of code is paramount. One of the key metrics used to assess the effectiveness of testing efforts is code coverage. Code coverage measures the percentage of code that is executed by a test sui...Discusssoftware development
Emma Thomsanqaexpert.hashnode.dev·Aug 23, 2024Cypress Debugging: How to Get StartedIntroduction To Cypress Debugging Writing code quickly is a valuable skill, but the true mark of a proficient software developer is the ability to effectively debug and resolve errors and bugs. Debugging is a critical aspect of the development proces...DiscussCypress