5 Steps to Redesign Your Website and/or App 23 April 2022 minute reading Something is not going well or the complaints have increased. Maybe you think it’s time to innovate and you’ve decided to change your current app or website? Very nice. So are you sure you’re ready? Do not jump into anything without reviewing the following 5 steps: 1. Evaluate Your Current Design Are there old images […]
Separation of Concerns 24 October 2017 minute reading Separation of concerns is a design principle stating that code should be separated based on its purpose in a program. In web development, that generally means the structure of a page is defined in an HTML document, styles are stored in a CSS file, and code that defines dynamic behavior is stored in a JavaScript file.