๐ 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.
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']
}