Skip to content
View larts85's full-sized avatar
🧠
Creating neural connexions 🀯
🧠
Creating neural connexions 🀯

Block or report larts85

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
larts85/README.md

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

Pinned Loading

  1. lianelartiles lianelartiles Public

    This is my personal webSite / Portfolio and was created with React.

    JavaScript 1

  2. Wallet-Native Wallet-Native Public

    Forked from Cristovk/Wallet-Native

    Wallet with Firebase and React-Native

    JavaScript 1

  3. fast-shopping-client fast-shopping-client Public

    JavaScript

  4. Fitness-Shop Fitness-Shop Public

    Forked from BryanCPineda/Ecommerce-Cyber-Fitness

    JavaScript

  5. argenclima argenclima Public

    JavaScript

  6. Basic-Node-and-Express-FCC Basic-Node-and-Express-FCC Public

    Free Code Camp - Basic Node and Express

    JavaScript 1