Skip to content
View ferrancipres's full-sized avatar
๐Ÿ’ป
Full Stack Developer
๐Ÿ’ป
Full Stack Developer

Block or report ferrancipres

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
ferrancipres/README.md

I am a Full Stack Development with a passion for crafting clean and efficient code

๐Ÿš€ My academic journey in Aeronautical Engineering, Digital Marketing Specialist, and a Master's Degree in Software Development has sculpted me into a confident problem-solving enthusiast. I embrace proactivity and cultivate experiences that transform me into a dynamic team player with the versatility to work independently.

๐Ÿ‘จโ€โš–๏ธ In my role as a co-founder, I successfully contributed to the development and design of the interface for the Whatwedo app, achieving noteworthy results. During my master's degree at the Assembler Institute of Technology, where I recently completed my studies, I dedicated 7 months to intensive work on real projects. Throughout this program, I acquired and enhanced my knowledge in Typescript, ReactJS, NodeJS, and MongoDB, all of which are showcased on my GitHub profile.

I am eager to contribute my skills to a team, take on responsibilities, and engage in challenging e-commerce projects that leverage my dedication to perfection and effective work. I am not just looking to learn but also add significant value to the company and become a vital asset in the process. Iโ€™m currently learning everything. Let's build something amazing together! ๐Ÿ’ป๐ŸŒ

I am confident in my abilities and eager to connect with like-minded professionals to explore potential opportunities. Please feel free to send me a connection request to learn more about me.

๐Ÿ’ฌ What are my areas of interest and expertise? ๐Ÿ‘จ๐Ÿปโ€๐ŸŽค Software Development | ๐Ÿš€ E-commerce & Digital | ๐Ÿ“Š Data Analyst | ๐Ÿ•Š Graphic Design | ๐Ÿ‘จโ€โš–๏ธ Project Management | ๐Ÿ’ผ Business Development & Strategic Implementation.

Thank you for your time and consideration.

About me in code

interface developerProps {
   bornIn: string,
   pronouns: 'he' | 'him',
   highlyMotivated: boolean,
   developer: 'FullStack' | 'Front' | 'Back',
   code: string[],
   hobbies: string[]
}

const ferranCipres: developerProps = {
   bornIn: 'Barcelona ',
   pronouns: 'he' | 'him',
   highlyMotivated: true,
   developer: 'FullStack' | 'Front' | 'Back',
   code: ["Typescript", "React", "Javascript", "HTML", "CSS"],
   hobbies: ['trading', 'reading', 'eSports']
}

Languages + Frameworks:


Top Langs

Tools:


GitHub Stats:

ferrancipres GitHub stats

Pinned Loading

  1. ferrancipres ferrancipres Public

    This is my personal for README

    1

  2. Rick-Morty-API Rick-Morty-API Public

    TypeScript

  3. antonyoandrei/Calendar antonyoandrei/Calendar Public

    Group project for Assembler Institute with @ferrancipres, @miguelmayans and @ivanlomoro.

    CSS

  4. ivanlomoro/SoundSphere ivanlomoro/SoundSphere Public

    Frontend for the SoundSphere project made for Assembler Institute of Technology.

    TypeScript 2