RichardS24
BANNED
- Jun 25, 2017
- 97
- 24
In my alternative, web design is the most interesting thing I would like to do. What should a web designer know?
HTML - CSS - Figma - Github, what more?
HTML - CSS - Figma - Github, what more?
In my alternative, web design is the most interesting thing I would like to do. What should a web designer know?
HTML - CSS - Figma - Github, what more?
I can only remember print('') Everything else I swear I look up each time, unless I can already see it on my ide, lol, I'm inspired by the people that went before us programming without search engines and stack overflow. Being good at programming is within everyone's reach now.If you get stuck on something you can look up the documentation. I don’t know how to do everything by memory
Sorry but I disagree. If OP really wants to be a web designer (not a developer), knowing mysql and node won’t be much of a use. For personal skill development, why not? But i doubt his employer or clients would ever ask for those.In addition to what you mentioned:
JavaScript is important
Php is good
Database solution such as MySQL, or node.js (or both)
Pretty accurate in real world. Follow this OP.As web designer you need to know Adobe, Figma, Sketch and so on.
Some basic html/css knowledge will help.
I included those because no one wants to be a web designer for long.Sorry but I disagree. If OP really wants to be a web designer (not a developer), knowing mysql and node won’t be much of a use. For personal skill development, why not? But i doubt his employer or clients would ever ask for those.
Pretty accurate in real world. Follow this OP.
With asynchronous processing which makes it super fastNode js is the most in demand developer skills. It helps in building real-time applications, the Internet of Things, and microservices.
Oh well, I do know more than one designer who would not want to change their trade, and are freaking awesome (is an understatement)! Alas, I can’t afford them most of the times.I included those because no one wants to be a web designer for long.![]()
In my alternative, web design is the most interesting thing I would like to do. What should a web designer know?
HTML - CSS - Figma - Github, what more?
Excuse me, but how does asynchronous processing make anything faster? Please explain, or refrain from spreading misinformation.With asynchronous processing which makes it super fast
Asynchronous processing is the essence of nodejs. The main thread doesn't need to wait for io operations to finish before moving forward. Please don't comment if you have no technical knowledge.Excuse me, but how does asynchronous processing make anything faster? Please explain, or refrain from spreading misinformation.
and? that makes things faster?!Asynchronous processing is the essence of nodejs. The main thread doesn't need to wait for io operations to finish before moving forward. Please don't comment if you have no technical knowledge.
and? that makes things faster?!
LOL
What about multi threading??
To be honest, you don’t even use the asynchronous nature of js most of the times. If you are using await, you are waiting anyway.
I love js, make no mistake.. but what you are saying isn’t correct atall.
What? LOL. Bro, I do know what I am talking about. Don’t run away like wind. Answer me.Indeed it does, google is your friend if you want to clear your fundamental concepts.
Sorry to say but if you are using await most of the times then nodejs is not for you no matter how much you love it.
Multi threading is a different concept with it's own benefits, don't get confused.
First you say asynchronous doesn't make anything fast and then start comparing it with multi threading and now you are saying it's not about being faster. Make up your mind first.What? LOL. Bro, I do know what I am talking about. Don’t run away like wind. Answer me.
Edit: Show me how your “asynchronous blah” is faster than “multi threaded blah”.
I feel funny even saying this because it doesn’t matter. It is not about being faster anyway lmao. You would may be use workers for that lol.