Lim Woojaejaylog.hashnode.dev·Oct 4, 2024[InnoJation] Nav Bar Highlighter Bug FixProblem This article is about how I solved problem with my portfolio website’s nav bar. The nav bar should highlight a correspond section when the user is on that section. Other sections worked properly, but the VISION section did not. Original code:...Discuss·31 readsProjectserror
IRFAN ALI KHANirfanalikhan.hashnode.dev·Jul 22, 2024Preventing Balance Transfer Exploits: Resolving a Case-Insensitive Username Comparison After a Hacker AttemptIntroduction In web development, ensuring that users cannot perform unintended actions is crucial for maintaining the integrity and security of an application. Recently, I encountered a situation where users were able to transfer balance to their own...Discuss·1 like#ServerSideValidation
Ivan Yuivanyu2021.hashnode.dev·Apr 14, 2024Remember to use "break" in switchRecently, I introduced a bug because I forget to add break after case in switch. So, I wrote this blog to remind myself and hope that it can help the others not to make same mistake again. Misunderstanding about switch First, we look at following: pu...DiscussJavaJava
Gitar, Incgitar.hashnode.dev·Feb 15, 2024It’s not a feature, it’s a bugToday feature flags are ubiquitously used by software developers. While feature flags supercharge your development process, if poorly managed they could put you out of business! Feature flags, also known as feature toggles (or gates), are the modern ...Discussstale feature flags
Piccosupportpiccosupport.hashnode.dev·Nov 9, 2023Swift Bug Fixes and IT Support Partner - PiccosupportSoftware maintenance is an essential practice for businesses, ensuring their applications remain efficient and error-free. It's also a significant investment in the software development process. The software industry hosts a multitude of open-source ...Discussbugfix
Gagandeep Singhblog.gagan93.me·Jun 30, 2023Fixing code exceptionsA regular day in the life of a software engineer includes a lot of work - discussing the status of things, writing new code, fixing customer issues, mentoring others and so on. Specifically, if we talk about fixing customer issues, they could be of t...Discuss·29 readsbugfix
Swati Sarangicodingstars.hashnode.dev·Mar 10, 2023PythonTutor's Visualisation Tool: The Easy Way to Debug Your Code🐞Introduction Debugging is the process of identifying and correcting errors or bugs in a computer program. It is an essential part of programming that allows developers to find and fix issues that would otherwise prevent their code from working corr...Discuss·4 likes·236 readsPythonDebuggingFeb
Darnell Davisdeescloud.hashnode.dev·Jan 12, 2023Fixing A BugFront-End Task As a developer working on Anythink's Marketplace, I recently had the task of fixing a bug that when a user creates an item on the Anythink Marketplace and doesn't upload an image, the image on the preview page is broken, and a placehol...Discuss·5 likes·105 readsProgramming Blogs
Khanh Nam Doblog.donamkhanh.com·Jan 5, 2019Bug lạHôm trước được "nhờ' fix 1 bug có liên quan đến việc 1 biến cứ bị thay đổi kiểu dữ liệu từ Array sang Number. Việc thay đổi kiểu dữ liệu này dẫn đến việc gây lỗi khi chạy đến đoạn: dataStore.find(item => item.type === 'xxx') lúc này dataStore đã là ...DiscussJavaScript