Giter Club home page Giter Club logo

copy-text-to-clipboard's Introduction

Hi!๐Ÿ˜Š My name is Lianel, and i'm a FullStack Web & Mobile Developer formed in HENRY Academy.

PERSONAL SKILLS

My self-sacrificing, disciplined and responsible aptitudes were the main keys to walk through this difficult path of make myself a Developer. Also this tragic pandemic was in my case an opportunity to make true that dream of become a Professional of IT Sciences. I love teamwork and leadership, I like to improve and always give my best. Kind, empathetic and enthusiastic character. Passionate by foreign languages and solve technical problems. Experience in FullStack development of web and mobile applications. Also a specialist in Physical Culture, Sports and Massage therapy. Empirical skills, sales experience and much more when meeting me ๐Ÿ˜‰.

CURRICULUM

Here you are an extract of my resume, designed with some of my JavaScript knowledge.

/* ============================= myJavaScriptResume ============================= */
import * as technologies from "IT_World";
import { knowhow } from "My_Previus_Studies";

const myName = "Lianel";
const myLastName = "Artiles Sotolongo";
const myBirthday = new Date(1985, 8 - 1, 8);
const henry = { 
  languages: { programLanguages: [], markupLanguages: []  },
  frontendKnowledge: [], 
  backendKnowledge: [] 
};
let myBrainBlowUpWithHenry = henry;
const HenryBootCampReducer = (state = henry, technologies) => {
  switch (technologies.type) {
    case technologies.FRONTEND:
      return {
        ...state,
        frontendKnowledge: [ ...henry.frontendKnowledge, technologies.FRONTEND ],
      };
    case technologies.BACKEND:
      return {
        ...state,
        backendKnowledge: [ ...henry.backendKnowledge, technologies.BACKEND ],
      };
    default:
      return state;
  }
};
console.log( HenryBootCampReducer(henry, technologies) );
/*
  {
    languages: {
      programLanguages: [ "JavaScript" ],
      markupLanguages: [ "HTML", "CSS", "JSX" ],
    },
    frontendKnowledge: [ "LESS", "React Js", "React-Redux", "React Native", "Expo" ],
    backendKnowledge: [ "Node Js", "Express", "SQL", "Sequelize", "Firebase", "SQLite", "Postgres" ]
  };
*/
!myBrainBlowUpWithHenry  
  ? "My future would not be that promising :("
  : "I'm gonna rock the world (โยดโ—ก`โ)";
 
const tlbm = "technologies learned by myself";
 
export const imadev = {
  myName,
  myLastName,
  age: new Date().getFullYear() - myBirthday.getFullYear(),
  presentation: function () {
    return `My name is ${ this.myName } ${ this.myLastName } and I am ${ this.age } Years Old`
  },
  previusExperince: knowhow,
  ...henry,
  jobExperience: [
    { company: "REVAI", position: "FullStack Developer" },
  ]
};
 
imadev[tlbm] = [
  "MongoDB", "MySQL", "Styled-Components", "Figma", "TypeScript", "Next.Js", "GraphQL"
];

TECHNOLOGIES

FullStack โœ” โœ” โœ” โœ” โœ” โœ” โœ” โœ” โœ” โœ” โœ” โœ”
Languages JavaScript TypeScript
Frontend HTML CSS React Native React Js React-Redux React-Routing Next.Js Styled-Components Material UI Figma Tailwind CSS EJS
Backend NodeJs Express SQL Mongo Sequelize SQLite Postgres Mongoose Firebase GraphQL Contentful MySQL

MAIN PROJECTS

Here you are some of my projects:

FRONTEND PROJECTS

โœ” Porfolio:: (Hosted with GH Pages) Repository

โœ” Argenclima: (Hosted with Firebase)(React, Styled-Components) (External APIs consumed: Openweather, Wikipedia) Repository

BACKEND PROJECTS

โœ” LA-Motors: (Node Js) (Job application exercise)

โœ” FreeCodeCamp: (Express Js)

FULLSTACK PROJECTS

โœ” Moonbank: (Mobile Team Project)

โœ” Fast-Shopping-Cart: (Successful interview exercise) Client repository API repository

โœ” Fitness Shop: (Team Project refactored by me)

FullStack Developer Certificate

Henry Certificate

to be continue...

Activity

Contact me:

Gmail Badge Linkedin Badge Twitter Badge Github Badge

copy-text-to-clipboard's People

Contributors

bendingbender avatar chinchang avatar fregante avatar haraldson avatar jgierer12 avatar madneal avatar matt-jensen avatar prichodko avatar richienb avatar sindresorhus avatar

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.