Category: Engineering
-
ChatGTP Playground: Save cost and tune your answers
Everyone is talking about ChatGTP nowadays. If you’re a user or want to start using without paying 20 USD per month, neither use the free version, which is unavailable. Use: https://platform.openai.com/playground The ChatGTP Playground has many tuning settings to get different and better answers, plus you only pay for usage.
-
Eric Evans: What I’ve learned about Domain-Driven Design
-
Dependency Inversion Principle (DIP) and WooCommerce
Today I was reading about DIP, which made me think a lot about how I write software. Let start by defining what Dependency Inversion Principle. Uncle Bob, in his book Clean Architecture, says: The Dependency Inversion Principle (DIP) tells us that the most flexible systems are those in which source code dependencies refer only to…