chaitanyachaitu.hashnode.devยทAug 23, 2024Dealing with Null Reference ExceptionsIf you are a software Engineer, you might have come accross this error "Object reference not set to an instance of an object". Then you might have asked what does this even mean? let's understand what this error means. For suppose check this below ps...Discussยท46 readsObject refernece not set to an instance of an object
Aditi DixitforGeekyAnts Tech Blogtechblog.geekyants.comยทAug 14, 2024Building Robust Forms from JSON using React Hook FormManaging forms in React applications can be complex, but React Hook Form simplifies it significantly. Combining it with TypeScript and JSON allows you to create highly robust and type-safe forms. This blog post will guide you through creating dynamic...Discussยท419 readstechnology
Arya SoniforXeroCodee Blog'sblog.xerocodee.comยทFeb 9, 2024"Essential Software Architectural Patterns for Robust System Design" ๐๏ธ๐ปSoftware design is pivotal in defining a software system's architecture, ensuring it meets specific requirements through a detailed blueprint. This blueprint, consisting of design documents or diagrams, guides developers in crafting a final product t...Discussarchitecture
Elfan Nofiarielfan.hashnode.devยทSep 2, 2023FEAR MOST: 5-Stage Process in Software EngineeringIt took me more than 10 years to see that these 5 stages are what we need to build great software products.It took me another few years to simplify them into this easy-to-remember acronym of FEAR MOST. However, there is nothing to fear if you have a ...Discussยท35 readsusability
Davide Bellonecode4it.hashnode.devยทJul 4, 2023Davide's Code and Architecture Notes - Postel's law for API RobustnessWhen designing and building Web APIs, we should follow Postel's law to make our API more robust. Given the original definition, the law states that you must Be conservative in what you do, be liberal in what you accept from others But it is often r...DiscussCode and Architecture notesarchitecture
Hussain Ranablog.hussainrana.comยทJun 21, 2023Microservices Architecture: Is it Right for your business ?Introduction Microservices are modular components that can be deployed and managed independently, representing an extreme form of modularization. For example, a social media platform implementing microservices architecture can be divided into the fol...Discussยท3 likesยท267 readsMicroservices