About me
jair@jair-System-Portafolio:
$
Welcome:
I'm full-stack developer, i really like... 1.5Wait a minute, do you know what that is, or not?
'Full-stack developer'. Let's see, i'll explain:
The full-stack developer is a developer who works on both the front-end and back-end of a website,
software or application, that is: it is both on the part of the client and users as well as on the server.
(or in theory it should be).
In addition to that, add that I am a proactive person, an excellent teammate,
organized and responsible.
I really enjoy learning new things,so my goal is to have a challenging and dynamic
position wherever I am.
with challenges that put me under pressure and exploit my abilities to the fullest.
Sounds good, doesn't it?
I like technology too much, I am passionate about learning new things,
I feel great passion for creativity and imagination, I seek every day to
improve the things I do and I strive to be very perfectionist
both in my work and in my personal life.
Some projects carried out
Technological skills

HTML 5
Its acronyms come from 'HyperText Markup Language'. This markup language allows us to create the basic structure (or body) of a website through tags. The number five (5) refers to the version in which is currently. All the titles, paragraphs, forms, videos, among many more things we have them thanks to this wonderful language.

CSS
CSS it is a style language. Its acronyms also have a meaning 'Cascading StyleSheet'. Surely you'll know what the number three means (3), true? Exact! Its current version. This language of styles allows us... well, to give styles to the body of our website. It's HTML makeup. All the design of a site is directly related to this language.

JavaScript
Blessed JavaScript! It's a programming language that allows us to add, remove, apply animations or effects to the components of our site. It is the perfect tool to make dynamic and very attractive websites linked to CSS and HTML. Over time it has evolved exponentially and right now it's absolutely necessary to know if you want to be a web developer.

React
React helps you create engaging user interfaces
in a simple way. Design multiple views for each state
in your application, it also takes care of updating and rendering
efficiently the correct components when the data changes.
Since the component logic is written in JavaScript and not in templates,
you can easily pass data through your application and keep
the state outside the DOM.

Sass
Like CSS, it's a language of styles that over time has been spreading. However, it's not the "CSS competition" but quite the opposit. The sass style language must then be translated into CSS. You can ask: "What's the use then?". Sass allows us to write CSS code much easier, faster and also facilitates tools that CSS alone can not give you despite using the same attributes. Is very, VERY, V-E-R-Y used.

Node_Js
Node.js was created by the original developers of JavaScript. They turned it from something that could only run in the browser to something that could be run on computers as if applications independent in question. Thanks to Node.js you can go one step further there in the programming with JavaScript not only creating websites interactive, but having the ability to do things that others scripting languages like Python can create.