Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lindotex/udemy-desenvolvimento-web-2022

Meu Diretório do Curso Udemy
https://github.com/lindotex/udemy-desenvolvimento-web-2022

apache bootstrap css ecmascript6 html ionic javascript jquery mariadb mysql php sublime-text vscode wordpress

Last synced: about 3 hours ago
JSON representation

Meu Diretório do Curso Udemy

Awesome Lists containing this project

README

        


Computador iuriCode

course Desenvolvimento Web Completo 2022 - 20 cursos + 20 projetos
Authors: Jamilton Damasceno e Jorge Sant Ana


Technologies that I've Learned



sublime
visual Studio
github


html
css
bootstrap


js
angular
php


sql
apache
mariaDB
jquery
json


sass
ionic

wordpress




w3c


Course Program


Criar aplicações WEB: Do front ao back-end e banco de dados com HTML5, CSS3, BootStrap 4, JS, ES6, ES7, PHP 7, OO, MySQL, JQuery, MVC, API, IONIC e Wordpress.
Integrar as principais tecnologias Web através de projetos reais. Tudo na prática!
Como tornar suas habilidades em desenvolvimento web uma atividade remunerada, trabalhando de onde quiser.
Criar aplicações Mobile conectadas a aplicações WEB utilizando a tecnologia IONIC.





  • [x]

    HTML Program



    • [x] Headers

    • [x] Lists

    • [x] Images

    • [x] Links

    • [x] Tables

    • [x] Forms

    • [x] Nav

    • [x] Footers

    • [x] Articles

    • [x] Sections

    • [x] Aside




  • [x]

    CSS Program



    • [x] Selectors

    • [x] Div & Span

    • [x] Colors

    • [x] Box Model

    • [x] Float Elements

    • [x] Positioning

    • [x] Text Decoration

    • [x] Formatting Links




  • [x]

    Advanced CSS Program



    • [x] Heritage

    • [x] Specificity

    • [x] Vertical and Horizontal Navbar

    • [x] Tabs

    • [x] Liquid Layouts

    • [x] Parallax Effect

    • [x] Customized fonts




  • [x]

    Advanced CSS Program



    • [x] Normalize CSS

    • [x] Border Radius

    • [x] Gradient

    • [x] Shadows

    • [x] Animations

    • [x] Transition

    • [x] Flex box

    • [x] CSS Grid




  • [x]

    Bootstrap Program



    • [x] Installing Bootstrap

    • [x] Responsively

    • [x] Text Manipulation

    • [x] Align Manipulation

    • [x] Colors Manipulation

    • [x] Media Queries Manipulation

    • [x] Buttons

    • [x] Navbar

    • [x] Lists

    • [x] Inputs

    • [x] Alerts

    • [x] Tables

    • [x] Cards

    • [x] Grid Proprieties

    • [x] Flex box




  • [x]

    JavaScript Program



    • [x] Variables

    • [x] Arrays

    • [x] Conditionals

    • [x] Comparison Operators

    • [x] Logical Operators

    • [x] Functions

    • [x] Events

    • [x] DOM Manipulation

    • [x] Loops Structures

    • [x] BOM




  • [X]

    ES6 and Updates Program



    • [x] Var and Let proprieties

    • [x] Object-oriented Programming Paradigm (OOP)

    • [x] Literal Objects

    • [X] Prototype Objects

    • [X] Rest ... Spread

    • [X] Destructuring Assignment

    • [X] Web Storage (Local Storage, Section Storage, Cookies, IndexDB, Web SQL)

    • [X] Array Functions

    • [X] App CRD Project

    • [X] Generators

    • [X] Promises

    • [X] ECMA 2016 (ES7)- Array.prototype.includes

    • [X] ECMA 2016 (ES7) - Exponential Operator

    • [X] ECMA 2017 (ES8) - Async/Await

    • [X] ECMA 2017 (ES8) - Object.value

    • [X] ECMA 2017 (ES8) - Object.entries

    • [X] ECMA 2017 (ES8) - Object.getOwnPropertiesDescriptors

    • [X] ECMA 2017 (ES8) - String padStart/padEnd

    • [X] ECMA 2018 (ES9) - Asynchronous iterations (Async&Await + inLoop)

    • [X] ECMA 2018 (ES9) - Promisse Finally

    • [X] ECMA 2019 (ES10) - Array Flat

    • [X] ECMA 2019 (ES10) - Array flatmap

    • [X] ECMA 2019 (ES10) - String trimStart(trimLeft)/trimEnd(trimRight)

    • [X] ECMA 2019 (ES10) - Object.fromEntries

    • [X] ECMA 2019 (ES10) - function toString

    • [X] ECMA 2019 (ES10) - Catch com parametro opcional

    • [X] ECMA 2020 (ES11) - Dinamic Import

    • [X] ECMA 2020 (ES11) - Operador de visibilidade Private

    • [X] ECMA 2020 (ES11) - Optional Chaining

    • [X] ECMA 2020 (ES11) - Promisse allSettled

    • [X] ECMA 2020 (ES11) - Nullish Coalescing Operator

    • [X] ECMA 2021 (ES12) - Logical Nullish assignment

    • [X] ECMA 2021 (ES12) - Logical OR Assignment

    • [X] ECMA 2021 (ES12) - Logical AND Assignment

    • [X] ECMA 2021 (ES12) - Numeric separator

    • [X] ECMA 2021 (ES12) - String Replace All

    • [X] ECMA 2021 (ES12) - Promise Any




  • [X]

    PHP Program



    • [X] Variables

    • [X] Arrays

    • [X] Conditionals

    • [X] Logical Operators

    • [X] Casting of types

    • [X] Arithmetical Operators

    • [X] Functions

    • [X] OOP in PHP

    • [X] Abstraction OOP

    • [X] Heritage OOP

    • [X] Polymorphism OOP

    • [X] Encapsulation OOP

    • [X] Interfaces

    • [X] Namespaces

    • [X] Try, catch, Finally, Throw

    • [X] Project - App Send e-mail




  • [X]

    MySQL Program



    • [X] CREATE

    • [X] DROP

    • [X] RENAME

    • [X] INSERT

    • [X] SELECT

    • [X] WHERE

    • [X] Filters with Comparative operators '>', '<', '=', '<=' & '>='.

    • [X] Filters with Logical operators AND & OR

    • [X] BETWEEN

    • [X] IN

    • [X] NOT

    • [X] LIKE ( % and _ )

    • [X] ORDER BY

    • [X] LIMIT & OFFSET

    • [X] MAX, MIN, AVG

    • [X] SUM e COUNT

    • [X] GROUP BY

    • [X] HEAVING

    • [X] UPDATE

    • [X] Delete

    • [X] TABLE RELATIONS

    • [X] PRIMARY KEY, FOREIGN KEY

    • [X] Exercício: Projeto Loja Virtual

    • [X] LEFT JOIN, INNER JOIN, RIGHT JOIN

    • [X] TABLE ALIAS




  • [X]

    AJAX Program



    • [X] About AJAX, XML and JSON

    • [X] Synchronous Requests

    • [X] Asynchronous Requests

    • [X] XML-Http Requests

    • [X] Loading

    • [X] Error Status Handler

    • [X] ajax.response

    • [X] Requisition State

    • [X] Status

    • [X] XML Notation

    • [X] JSON Notation

    • [X] XML to JSON Refactoring

    • [X] APP Address Seach




  • [X]

    PHP w/ PDO & MySQL Program



    • [X] Database Connection

    • [X] Executing SQL Instructions

    • [X] Fetch

    • [X] Fetch All

    • [X] Foreach

    • [X] SQL Injection

    • [X] Prepare Statement

    • [X] APP Lista de tarefas




  • [X]

    Deploy Program



    • [X] DNS

    • [X] Hosting

    • [X] InfinityFree Account

    • [X] cPanel

    • [X] FTP All

    • [X] PHP Configuration

    • [X] MySQL Configuration




  • [X]


    jQuery Program



    • [X] Adding jQuery to project

    • [X] Selecting and Manipulating HTML Elements

    • [X] Navigation Through Elements

    • [X] CSS Manipulation

    • [X] Introduction about Events

    • [X] Browser Events

    • [X] Mouse Events

    • [X] Keyboard Events

    • [X] Forms Events

    • [X] Other Events

    • [X] Special Effects (show(), hide(), fadeOut(), fadeIn(), slideUp(),...)

    • [X] Animations

    • [X] AJAX

    • [X] Serialize




  • [X]

    PHP MCV Program



    • [X] Architectural Patterns and Design Patterns

    • [X] Composer

    • [X] Routers

    • [X] Controllers

    • [X] Views

    • [X] Layout Models

    • [X] Vision

    • [X] Reusing Layouts

    • [X] Database Connection (PDO)




  • [X]

    Twitter Clone Project Program



    • [X] Intro - Using Mini-Framework

    • [X] User Authentication

    • [X] Timeline Generation

    • [X] Search bar

    • [X] Showing Tweets

    • [X] Follow and un-follow Function

    • [X] Pagination




  • [ ]

    API Manipulation Program



    • [X] Requests

    • [X] Routers

    • [X] HTTP Requests (psr7)

    • [X] Dependencies

    • [X] Middleware

    • [X] Answers

    • [X] Database

    • [X] Creating APIs




  • [X]

    SASS Program



    • [X] Alignment

    • [X] Variables

    • [X] Interpolation

    • [X] For

    • [X] While

    • [X] Each

    • [X] Functions

    • [X] Mixin

    • [X] Heritage

    • [X] Control Directives




  • [X]

    IONIC Program



    • [X] Components

    • [X] Buttons

    • [X] Data Entrance

    • [X] Grids

    • [X] Angular Fundamentals

    • [X] Data Biding

    • [X] Navigation

    • [X] Modeling

    • [X] App Gasolina




  • [X]

    WordPress Program



    • [X] Install

    • [X] Themes

    • [X] Customization

    • [X] Plugins

    • [X] Users

    • [X] Contacts

    • [X] Page Generator