Avatar
😁

My Web Presence 🌐

README.md

About Me ✨

A backend-heavy full-stack developer who enjoys working on cloud applications and infrastructure. Proficient in performance optimization, security vigilance, and automation. Currently diving deeper into MCP for AI to stay ahead in the ever-evolving tech space. Always ready for a new challenge and excited to innovate! 🀩πŸ”₯

πŸ› οΈ Technical Skills

  • AI: MCPπŸ‘€,Deepseek-r1🌊, ollamaπŸ¦™
  • Languages: Go (Golang) 🐹, JavaScript πŸ› οΈ, C# πŸ”·, Java β˜•
  • Frontend: React βš›οΈ, HTML & CSS 🎨, Flutter πŸ“±,Hugo πŸš€
  • Backend: Golang, C# APIs πŸ”Œ, REST API 🌍
  • Cloud & Infrastructure: Kubernetes ☁️, Docker 🐳
  • Automation & CI/CD: GitHub Pipelines πŸ”„, GitHub REST API πŸ“‘, Bash & Linux Scripting πŸ–₯️
  • Security & Code Quality: Sonar πŸ”, Security Monitoring πŸ›‘οΈ
  • Databases: MySQL πŸ—„οΈ, MSSQL 🏒
  • Version Control: Git πŸ”§, TFVC πŸ“‚

πŸ“š Books I’ve Read

I enjoy reading both technical and non-technical books to broaden my knowledge and perspective. Some of my favorites include:

  • Atomic Habits by James Clear πŸ† – A deep dive into habit formation and productivity.
  • Head First Design Patterns by Eric Freeman & Elisabeth Robson 🎨 – A fun and engaging way to understand design patterns.
  • Perfect Run by Maxime J. Durand πŸ”„ – A thrilling mix of strategy and action.
  • Shadow Slave by Guiltythree πŸ¦‡ – An immersive and unique progression fantasy novel.

Pinned

  1. Defer And Closure in Go-lang

    Defer and Closure

    Hello, fellow internet user, before we begin, this article assumes you have the following pre-requisites:

    • You know about functions in Go
    • Have an understanding of the local and global scope
    • Have your VS Code setup for Go-lang, because it’ll be a delightful experience with autocomplete, linting, and auto-imports With that out of the way, onto the main issue at hand, young padawan.

    golang closure defer

    Post activity