365 Days of Code - Day 039 February 28, 2026
Project Status Project Language Status Due Date Latest Update Personal Website Hugo Ongoing None The site is live. There are some TODOs. Need to work on categorization, tagging, and layout improvements. Laravel From Scratch Laravel (PHP) In-Progress 2026-03-31 Episode 8 PRM Laravel (PHP) In-Progress 2026-03-31 Working alongside other Laravel projects. Client Website (J.L.) Laravel (PHP) In-Progress 2026-03-31 Working alongside other Laravel projects. Project Euler C Ongoing None Working on P25. BigInt (AI gen) was a waste of time, need to rewrite Practice Java Java Paused None Installed, need to find a good project. Practice Python Python Paused None Installed, need to find a good project. Learn Go Go Paused None Installed, work on LDAP Injector from ippsec. Learn Rust Rust Haven’t Started None Installed, will try network protocols after finishing in C and Zig. Learn Elixir Elixir Haven’t Started None Installed, need a good tutorial project. Learn Haskell Haskell Haven’t Started None Installed, need a good tutorial project. Learn Zig Zig Haven’t Started None Installed, will try network protocols after finishing in C. Linux+ N/A In-Progress 2026-03-31 Reading Chapter 4. Cyber Quest 2026 N/A In-Progress 2026-02-28 Finished quiz 1 with 75%. Need to work on ARP poisoning and timestamp adjustments in WireShark. Operating Systems N/A In-Progress 2026-03-31 Reading Chapter 4: Abstraction Grey-Hat Hacking Various In-Progress 2026-03-31 Reading Chapter 8: Threat Hunting Lab PHP Time Tracker PHP Beta Finished None Working on a basic level. Could use a couple more updates to make it fully functional. HTTP Status Code Reader C Complete 2026-02-18 Complete. Could potentially upgrade for more advanced functions or follow redirects. ZSH Configuration bash/zsh Complete None Sort of an ongoing process, but complete for now. Works good. Network Protocols C In-Progress None Custom ICMP packet sent on the wire. Working on V2.
Minor Hugo Work Kept things pretty light today due to personal obligations.
First thing done, setup the RSS links for the articles.
{{/* RSS */}}
{{ with .OutputFormats.Get "rss" }}
{{ printf `<link rel=%q type=%q href=%q title=%q>` .Rel .MediaType.Type .Permalink site.Title | safeHTML }}
{{ end }} 1
2
3
4
{{ /* RSS */ }}
{{ with . OutputFormats . Get "rss" }}
{{ printf `<link rel=%q type=%q href=%q title=%q>` . Rel . MediaType . Type . Permalink site . Title | safeHTML }}
{{ end }}
Secondly, setup the robots.txt template.
<meta name="robots" content="follow, index" /> 1
< meta name = "robots" content = "follow, index" />
Related content
git-lfs, CSS, and more
What The FOUC: Building a Smarter Loading Screen
I found that yesterday’s detected issue with single line code blocks has been experienced by people in the past, and this issue is only on Firefox. Chrome does not have this issue. I’m going to …
Software can be crazy. I’m having the same issue from yesterday from Ubuntu. The issue is that my site is not rendering with the Hugo development server. I started poking a bit more at the problem, …
I’m trying to make a decision here. After yesterday’s new understanding of how Hugo Sections (opens in a new tab) work, I want to restructure this site a little bit. I always knew I was going to …