Git Product home page Git Product logo

backend-js-ts-unidad-6's Introduction

Programación backend con JavaScript y TypeScript

Topics 📝

📂 This repository contains the topics about backend programming, JavaScript and TypeScript (Unit-06):

  1. Programación Orientada a Objetos: concepto, principios, elementos básicos.
  2. Generalidad de JavaScript: sintaxis básica, operadores, tipos de datos, funciones, clases, objetos.
  3. Tratamiento de errores: try-catch, try-finally, throw.
  4. Expresiones regulares: concepto, sintaxis de expresiones regulares.
  5. JSON: concepto, sintaxis.
  6. Servicios web: concepto, APIs.
  7. Cheatsheet API.
  8. Rest API basics.
  9. TypeScript: sintaxis basica, operadores, tipos de datos, etc.
  10. DOM: definición y casos básicos de ejmplo.
  11. AJAX: concepto, uso, etc.
  12. jQuery: concepto, uso, etc.
  13. Single Page Application.

📎 Each topic has a presentation to review. Please see the presentations in the repository.

Exercises 📓

💻 Exercise 01 - Punto: encapsulación, herencia y polimorfismo.

🔗 Follow this repository. You can find the code about "encapsulamiento, herencia y polimorfismo"

  • Class Punto
  • Class PuntoTiempo extends Punto
  • Class Punto3D extends PuntoTiempo

💻 Exercises 02 - Figura: encapsulamiento, herencia y polimorfismo.

🔗 Follow this repository. You can find the code about "clase abstacta, encapsulamiento, herencia y polimorfismo"

  • Abstract Class Figura
  • Class Triangulo extends Figura
  • Class Circulo extends Figura
  • Class Rectangulo extends Figura
  • etc.

💻 Exercises 03 - JavaScript básico.

🔗 Follow this repository. You can find codes, examples, explanations and exercises about:

  • Variables
  • Tipos de datos
  • Operadores
  • Funciones
  • Clases
  • Objetos
  • Arrays
  • etc.

💻 Exercises 04 - JavaScript programación avanzada.

🔗 Follow this repository. You can find codes, examples, explanations and exercises about:

  • Tratamiento de errores
  • Expresiones regulares
  • Arrow functions

💻 Exercises 05 - JavaScript web.

🔗 Follow this repository. You can find codes, examples, explanations and exercises about:

  • JSON
  • DOM
  • AJAX
  • jQuery
  • API

💻 Exercises 06 - Typescript.

🔗 Follow this repository. You can find codes, examples, explanations and exercises about typescript.

Interesting links ✔️

About :octocat:

👽 Author: presentations were made by Norbey Danilo Muñoz Cañón. Some presentations have material taken from peers and teachers. Thanks to them for making the knowledge and material universal.

😺 Ack: presentations contain notes from the web, books and content from authors who make their material and knowledge freely available on the web.

📘 Thanks!

🐦 "My impression is that a really, really high-order concern for the whole development community is interoperability and consistency."

backend-js-ts-unidad-6's People

Contributors

norbeydanilo avatar

Stargazers

Alejandro Rey Vera avatar

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.