<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Luka Piplica</title>
    <description>Personal portfolio and technical blog of Luka Piplica — IT Professional specializing in systems management, network administration, cybersecurity, and web development.</description>
    <link>https://piplicaluka.xyz</link>
    <atom:link href="https://piplicaluka.xyz/rss.xml" rel="self" type="application/rss+xml"/>
    <language>en-us</language>
    <lastBuildDate>Fri, 05 Jun 2026 11:48:08 GMT</lastBuildDate>
    <item>
      <title>The Math Behind Shazam: How Your Phone Recognizes Any Song in Seconds</title>
      <link>https://piplicaluka.xyz/blog/the-math-behind-shazam/</link>
      <guid>https://piplicaluka.xyz/blog/the-math-behind-shazam/</guid>
      <description>A deep technical dive into the audio fingerprinting algorithm that powers Shazam — from the Fourier Transform and spectrograms to constellation maps, combinatorial hashing, and probabilistic matching.</description>
      <pubDate>Fri, 05 Jun 2026 00:00:00 GMT</pubDate>
      <author>Luka Piplica</author>
      <category>audio</category>
        <category>algorithms</category>
        <category>mathematics</category>
        <category>signal-processing</category>
        <category>shazam</category>
    </item>
    <item>
      <title>Curriculum Vitae &amp; Technical Portfolio</title>
      <link>https://piplicaluka.xyz/blog/luka-piplica-cv/</link>
      <guid>https://piplicaluka.xyz/blog/luka-piplica-cv/</guid>
      <description>A comprehensive overview of my professional experience, core technical competencies, engineering projects, and specialized certifications.</description>
      <pubDate>Tue, 19 May 2026 00:00:00 GMT</pubDate>
      <author>Luka Piplica</author>
      <category>cv</category>
        <category>portfolio</category>
        <category>full-stack</category>
        <category>sysadmin</category>
        <category>cybersecurity</category>
        <category>ai-engineering</category>
    </item>
    <item>
      <title>VPS Hardening: A Practical Guide to Securing a Linux Server</title>
      <link>https://piplicaluka.xyz/blog/securing-a-linux-server/</link>
      <guid>https://piplicaluka.xyz/blog/securing-a-linux-server/</guid>
      <description>An industry-standard security blueprint for securing clean Linux installations, configuring public-key cryptography, deploying UFW firewalls, and establishing proactive threat mitigation.</description>
      <pubDate>Sun, 09 Oct 2022 00:00:00 GMT</pubDate>
      <author>Luka Piplica</author>
      <category>linux</category>
        <category>security</category>
        <category>sysadmin</category>
        <category>devops</category>
        <category>hardening</category>
    </item>
    <item>
      <title>Launching a Custom SPL Token on Solana: A CLI Walkthrough</title>
      <link>https://piplicaluka.xyz/blog/hsky-token-solana/</link>
      <guid>https://piplicaluka.xyz/blog/hsky-token-solana/</guid>
      <description>A complete step-by-step developer&apos;s guide to compiling Rust-based blockchain dependencies, creating an SPL token on the Solana network, and understanding decentralized metadata structures.</description>
      <pubDate>Sat, 22 Jan 2022 00:00:00 GMT</pubDate>
      <author>Luka Piplica</author>
      <category>cryptocurrency</category>
        <category>solana</category>
        <category>blockchain</category>
        <category>rust</category>
        <category>linux</category>
    </item>
    <item>
      <title>GNOME goes Nord: Transforming Ubuntu into a Keyboard-Driven Workstation</title>
      <link>https://piplicaluka.xyz/blog/ubuntu-nordic-gnome/</link>
      <guid>https://piplicaluka.xyz/blog/ubuntu-nordic-gnome/</guid>
      <description>A comprehensive developer guide to custom-building a high-productivity tiling desktop environment on Ubuntu GNOME, featuring Pop Shell window tiling, Nordic GTK aesthetics, and advanced CLI workflows.</description>
      <pubDate>Tue, 19 Oct 2021 00:00:00 GMT</pubDate>
      <author>Luka Piplica</author>
      <category>linux</category>
        <category>gnome</category>
        <category>ubuntu</category>
        <category>dotfiles</category>
        <category>customization</category>
    </item>
    <item>
      <title>Analyzing the Pegasus Spyware: Digital Forensics with MVT</title>
      <link>https://piplicaluka.xyz/blog/nso-pegasus-spyware/</link>
      <guid>https://piplicaluka.xyz/blog/nso-pegasus-spyware/</guid>
      <description>An in-depth technical analysis of NSO Group&apos;s Pegasus spyware, its zero-click propagation mechanics, and a step-by-step guide to mobile device forensics using the Mobile Verification Toolkit (MVT).</description>
      <pubDate>Wed, 21 Jul 2021 00:00:00 GMT</pubDate>
      <author>Luka Piplica</author>
      <category>cybersecurity</category>
        <category>privacy</category>
        <category>forensics</category>
        <category>malware-analysis</category>
        <category>linux</category>
    </item>
    <item>
      <title>Crafting a Sleek Nordic Desktop: BSPWM Customization on Pop!_OS</title>
      <link>https://piplicaluka.xyz/blog/pop-os-nordic-bspwm/</link>
      <guid>https://piplicaluka.xyz/blog/pop-os-nordic-bspwm/</guid>
      <description>A comprehensive guide to building a minimal, high-performance tiling window manager environment using BSPWM, Polybar, Picom, and ZSH on Pop!_OS, themed around the elegant Nordic palette.</description>
      <pubDate>Mon, 19 Jul 2021 00:00:00 GMT</pubDate>
      <author>Luka Piplica</author>
      <category>linux</category>
        <category>bspwm</category>
        <category>dotfiles</category>
        <category>customization</category>
        <category>nord</category>
    </item>
    <item>
      <title>Cracking the Mr. Robot CTF: An End-to-End Walkthrough</title>
      <link>https://piplicaluka.xyz/blog/mr-robot-ctf-walkthrough/</link>
      <guid>https://piplicaluka.xyz/blog/mr-robot-ctf-walkthrough/</guid>
      <description>A comprehensive technical guide to solving the medium-difficulty Mr. Robot room on TryHackMe, covering web enumeration, reverse shells, and SUID privilege escalation.</description>
      <pubDate>Sun, 23 May 2021 00:00:00 GMT</pubDate>
      <author>Luka Piplica</author>
      <category>linux</category>
        <category>cybersecurity</category>
        <category>tryhackme</category>
        <category>ctf</category>
        <category>walkthrough</category>
    </item>
  </channel>
</rss>