Created
May 8, 2020 01:43
-
-
Save felipsbreno/86f3c44a57f762ac98c93a511d751cf2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| verde color: rgb(0, 138, 16) | |
| background: rgb(52, 67, 77) | |
| font my site: font-family: 'Press Start 2P', cursive; | |
| @import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&family=Press+Start+2P&display=swap'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export const weekBio = { | |
| title: "About Me", | |
| biografy: "I am young and simple guy who is discovering that dev world. Passionate about programming, I am always looking for a new idea or a reason to be in front of my note writing lines of code I tried to but I am not studying like this to increasingly master NodeJS, ReactJS techs until React Native .. .even who knows how to open my business 😅 more so I am still ... a simple guy who writes some codes there", | |
| }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export const carrer = { | |
| work: "Electronics Technician", | |
| company: "Ahgora Sistemas", | |
| startDate: "18/02/2019", | |
| endDate: "Until now" | |
| }; | |
| export const formed = { | |
| formed: "Industrial Automation", | |
| start: "10/04/2017", | |
| conclusion: "18/12/2018" | |
| }; | |
| export const studying = { | |
| studying: "Systems Development Analysis", | |
| startDate: "10/02/2019", | |
| endDate: "Until now", | |
| institution: "Senai CTAI" | |
| }; | |
| export const coder = { | |
| title: "Complete Modern Web Course with JavaScript", | |
| description: "In this course I learned about end-to-end Web development, so that I can build an application with the main technologies on the market. I learned Javascript, which is today the language of today, several companies are migrating their bases from PHP, Python and others to have their bases completely made in javascript. You will also learn Node, the latest features of HTML and CSS, Gulp, Webpack, jQuery, Bootstrap, React (Technology used by one of the largest companies in the world, Facebook), Angular, Vue JS, ExpressJS, MySQL and MongoDB.", | |
| institution: "Cod3r Online Courses", | |
| url_certificate: "https://udemy-certificate.s3.amazonaws.com/pdf/UC-e44216b0-f240-4edb-865d-9b74de330bba.pdf" | |
| }; | |
| export const nodeapi = { | |
| title: "Basic API course with NodeJS, Mongodb and Express", | |
| description: "In this basic course I learned how to create API's with nodejs + express + mongo. In this course learn basic concepts of node.js with express and mongodb, such as creating endpoints, routes, database (with modeling using mongoose), encryption using bcrypt, authentication using jwt (jsonwebtoken), a little bit of async await from javascript, in addition to appropriate http status codes for API responses. You can also learn some tricks and good javascript practices.", | |
| teacher: "Diego Penteado", | |
| url_certificate: "https://udemy-certificate.s3.amazonaws.com/pdf/UC-ce9fbace-c3d2-41d6-85c4-30be12f2849d.pdf", | |
| }; | |
| export const ninja = { | |
| title: "JavaScript Ninja Course", | |
| description: "The objective of this course is to teach JavaScript for REAL! If you have been trying to study on your own for a long time, but cannot understand this beautiful language, this course is for YOU! The main idea of the course is to give a Ninja Training, so that the student leaves with all the necessary knowledge to manage with the language alone, without depending on libraries or frameworks.", | |
| teacher: "Fabiano Daciuk", | |
| url_certificate: "https://udemy-certificate.s3.amazonaws.com/pdf/UC-41a8b534-9441-4f7f-a2d2-9bdbd56579c5.pdf" | |
| }; | |
| export const rocket = { | |
| title: "OmniStack Week 11", | |
| description: "This week I learned how to build an application where NGOs can find volunteers to help in certain cases involving injured animals, this application was built using the JS stack. On the backend I used NodeJS, on the front ReactJS, on the mobile React Native on DB Sqlite3.Thus applying the knowledge already acquired.", | |
| institution: "Rocketseat", | |
| url_certificate: "https://storage.googleapis.com/golden-wind/semana-omnistack-11/[email protected]" | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment