Revision 2022. TARGET This tutorial is the 4th step of the series and its code evolves from the 3rd step. The target is to apply Object-Oriented and MVC architecture concepts for a Todo site using relationship, where: Todo 1 ——– + TodoItem One Todo may have one or more TodoItem instances. The concepts seen … Read More “NODE.JS: SEQUELIZE: MVC Project – 4TH STEP” »
Category: web design
ABOUT I have two main approaches on this site: – Step-by-Step information and – Summaries. On another site that I publish (Blogger), I have the posts oriented by “Problem vs. Solution”. So, here you get the information to avoid the problem! Resilience & Performance is a vast subject, but you get at least a basic … Read More “Web App: Resilience and Performance Key Points – A Summary” »
An Ordered Information Collection from Several Sources IMPORTANT NOTE This post is a summary of my researches. The texts are copied as they are or adapted to make it shorter or to make it fit the summary’s purpose. They are all referenced, sometimes twice — in loco or below under References topic. There is no intention … Read More “REST: REST Concepts and Practices Summary” »
TARGET: Use images for buttons or anything else applicable. The images used on this example are from freeicons.io Another good site to provide free icons is thenounproject.com NOTE: This method may be used for other frameworks or without any specific one. HOW TO 1. Create a .css file containing a background image to each … Read More “WEB DESIGN: USING ICONS WITH BOOTSTRAP OR ANOTHER FRAMEWORK” »
Revision 2022. TARGET This tutorial is the 3rd step of the series and its code evolves from the 2nd step. The target is to apply Object-Oriented and MVC architecture concepts. The controller (the router) delivers to a business layer that accesses the persistence. FAST START FOR THE IMPATIENT – Help for linux (debian/ubuntu) install: … Read More “NODE.JS: SEQUELIZE: EVOLVING PERSISTENCE AND CREATING BUSINESS LAYER – 3RD STEP” »