Skip to content
View galembeck's full-sized avatar
Learning everyday...
Learning everyday...

Highlights

  • Pro

Organizations

@esx-organization
Block or Report

Block or report galembeck

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
galembeck/README.md

Pedro Galembeck

Computer engineer student at @PUC-Campinas.

Instagram Badge Linkedin Badge Gmail Badge

Passionate about the main web & mobile development technologies, especially front-end, focused on learning more and more.

My first contact with the different programming languages ​​was, initially, with Java focused on creating plugins for Minecraft, later migrating to JavaScript and Lua (FiveM resources). After some time, I discovered web & mobile development using React and TypeScript introduced by @Rocketseat.

Currently, frequently using Next/Vite and TypeScript. I´m also studying NodeJS.

Pinned

  1. VSCode Settings (updated) VSCode Settings (updated)
    1
    {
    2
      "workbench.startupEditor": "newUntitledFile",
    3
      "editor.fontSize": 16,
    4
      "window.zoomLevel": 1,
    5
      "editor.lineHeight": 1.8,
  2. capputeeno capputeeno Public

    This repository contains the solution to Rocketseat's frontend challenge called "capputeeno", which is an e-commerce page.

    TypeScript 1

  3. ThemeContext.tsx ThemeContext.tsx
    1
    import { createContext, ReactNode, useEffect, useState } from 'react'
    2
    
                  
    3
    type Theme = 'light' | 'dark';
    4
    
                  
    5
    type ThemeContextProviderProps = {
  4. ScreenValidation ScreenValidation Public

    "ScreenLobby" é um plugin que cria um menu com utilidades do lobby da Rede Screen, com o intuitito de estudar a linguagem Java.

    Java 1