GithubHelp home page GithubHelp logo

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

Josip Ceprnic's Projects

databasenormalisation icon databasenormalisation

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 compliance by decomposing tables and eliminating data redundancies to achieve 3NF.

findacoachapp icon findacoachapp

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 expertise and learning needs, ultimately assisting them in advancing their careers.

introtonodejs icon introtonodejs

Gaining experience in Node.js for high-performance web apps with SQL/MongoDB. Exploring the entire Node.js ecosystem, from SSR apps to REST and GraphQL APIs.

introtovue icon introtovue

Understanding the theory behind Vue.js and leveraging Vue.js in both Multi- and Single-Page-Applications

javaprogramming icon javaprogramming

Understanding Java fundamentals, MQTT, encompassing essential concepts like objects, classes, operators, and control flow. Understanding more advanced topics such as polymorphism, class reuse, and introducing the Spring Boot framework, offering valuable insights for constructing robust and scalable applications.

learningresourcesapp icon learningresourcesapp

Learning Resources App is a user-friendly web application developed using Vue.js, HTML, CSS, and JavaScript. It serves as a platform for sharing and accessing valuable learning materials to enhance knowledge and facilitate studying.

objectorientedprogramming icon objectorientedprogramming

An introduction to object-oriented programming, covering pointers and references, heap allocation, classes and objects, function and operator overloading, inheritance, polymorphism, virtual functions and abstract classes, static data and function members, friend classes and functions, templates, exceptions, STL containers and algorithms

onlinetrainingsystem icon onlinetrainingsystem

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 training goals.

picturevault icon picturevault

A simple app for storing and downloading pictures made in Node.js

sql_practicum icon sql_practicum

Defining concepts related to databases, analyzing primary keys and selecting the optimal one, analyzing a database and normalizing it to the required normal form, utilizing algorithms for processing key database parameters, solving requests in SQL and using basic functions of MS SQL Server.

studentenrollmentapp icon studentenrollmentapp

This student enrollment system is built using the Django framework, designed to facilitate the registration process for students, professors, and administrators. It allows students to sign up for courses, professors to manage their courses and administrators to oversee the entire system, manage user accounts, and handle any administrative tasks.

themonsterslayergame icon themonsterslayergame

A simple game created using Vue.js, HTML and CSS. Game is up and running thanks to Netlify's deployment.

unixprogramming icon unixprogramming

Developing scripts and programs and integrating them with the Linux shell. Utilizing the diverse range of command-line utilities available in Linux to perform various tasks efficiently. Applyng regular expressions to efficiently extract and manipulate data within a given dataset.

webuserinterfaceprogramming icon webuserinterfaceprogramming

Basic concepts, principles and procedures in the field of designing and creating user interfaces for websites. Using and applying methods, technologies and development frameworks for creating interactive user interfaces for websites on the client side.

whatsappbirthdaybot icon whatsappbirthdaybot

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

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.