Giter Club home page Giter Club logo

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

Lianel Artiles Sotolongo's Projects

beginner-html-site icon beginner-html-site

A simple one page website created to help complete beginners learn HTML basics. This example is built up over the course of https://developer.mozilla.org/en-US/Learn/Getting_started_with_the_web/HTML_basics

instrument-example icon instrument-example

An example application used in my series of videos about Cypress and code coverage

la-motors icon la-motors

Ejercicio de postulaciΓ³n para el puesto de Desarrollador Junior

larts85 icon larts85

Welcome! This is my presentation at GitHub as developer, hope you like it, πŸ€—

lianelartiles icon lianelartiles

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

node-passport-mongo-auth icon node-passport-mongo-auth

This is a simple React Project for practice authentication with passport and get started at the same time with MongoDB and mongoose.

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.