Mithilesh GaikwadforMithilesh's Blogesymith.hashnode.dev·Sep 25, 2023Unleashing the Potential of Embedded Systems: A Deep Dive into Homogeneous and Heterogeneous ProgrammingIntroduction Embedded systems, the unseen heroes of today's technology, silently power our devices and applications. To make them work their magic, engineers and developers need the right programming approach. In this exploration, we'll dive into two...40 readshpp
Joel Ndohndohjoel.hashnode.dev·Mar 19, 2023How To Prevent HPP and XSS Attacks In NodejsIn today's world, cyber attacks are becoming more and more sophisticated. Two common types of attacks that websites and applications face are: HPP (HTTP Parameter Pollution) XSS (Cross-Site Scripting). HPP HPP attacks occur when the HTTP paramete...39 readsNode.js