7 most common code issues
A developer lists the 7 most common code quality issues found during code reviews, focusing on maintainability and best practices.
A developer lists the 7 most common code quality issues found during code reviews, focusing on maintainability and best practices.
Explores a Go design pattern using self-referential functions to create a clean, extensible API for setting and managing options on a type.
A guide to designing clean, well-structured RESTful APIs, covering naming conventions, HTTP methods, versioning, and best practices.
A guide on using assertions in code for debugging, API contracts, and server integration, with strategies for handling release builds.
A critique of the German govdata.de portal's API design, arguing for hypermedia principles in web APIs and questioning the separation between websites and APIs.
A guide to implementing RESTful hypermedia links in ASP.NET Web API, including JSON serialization and custom link classes.
Explains designing a theme API with XML configuration, validation, and storage for a software system.
A software developer contrasts the theoretical CS concepts learned in college with practical skills gained through professional and open-source work.