Ganesh Rama Hegdedesignpatterns.hashnode.dev·Aug 24, 2024Open/Closed Principle (OCP)The definition of OCP that I had mentioned in this blog is this: Software entities (classes, functions, modules, or methods) should be open for extension but closed for modification. This allows you to add new functionality without changing existing ...1 likeTypeScript
Nischal Baidarnischalbaidar.hashnode.dev·Aug 15, 2024How to Choose a Laptop for Optimal ML & DL Performance 🏆1. Processor (CPU) 💻 Recommendation: Intel Core i9-13980HX or AMD Ryzen 9 7945HX Why: High-performance CPUs with multiple cores handle ML/DL tasks effectively on the go. Use: Essential for running and developing models in a portable format. 2. R...dcip3
Nischal Baidarnischalbaidar.hashnode.dev·Aug 15, 2024💻 Building the Ultimate Desktop for AI and Deep Learning 🛠️1. Processor (CPU) 💻 Recommendation: Intel Core i9-13900K or AMD Ryzen 9 7950X Why: High core count and advanced threading capabilities handle complex calculations and parallel processing efficiently. Use: Ideal for handling large datasets, model ...nischal_baidar
Nicolas FränkelforApache APISIXapisix.hashnode.dev·Apr 4, 2024Fixing duplicate API requestsThe first rule of distributed systems is "Don’t distribute your system". Designing distributed systems right is infamously hard for multiple reasons. The idempotency concept For example, a call to a function can succeed or fail in non-distributed sys...61 likes·26 readsAPIs
Lead Academyleadacademy.hashnode.dev·Mar 28, 2024Decoding Edexcel GCSE Maths: Your Ultimate GuideThe blog post on lead-academy.org delves into the various Edexcel GCSE Maths qualifications by Pearson Edexcel, detailing the options like the GCSE (9-1) in Mathematics with foundation and higher tiers, and the International GCSE. It also highlights ...GCSE Maths
Akash Gssgssakash.hashnode.dev·Feb 12, 2024Everything about the C2PA SpecificationThe C2PA, also known as the Content Provenance and Authenticity Standard, is gaining popularity. It is a set of guidelines that can be used to track the source of images and other online content. This standard is mainly used in the form of metadata, ...c2pa
Kate Brownkateeliza29.hashnode.dev·Dec 24, 2023Requirements Gathering - 5 Top Tips for Software EngineersWhen you work as a dev for a small company, or if you've had the enviable bravery to start your own software business, it's likely that, as well as doing the codey code bits, you'll have to take control of the whole software lifecycle, including the ...Software Engineering
Priti Biyanipriti-musings.hashnode.dev·Jun 30, 2022JSON SchemaWe all have been in a situation where we depend on other team/pair for APIs. And then when we try to consume those, the dialogues we get to here, “ Ohh, this was supposed to be Integer, but it’s a string now! “ or, “ This supposed to be an array and ...30 readsJSON Schema validation:
Lob Developerslob.hashnode.dev·Jun 14, 2022API Specification Design With Spectral and PrismLate last year, we began the process of revamping our documentation by mapping it out using OpenAPI. This tool provides a way to neatly illustrate the structure of a RESTful API such as Lob’s. Using OpenAPI, we wrote detailed descriptions of each of ...Open Source