Author: esantanche
-
The MVVM model for JavaScript applications
An article about: What the MVVM model is How I used it to build my web writer website Why it’s important to give structure to your code
-
How I avoided writing spaghetti code when using AngularJS
—
by
I build a big and complex application using AngularJS. Everyone on the web was using the method $watch. I realised that it would have made me write a lot of spaghetti code, code nobody can understand and that has to be rewritten from scratch. It would have caused performance problems as well. The team that…
-
The three Cs of motivation
How do you motivate people? You don’t! The only thing you can do is to create an environment that doesn’t reduce people’s motivation too much. If people work in a competitive environment or have no say about what to do, they will be less motivated. The three Cs of motivation are: Cooperation Content Choice
-
Obedient or stupid?
Is obedience a good thing, a virtue, a value? Parents rejoice when their children do what they are told. Teachers think they are successful if their students repeat like parrots what they are supposed to learn. Employers are happy when employees follow directions. Priests have as a mission to tell you what you must do,…
-
Children, fear and parenting
I am a child. My name is Frank. I am scared, very scared. What a shock being born! But a couple of guys feed me. Good news! It seems fine. But I am still so scared. I am crying because I am hungry and nobody comes to feed me. It is horrifying! How do I…
-
We are no puppets
Are we actors or spectators of life? Are we making choices all the time or things happen to us and we are powerless? Some people think that we are spectators all the time. This sounds depressing, why would it if it was just true? Fine, we are spectators. What makes us do what we do?…
-
The purpose of life
The only sane, rational and satisfactory purpose we human beings can give to our life is to be happy. Happy people make no war, work together to solve problems, help each other when they make mistakes, enjoy the freedom to be themselves and don’t become politicians. Unfortunately it seems that we do our best not…
-
Introducing ideas
I constantly research about many subjects. I get many ideas for articles and write them down. I can write an article for you that develops an idea I got. I will be able to take advantage of the material I have already collected about the idea. Now I’ll show you a few of these ideas.…
-
Installing React Application
The goal I’m installing React and many other modules needed for my application. The application will preform drag and drop operations and animations. It will use Material Design. What is the application about? It’s about displaying a list of products or other objects. Using drag and drop the user will be able to rank the…
-
Bounce processing, when SMTP server doesn’t return bounces properly
What bounce processing is When you send an email, it’s possible that it’s returned to you because of technical problems or mistakes made when writing the email. One of these mistakes may be that the recipient’s email address is wrong. CRM sending mass emails Many CRMs, Customer Relationship Management system, have the capability of sending…