Skip to content
View Cepa95's full-sized avatar
Block or Report

Block or report Cepa95

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
Cepa95/README.md

Hi there, I'm Josip!

Typing SVG

Jokes Card

About me

const AboutMe = {
  name: "Josip",
  education: {
    university: "University of Split",
    degree: "Master's degree in Philosophy and History",
    year: "3rd year"
  },
  programmingSkills: ["C", "C++", "Python", "JavaScript", "Java"],
  additionalSkills: ["Microsoft SQL Server", "Vue.js", "Node.js", "Django", "Spring Boot", "HTML", "CSS"],
  passion: "exploring different areas of computer science and learning new programming languages",
  interdisciplinaryApproach: true,
  interests: ["Technology", "Humanities", "Social and cultural challenges"],
  proficiency: {
    languages: ["C", "C++", "JavaScript", "Java", "Python"],
    level: "intermediate"
  }
};

(() => {
  const { name, education, programmingSkills, additionalSkills, passion, interests, proficiency } = AboutMe;

  const profile = `
Hello, world! 👋

My name is ${name}, and I'm currently in my ${education.year} of studying programming at ${education.university}.
I'm passionate about ${passion}.
With my ${education.degree}, I bring a unique perspective to programming, emphasizing the intersection between technology and humanities.

Programming skills:
${programmingSkills.map(skill => `- ${skill}`).join('\n')}

Additional skills:
${additionalSkills.map(skill => `- ${skill}`).join('\n')}

Proficiency level: ${proficiency.level}

Interests:
${interests.map(interest => `- ${interest}`).join('\n')}

Feel free to reach out to me if you want to collaborate on any exciting projects or discuss interesting ideas!

Thank you for visiting my profile. Have a great day! 😄`;

  console.log(profile); 
})();

Skills

Links

Portfolio LinkedIn

Oh no, a snake is eating my contributions

Cepa95

Pinned

  1. ComponentKingdom ComponentKingdom Public

    The goal of Component Kingdom is to provide users with a convenient platform for browsing and purchasing a wide variety of computer components online. It aims to enhance the shopping experience by …

    C#

  2. OnlineTrainingSystem OnlineTrainingSystem Public

    The primary objective of this application is to facilitate the connection between clients and coaches in a mutually beneficial way. It helps coaches and clients to achieve their fitness and trainin…

    Java

  3. DataStructuresAndAlgorithms DataStructuresAndAlgorithms Public

    Overview of important programming concepts and essential algorithms related to data structures

    C 2

  4. FindACoachApp FindACoachApp Public

    FindACoachApp is a single-page web application developed with Vue.js. It functions as a coach booking application, enabling users to discover the most suitable coach based on their areas of experti…

    Vue

  5. DatabaseNormalisation DatabaseNormalisation Public

    Database normalisation and implementing primary key, Boyce-Codd normal form (BCNF) and third normal form (3NF) concepts. The code included functionalities for defining primary keys, ensuring BCNF c…

    Python

  6. WhatsappBirthdayBot WhatsappBirthdayBot Public

    A simple WhatsApp bot which sends automated birthday messages and images to your contacts on their special day

    Python