diff --git a/content/projects.md b/content/projects.md index 58df463..1109538 100644 --- a/content/projects.md +++ b/content/projects.md @@ -6,7 +6,7 @@ draft = false These are my projects that you can find on [GitHub](https://github.com/kaliban2056): -- [Packet Sniffer](https://github.com/kaliban2056/packet_sniffer): Captures and decodes Ethernet, IPv4, ICMP, TCP, and UDP traffic using raw sockets. -- [TCP Chat Room](https://github.com/kaliban2056/TCP_chatRoom): Server-client chat with real-time messaging and nickname support, using threading and basic socket programming. -- [kaliban2056.github.io](https://github.com/kaliban2056/kaliban2056.github.io): The source code of this page. -- [go API](https://github.com/kaliban2056/go-API): A simple API made in Go. +- [go API](https://github.com/kaliban2056/go-API): A simple API made in Go. +- [Packet Sniffer](https://github.com/kaliban2056/packet_sniffer): Captures and decodes Ethernet, IPv4, ICMP, TCP, and UDP traffic using raw sockets. +- [TCP Chat Room](https://github.com/kaliban2056/TCP_chatRoom): Server-client chat with real-time messaging and nickname support, using threading and basic socket programming. +- [kaliban2056.github.io](https://github.com/kaliban2056/kaliban2056.github.io): The source code of this page.