Skip to content

Instantly share code, notes, and snippets.

View Jossdz's full-sized avatar
🎮
working at TeamLiquid.

Jose Carlos Correa Jossdz

🎮
working at TeamLiquid.
View GitHub Profile
import React from 'react'
import styled from 'styled-components'
import { graphql } from 'gatsby'
import Section from '../style/Section'
const H0 = styled.h1`
font-size: 2.5rem;
color: white;
`
import React from 'react'
import styled from 'styled-components'
import { graphql } from 'gatsby'
import Section from '../style/Section'
const H0 = styled.h1`
font-size: 2.5rem;
color: white;
`
import React from 'react'
import styled from 'styled-components'
import { graphql } from 'gatsby'
import Section from '../style/Section'
const H0 = styled.h1`
font-size: 2.5rem;
color: white;
`

José Carlos Correa

Fullstack javascript

jossdz

José Carlos correa es un desarrollador fullstack e ingeniero en sistemas computaciones que creció alrededor de las comunidades de desarrolladores en la ciudad de México, siempre interesado por aprender y compartir conocimiento de las tecnologías de vanguardia. Especializado en tecnologías front-end y experto en react para desarrollo web y movil.

@Jossdz
Jossdz / check.md
Last active July 9, 2021 06:55
Revisión del Prework en español.

fbdc

José Carlos Correa

In my student days I always had the ability to support and teach my classmates how to solve the problems and tasks of the university, but I always worried who could help me. That's how little by little I went out to explore the city and the development meetings despite studying and living so far away. The people of the industry began to recognize me as someone passionate, that is why they invited me to learn and collaborate. Facebook and Devf gave me the opportunity to study frontend development with angular, but what I really wanted to learn was React, a technology that only a few knew at the time. Searching between communities, I discovered Facebook developer circles. I met amazing people who were willing to support you, including Miguel, who was my mentor for a few months and helped me learn

@Jossdz
Jossdz / Plan.md
Last active March 9, 2019 00:42
Curso profesional de Gatsby - Platzi

Curso de Gatsby - Platzi

Bio


José Carlos Correa (Joss)

Mi nombre es José Carlos Correa pero todos en la industria tech me conocen como Joss, soy un ingeniero en sistemas computacionales y desarrollador fullstack que en sus inicios como estudiante se encontraba insatisfecho con la información y contenido del sistema educativo público. Es por eso que en mis primeros años de carrera, opté por buscar que es lo que estaba haciendo la gente que creaba los productos web actuales y que herramientas utilizaba para ello, Me encontré con las comunidades de desarrollo del IPN y en ese entonces 'Mejorando.la'.

React | UI components librarie’s ANTD

Learning goals:

After this lesson you will be able to:

  • You can explain what a component library is and how different it is from a style library.
  • Add and configure a component library.
  • Use and setup a component of antd library
@Jossdz
Jossdz / asyncawait.md
Last active August 16, 2019 21:32
TOPSECRET

JS | Async - Await

Learning Goals

After this lesson you will be able to:

  • Understand the javascript asynchrony history.
  • Understand why async/await it’s important.
  • Explain the difference between old asynchrony handling and async-await.
  • Solve pending promises with async-await.
@Jossdz
Jossdz / asyncawait.md
Created September 2, 2019 16:17
async v1

JS | Async - Await

Learning Goals

After this lesson you will be able to: ​

  • Understand javascript's asynchrony history.
  • Understand why async/await it's important.
  • Explain the difference between old asynchrony handling and async-await.