15 language-agnostic, actionable tips on REST API design. APIs are awesome, but they’re also extremely hard to design. When creating an API from scratch, you need to get many details right. From basic security considerations to using the right HTTP methods, implementing authentication, deciding which requests and responses you should accept and return, … theContinue reading “How to design better APIs”
Tag Archives: Framework
Kedro: Creating reproducible, maintainable and modular data science code.
Kedro is an open-source Python framework for creating reproducible, maintainable and modular data science code. It borrows concepts from software engineering best-practice and applies them to machine-learning code; applied concepts include modularity, separation of concerns and versioning. Read more…