How to Fix: TypeScript Property does not Exist on Union TypeHow to fix the TypeScript property does nto exist on union type error for complex nesting and property value retrieval.8h ago8h ago
API Request Response Lifecycle: A Stupid Simple ExplanationWhat is an API request response lifecycle and how does it work? Let’s build from the most basic concept to what the payloads look like…4d ago4d ago
When to Push Massive git CommitsI will admit it, I am a meticulous commiter. When I see new developers push up a week’s code in a single commit, I shutter. The way I have…Mar 28Mar 28
How to Find Coupon Codes for any E-Commerce WebsitesWays to find online shopping deals by leveraging old, hidden or private coupon codes in online store cart checkouts.Feb 24Feb 24
How to Learn Software Engineering Faster with Online CoursesIf you want to learn how to code fast, buy shorter online courses. Only buy longer online courses if your goal is mastery of a skill. Let’sJan 19Jan 19
How to use NPM class-validator’s IsEnum to Enforce Class Attribute ValuesLearn how to use the class-validator IsEnum decorator to normalize your class attributes for easier development…Jan 2Jan 2
How to Quickly Get A Unique Array of Objects in JavaScriptTurning a collection to a list of unique values in JavaScript is difficult. You must know if you are working with primitives or objects…Nov 1, 2024Nov 1, 2024
How to Build a Proxy Server for REST Requests to a SOAP APIWorking directly with legacy systems or components like SOAP APIs can make developmenet harder than necessary. Building a proxy server…Jul 9, 2024Jul 9, 2024
How to Clean Request Params in NestJS RequestsCleaning your params coming to your controllers is important for safety and security. NestJS offers tools like ValidationPipes and DTO…May 31, 2024May 31, 2024
Understanding NestJS’s Business Logic OrganizationHow to structure your request flow for NestJS projects. Leverage the pattern of controller — service — repository when handling requests…May 27, 2024May 27, 2024