Articles tagged with: Patterns & Practices

An interesting Evolutionary Design talk

Summary: Some concepts extracted from a talk about Evolutionary Design, covering concepts such as Simple Design, Continuous Design, and Reflective Design.


I don't care much about SEO

Summary: Opinion about SEO and following good related practices.


Dependency Injection in Javascript and Testing

Summary: The use of dependency injection in JavaScript and its benefits for testing.


Always use linters and auto-formatters

Summary: Using linters and auto-formatters can ensure consistent and uniform code, improve code reviews, and eliminate trivial issues. Examples of linters and formatters for Python and JavaScript.


Learning the basics of Memcached

Summary: A list of resources and some tips for learning the basics of Memcached.