Image Cover

Using Mermaid diagrams in your Git's README. software-development

Mermaid is a Javascript based diagramming and charting tool that uses Markdown-inspired text definitions and a renderer to create and modify complex diagrams. The main purpose of Mermaid is to help documentation catch up with development. It can be easily be adapted in your git’s repository.

Read More

Image Cover

The most common mistake using MVP software-development

MVP is a powerful architectural pattern to define UIs, it works on the major of the modern developments, it allows the use of more complex architectural approaches defining a bridge between the view and the business. This extra layer allows us to keep decouple the view logic from a view’s coordinator called presenter.

Read More