Code Monkey home page Code Monkey logo

web-development's Introduction

Web Development & Creation

We are trying to boil up web creation & development process to reduce it to the essential. [Advertising] www.phpninja.es Web Repair, Bug Fixing and Maintenance Services.

¿What is a website? ¿How we make them? Our objective is to generate new knowledge by reviewing the essentials, and use that new knowledge to improve web development process and website creation.

What is a Website?

A website is anything that can be interpreted by a browser.

  • HTML, CSS, JS & TEXT
  • Desktop x Mobile Devices x Tablets x Browsers x Versions
  • Not persistent.
  • Paradigm: API <> Front (newer).
  • Paradigm: All server side rendered (old) WordPress*.
  • Simulate Persistency: Local Storage + Server backend + real time data
  • Events happening: sync / async
  • UI [Sync]
  • [Async] Observables https://github.com/sindresorhus/awesome-observables#readme

Why humans visit websites?

  • Get information (any kind)
  • Accomplish a task or goal (including ecommerce)
  • Entertainment (News, Games and Porn)

What adds value?

  • LIST (DATA)
  • SEARCH (DATA)
  • FILTER (DATA)
  • SHARE (DATA)
  • UPLOAD (FILES)
  • DOWNLOAD (FILES)
  • ADD / EDIT / UPDATE / REMOVE (DATA)
  • Data Insights, Knowledge

What improve a website?

  • Information architecture

Browser

A browser is anything that can interprete HTML. A modern browser can include and evaluate JS files and render CSS rules.

DATA

  • External / Internal source
  • Payloads: Formats. Json / xml / even rendered html.
  • Fixtures
  • Mocks

Server part

  • HTTP Server
  • HTTPS
  • HTTP Status Codes

Design / Content

  • Content Scanning, heat maps
  • Elements: Position & Size
  • Hierarchiy & Taxonomy: Information architecture

The experience from user's viewpoint: Device + Browser + Website

How we make Websites?

Strategies

Writing META HTML -

  • Head
  • Metas

Writing HTML - Structure content

  • From Server side
  • From Javascript
  • Hardcode
  • HTML can exist without CSS and JS. Needs a browser to run.

Writing CSS - Showing information with style

Writing Javascript - UI Interactions and cool effects

Assets

  • Images, Fonts, Icons

Development Cycle

  • Builds
  • Git
  • Jenkins
  • Automatic Tests
  • Deploy

Quality Assurance

  • UI interactions
  • Responsive ?
  • Errors in Console. Not monitored real time.
  • Errors in UI or CSS. "Need the human to review".

Security

How we learn Web Development?

  • By doing
  • Online Sources: Courses and Reference.

Questions?

  • Is web evolution progress? How to measure real progress.
  • Important KPIs for Web development

References

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.