BeginningToJournaling

Hi, my name is Marek, and I'm a self-taught developer with a deep passion for computer science and a keen interest in cybersecurity. Welcome to my personal blog, where I chronicle my journey, share my thoughts, and offer insights that I hope will inspire others as many blogs have inspired me. Happy reading!

If you have any feedback for me please contribute it here: Leave a feedback

const myDescription = {
  name: "Marek Kamyk",
  age: 30,
  codingExperience: "2 years",
  motivationLevel: "10/10",
  languages: { 
    Polish: "Native",
    English: "Fluent",
    German: "Intermediate",
    Spanish: "Beginner"
  },
  programmingLanguages: {
    PHP: "Experienced",
    JavaScript: "Intermediate",
    TypeScript: "Intermediate",
    C++: "Beginner",
    HTML_CSS: "Experienced",
    SQL: {
      MySql: "Intermediate",
      PostgreSQL: "Intermediate"
    },
    Bash: "Beginner",
    OCaml: "Beginner",
    Python: "Beginner",
    Java: "Beginner",
    Kotlin: "Beginner"
  },
  hobbies: [
    "Computer Science and Networking",
    "Cybersecurity",
    "Math and Astronomy",
    "Playing instruments like guitar and piano",
    "Music",
    "Gaming",
    "MotoGP (Marc Marquez is my favorite since Valentino Rossi left)",
    "Skateboarding and Snowboarding",
    "Travelling",
    "Reading"
  ],
  pet: {
    type: "Yorkshire Terrier",
    name: "Diego",
    age: 3
  },
  vehicles: {
    car: {
      type: "Toyota",
      model: "Corolla Verso",
      year: "2005",
      horsepower: 177
    },
    planningToBuy: {
      car: {
        type: "Toyota",
        model: "Rav4",
        year: "2018",
        horsepower: 218
      },
      motorcycle: {
        type: "Yamaha",
        model: "R1",
        year: "2020",
        horsepower: 198
      }
    }
  }
};

console.log(myDescription);
  

[UPDATE]
I'm excited to update my main page to share the news that I've landed a job as a Full Stack Developer, working in a completely new programming language for me. It's an incredibly fulfilling experience! Initially, I was offered a 3-month trial contract to see if I could deliver value for my employer. However, it quickly became clear that programming is something I'm truly skilled at, and my ability to type quickly without looking at the keyboard proved to be a great asset. Now, I've been offered a one-year contract, and who knows what exciting opportunities might come next!

Let me know if you'd like further adjustments!
[/UPDATE]
[OLD]
I'm currently on the hunt for my first computer science job and couldn't be more excited about this phase of my career.
[/OLD]
At the moment, I'm developing an application that displays data from the online video game Dota 2. This project has been a fantastic learning experience, and you can read more about it here

In addition to my technical pursuits, I enjoy diving into the complexities of cybersecurity, exploring the wonders of astronomy, and unwinding by playing musical instruments like the guitar and piano. I'm also an avid gamer and a passionate follower of MotoGP, with Marc Marquez being my favorite rider since Valentino Rossi's departure. When I'm not coding or indulging in my hobbies, I love spending time with my Yorkshire Terrier, Diego, who is a lively three-year-old bundle of joy.

I hope you enjoy reading about my experiences and projects. Feel free to reach out if you have any questions or just want to connect. Happy coding!