Posts

bootstrap image upload code snippet

$post_image         =  escape ( $_FILES [ 'image' ][ 'name' ]);      $post_image_temp    =  escape ( $_FILES [ 'image' ][ 'tmp_name' ]); < div   class = "form-group" >          < label   for = "post_image" > POST IMAGE </ label >          < input   type = "file"    name = "post_image" >      </ div >

Could I be a full stack developer in the next 3 years?

Image
Could I be a full stack developer in the next 3 years? Jessica Wright , works at Maxburst Answered  Jul 23 If you want to be a good full stack web developer in next 3 years then you should learn below listed programming languages/frameworks/skills: Frontend Technologies:  HTML5, Bootstrap, AngularJS, ReactJS, JavaScript Backend Technologies:  NodeJS, Laravel, ExpressJS, CodeIgniter Database & Server:  Apache, AWS, MySQL, MongoDB, PostgreSQL, NGINX Project Management Tools:  Slack, Jira, Trello, Asana By learning above all programming languages/frameworks/skills then you will become a good full stack web developer.

SHORTCUT VISUAL STUDIO

EXTENSION   Beautify css/sass/scss/less Bootstrap 4, Font awesome 4, Font Awesome 5 Free & Pro snippets Bracket Pair Colorizer Custom CSS and JS Loader HTML Snippets JavaScript (ES6) code snippets Live Server !  ===  FOR  HTML H1  = HEADING DIRECTLY

links

https://www.npmjs.com/

switch

<! doctype html > < html lang = "en" > < head > < title > Title </ title > <!-- Required meta tags --> < meta charset = "utf-8" > < meta name = "viewport" content = "width=device-width, initial-scale=1, shrink-to-fit=no" > </ head > < body > < script src = "javascript.js" > < / script > </ body > </ html > /* /* var one=prompt("ENTER VALUE"); */ var one = 10 ; switch ( one ) { case 1 : document . write ( "case one he ye" ) break ; case 2 : document . write ( "case 2 he ye" ) break ; case 10 : document . write ( "case 2 he ye" ) break ; default : document . write ( "default value" ) } /* window.alert("hello") */

enter value etc type window alert code

var one = prompt ( "ENTER VALUE" ); var two = 20 ; if (( one == 10 ) && ( two == 20 )) document . write ( "ENTER VALUE" ); /* window.alert("hello") */

https://github.com/ericdouglas/MEAN-Learning

https://github.com/ericdouglas/MEAN-Learning