Skip to content
View GoldenKacper's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report GoldenKacper

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

Hi 👋, I'm Kacper Jagodziński

A passionate developer from Poland

My favorite languages and the ones I am best at are cplusplus and python

goldenkacper

goldenkacper

  • 👯 I’m curently finishing work on Intelligent State Detector

  • 🌱 I'm curently learning Machine Learning and MLOps

  • 🌲 I last learning Neural Networks, C and C#

  • 💻 I am planning to make a project in Python, the topic is to make it easier to apply for various positions using a list of popular websites

  • 🔭 I’m recently working on Concurrent-Programming

  • 👨‍💻 All of my projects are available on This profile

  • 📫 How to reach me kacperjagodzinski@op.pl

  • 📄 Know about my experiences: I am looking for my first programmer job

  • ⚡ Fun fact I was lucky enough to have found something I like since I was a child, and this passion turned out to be programming. Some time has passed, about 10 years, and I am still developing in the direction that I like

Languages and Tools:

c cplusplus csharp git java mysql python sqlite

goldenkacper

 goldenkacper

goldenkacper

Short about me:

I have been passionate about programming for a long time, it started with writing websites in HTML and CSS, then C # and C ++, up to studies where we tried many different languages and environments. Sometimes in my free time I do my projects or devote it to study programming. My two favorite languages are C++ and Python, I feel good and I like coding in them. On a daily basis, I try to reconcile my studies, work and private life with the addition of implementing my own projects. During the holidays I read a book about clean code and also looked at a website that showed how to improve my python programming skills. It took a few weeks, but I don't regret it, I had the opportunity to use the acquired knowledge in practice and I feel that the quality of the software I created has increased significantly.

Connect with me:

21688890 kacper jagodziński

Projects:


Logo

1)

My first large C++ project done entirely by me is: https://github.com/GoldenKacper/Garden-Shop.git
This is software for a gardening store. At that time, this project turned out to be quite an undertaking and allowed me to complete a milestone on my path as a programmer. I gained a lot of theory which I tried to put into practice. Thanks to it, I learned, among other things:
  • object-oriented approach in C++
  • using libraries
  • git support
  • writing CMakeLists
  • writing unit tests

and many others, which are described in more detail in the readme.md of this project on github. I made it a year ago, since then I have caught a lot of mistakes I made in it, I have learned a lot since then.

Logo

2)

A project currently being written in C# by the duo: https://github.com/GoldenKacper/Concurrent-Programming.git
It was born out of a desire to learn concurrent programming. The idea of ​​the project itself is very simple, it is simply balls bouncing off the walls and each other, but it provides a lot of scope for learning various programming techniques. The most important things I learn while working on this project are:
  • concurrent programming
  • multithreaded programming
  • asynchronous programming
  • use of the critical section
  • making window applications
  • using the MVVM pattern

I describe more benefits of this project in the readme.md file.

Logo

3)

The desire to learn and develop towards artificial intelligence resulted in the creation of this project: https://github.com/GoldenKacper/ISD
Intelligent State Detector is a project in which, as a group of 4 people, we try to make a device that will enable the examination of the state of the user who wears it. For this we use a neural network that I created and implemented in C without using libraries. Detailed plans for the network and the entire project are in the GitHub repository. I gained knowledge in the field of:
  • Operations of neural networks
  • Forward propagation
  • Backpropagation
  • mathematics
  • C programming

Apart from the theory itself, which I had to master to perfection, including mathematics, I also learned to use this knowledge. It is worth noting that the project is still in the production phase, but the neural network has already been written.

Pinned

  1. ISD ISD Public

    Intelligent State Detector

    C 1

  2. Concurrent-Programming Concurrent-Programming Public

    Bouncing balls!

    C# 1

  3. Component-Programming Component-Programming Public

    Java

  4. Garden-Shop Garden-Shop Public

    Software for a garden shop with a user interface used to operate the store

    C++ 1