table of content
just right into code
bootstrap seems not working well with safari
Major topics of FrontEnd
- Intro to web, Html and element structure
- DNS(domain name system)
- Common tags and supported attributes
- Tables and forms
- Git and github
- CSS pseudo, class and pseudo element, box model
- CSS display, text, font, units, position properties
- Flex and grid layout
- Css transform, transitions and animations
- Media queries, css variables
- Bootstrap
- Intro to javascript
- to be continued...
Why JavaScript you may ask? Cause Technologies are always evolving at a fast rate
High level programming language
Adds interactivity
Dynamic behaviour to website: website different for every user
Allows developers to
- To manipulate
- To modify
- To respond to user actions
- To make elements interactive
- Event handling[click, hover, getting out, typing], allows a users to respond to these events
- Form submission, mouse movements
But am guessing you already know that... so here's really why!
JavaScript can build a website from start to finish both back to back and front to front once you under its core "like the human core"
FrontEnd
- React
- Typescript
- etc...
backEnd
- Node js(server side)
- Express js
- etc...
Static Vs Dynamic
Static
- All content is hard coded
- Content Remains the same for every viewer
- Less maintenance costs
- Limited user interaction
- Faster to load
Dynamic
- Content changes for every single User
- Not hard coded
- High maintenance
- High interactivity
- Slower to load
DEPTH of an ARRAY polyfill
"This rarely comes in interviews however if asked it will probably take half the interview round"
first of all first download a cheatcode to all polyfill Here now let expand in depth
DRY run on paper Please
but first let me take a deep breathe as i clone the night
let arr =
this particular page was built with html, css, bootstrap and some little javascript