I am an active contributor to open-source projects, with a focus on cloud
networking and system-level tooling. I have been an active contributor to
Cilium project since March. I am committed to learning through deep dives into
topics like Kubernetes-Gateway API, Linux kernel, eBPF, and Computer
Networking.
I have worked on two issues related to the Gateway API component of the Cilium open source project
https://github.com/cilium/cilium/pull/38874
https://github.com/cilium/cilium/pull/39275
Natural Language Processing, GoNLP
Tokenization - A function that takes a string in lowercase format and converts a sentence to a list of words
Part of Speech tagging - A function that analyses the list of words and gives each word its respective parts of speech
tag with English Grammar.
Sentiment Analysis - the use case is auto reporting mechanism used in social media for inappropriate comments or
posts
Link - https://github.com/syedazeez337/GoNLP
A Shell Written in Go language
A Unix like shell written in Golang. It takes basic commands from the user as an input and execute the commands
such as `cd`, `ls`. There is also help command that user can use to get the list of the commands.
Link - https://github.com/syedazeez337/GoShell
A Slackbot in Go
Using Slack API, I have written a bot that can communicate with the slack channels
Learnt the process of authenticating the user and the bot to communicate with the API
Error Handling where the logs are recorded in the terminal when interacting with the bot
Link - https://github.com/syedazeez337/slackbot-go
An Interpreter for a programming language
Writing a REPL, Read-Evaluate-Print-Loop
The Input from the user is tokenized
Using the lexer to define the grammar of the language
Link - https://github.com/syedazeez337/Monkey-Interpreter
Go Programming language, Linux, Kubernetes, Open Source contribution, Git, Computer Networks