Dmitry Dezuk (Dezhurnyuk)dmitrydezuk.com·Nov 19, 2024Safeguarding the Core DomainI will keep talking about the core domain where all the rules are strictly enforced and any violation results in an exception. The core domain can be seen as an electric toy car without a cover and all the shields protecting it from the external worl...DiscussValidation
Victor Olusolavictorolusola.hashnode.dev·Nov 17, 2024Why Browser and Device Compatibility is Crucial in Software Development: Lessons from a Real-Life TestUnderstanding Browser and Device Compatibility Browser and device compatibility means making sure that software works well across different web browsers (like Chrome, Safari, and Firefox) and devices (such as desktops, tablets, and smartphones). The ...Discuss·27 readsWeb Development
Mike Thuitamikethuita.com·Oct 21, 2024Validating the Idea – Is This Worth Pursuing?Every entrepreneur starts with an idea. It’s fascinating how many ideas come up in casual conversations with people. But here’s the hard truth: ideas are just the 1% of the equation. Execution is where the magic happens, and not many people get to th...DiscussBuilding MulaStack: My Startup Journeymike-thuita
Pavani PampanaforPythonContentValidationpythoncontentvalidation.hashnode.dev·Oct 12, 2024Your Ultimate Guide to Validating Course ContentIn today’s digital world, content quality matters more than ever, especially when it comes to educational platforms. Having a well-aligned course title, description, image, and video is key to delivering value to learners. I created a Python-based co...DiscussPython
Sanket Kogekarkogekar.hashnode.dev·Oct 11, 2024From Idea to Launch: How I Built a Profitable SaaS Business in 12 MonthsI remember sitting in my small, cramped apartment late at night, staring at a blank screen, with a wild idea bouncing around in my head. I had always wanted to build something impactful—something that could solve a real problem while giving me the fr...DiscussStartups
Rishi BakshiforRishi Bakshi Blogrishibakshi.hashnode.dev·Oct 9, 2024The Biggest Mistake You’re Making with Next.js Server Actions: Silent ThreatOne of the critical mistakes I learned in my Next.js journey is failing to validate and protect server actions. Server actions in Next.js can expose post routes, which can be vulnerable if not properly secured. When using server actions, it's essenti...Discuss·10 likesYou Don't Know Next.jsNext.js
Temuneltemunel.hashnode.dev·Oct 6, 2024Unlocking the Power of Data Validation and Transformation in NestJShttps://medium.com/@temunel/unlocking-the-power-of-data-validation-and-transformation-in-nestjs-5e280af2aa76DiscussValidation
Omkar Manteomkarmante260.hashnode.dev·Sep 28, 2024Understanding TypeScript: Applications in Modern Web DevelopmentWhat is TypeScript? TypeScript, a statically typed superset of JavaScript, was created by Microsoft. It introduces optional type definitions into JavaScript, allowing developers to specify the types of variables, function parameters, and return value...Discusswendevelopment
caner demircicanerdemirciblog.hashnode.dev·Sep 20, 2024Validation Library with Typescripthttps://github.com/canerdemirci/cnr-validation Validation in programming is a crucial process that ensures the accuracy and reliability of data input and output. It involves checking the validity of data against predefined rules and constraints. For ...DiscussTypeScript
Shivam barthwalshivamcoder.hashnode.dev·Sep 17, 2024Understanding Zod: A TypeScript-first Schema Declaration and Validation LibraryIn modern web development, especially when working with TypeScript, ensuring that data structures conform to expected types and formats is crucial. Whether it’s form validation, API responses, or ensuring the integrity of data throughout your app, re...DiscussTypeScript