Blogspot sharing information and technology in simple words
Where should I start to be a great/expert front-end developer?
Get link
Facebook
X
Pinterest
Email
Other Apps
Hi, dude. Here is a great and easy understand video of what should we learn for front-end developer. Check the list and start a practice of each point to prepare yourself from now!
DDL = Data Definition Language - specify table definitions DML = Data Manipulation Language - works with data DCL = Data Control Language - who has access rights TCL = Transaction Control Language - how the transaction will be Reference: https://www.w3schools.in/mysql/ddl-dml-dcl/
References.. 0 = standard input ( stdin ) 1 = standard output ( stdout ) 2 = standard error ( stderr ) Hence, we can use command > output.log to print the std output stream, which is an implicit meaning of command 1>output.log Thus, the annex 2>&1 means print the std error to the same place as the std output. Moreover, the we can hide the std output from printing out by using 2>/dev/null. Thanks to: https://linuxize.com/post/bash-redirect-stderr-stdout/ Learning bash: https://iridakos.com/programming/2018/03/01/bash-programmable-completion-tutorial
When I'm going through many of literature reviews from papers, articles, books, etc. these words confused me a bit, and here is the definition I've got. State-of-the-art : used for reference to the most modern and mature development technologies. Cutting-edges: used for reference to the best solutions but still in developing. Hope this could help you, see ya :)
Comments