A reflection on technology choices in Software Engineering
Shifting focus in software development: from code-centric to the crucial interplay of conversation, contemplation, and coding
Function call cascading hits the composability, testability and reusability of software components and should be avoided in preference for sequential and explicit function calling.
Why I configured a docker registry in my local machine to improve my development process
Separation between the shape of an entity and the optionality of its fields as a way of improving reusability and simplicity.
Create a basic dataloader to understand this great library
What Graphql schema stitching is and how it can help us