GithubHelp home page GithubHelp logo

Hi there, I'm Carlos Hi There!

Front-end developer jr. 👨‍💻

Welcome to my profileHi There!

Programming language

Framework and library

Databases and Open source




  • 🌎 I'm from Cândido Mota/SP/Brazil.
  • 😄 I really like to learn.
  • 🏦 Working at EDT Consultoria TI
  • 📚 Currently studying ReactJS and Angular.
  • 💻 Languages: HTML, CSS, JavaScript and looking forward to learn even more!
  • 🔧 Tools: Visual Studio Code, GitHub.
  • 🎮 I like to play video games.
  • Action Figure Collection.

👉👨Social networks

Sites


🔨Professional experience

Experience


  • 🏦 EDT Consultoria em TI Assis - São Paulo.

  • 🏦 Flex Smart Chapecó - Santa Catarina.

  • 🔨 Front-end Programmer Angular Development.
  • 👍 Joined September / 2021

  • 🔨 Computer support technician.
  • 👍 Joined February / 2021
  • Departure August / 2021.

  • 🏦 Lima Software Cândido Mota - São Paulo.

  • 🔨 Software Vendor.
  • 👍 Joined September / 2017.
  • Departure March / 2018.

💻 Command click

Lista de Comando para usar no Prompt de Comando. 👊 ✔️

Instalando Expo.

Estalação expo modo global: npm install -g expo-cli exp

Criando um Projeto: expo init nome do projeto

Executar a aplicação: expo start


Instalando React.

Criando Projeto React:

Estalação expo modo global: npm install -g create-react-app

Criando um projeto: create-react-app meu-projeto

Executar a aplicação: yarn start

OBS:

No browsers React vai estar no (localhost:3000) apos ser executado


Instalando React Native.

Instalar Chocolatey: choco install -y nodejs.install openjdk8

Instalar Android Studio: ("https://developer.android.com/studio")

Obs:

Algumas configurações específicas que tem ser feitas dentro do Android studios recomendo ver a documentação ("https://reactnative.dev/docs/environment-setup")

Instalar React Native cli modo global: npm install -g react-native-cli

Verificar a versão estalada: react-native -v

Criando um Projeto: npx react-native init nome do projeto

Executar a aplicação: npx react-native start ou npx react-native run-android


Instalando Angular.

No momento a versão estavel do Angular 10.2.0

Instalar Angular modo global: npm install -g @angular/[email protected]

Criando um projeto: ng new nome do projeto

Executar a aplicação: ng serve

**Bootstrap para Angular. npm install ngx-bootstrap bootstrap --save

Angular json. "styles": [ "../node_modules/bootstrap/dist/css/bootstrap.min.css", "styles.css" ],

Código html Bootstrap 3.0. ("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet")

Código html Bootstrap 4.0. ("https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet")

OBS:

No browsers Angular vai estar no (localhost:4200) apos ser executado


Instalando json server.

Instalar json server modo global: npm install -g json-server

Após a instalação entre na pasta do projeto e execute.

Executando json-server --watch db.json (obs: lugar do db é nome do seu arquivo json)

OBS:

No browsers json vai estar no (localhost:3000) apos ser executado

Carlos.Inhani's Projects

Carlos.Inhani doesn’t have any public repositories yet.

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.