Canvas intro

Canvas is a graphic API, it draws graphics via script. live example https://codepen.io/roladh/ The path is not actually drawn until you call stroke() . Understanding the canvas grid: 1 unit on the grid is equal to 1 pixel on canvas. The origin position (x,y) is  (0,0) top left corner and all the elements are placed relative to... Continue Reading →

HTML first step

HTML (Hyper Text Markup Language) is a markup language for describing web pages First we have to know is the basic page structure markup

Get into front end development

Being a front end developer is about creates websites, make it functional, interactive, with a good visual design, make it responsive for any device and fast to load any data. You need skills programming html with javascript and css to start and then you have to learn new technologies, frameworks and tools to make a... Continue Reading →

Create a website or blog at WordPress.com

Up ↑