Skip to content
View wulfnb's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report wulfnb

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
wulfnb/README.md

Hi there, I'm NOUFAL BABU A S! πŸ‘‹

Full-Stack Developer | Software Engineer | Cloud & DevOps Enthusiast


πŸš€ About Me

I'm a passionate software engineer who loves building scalable applications and exploring new technologies. I enjoy working across the entire stack, from frontend to backend and infrastructure.

  • πŸ”­ I’m currently working on: Microservices and Cloud-native applications
  • 🌱 I’m currently learning: Rust, Advanced Kubernetes, and GraphQL
  • πŸ‘― I’m looking to collaborate on: Open source projects and innovative solutions
  • πŸ’¬ Ask me about: Python, Microservices, Cloud Architecture, and DevOps
  • ⚑ Fun fact: I enjoy exploring space technology and real-time applications

πŸ“š Documentation & Guides

Check out my technical documentation and guides:


πŸ› οΈ Tech Stack & Tools

Programming Languages

Python JavaScript TypeScript Java PHP Go

Backend Frameworks

Flask Django Spring Boot Node.js Express.js

Frontend Technologies

Vue.js AngularJS React HTML5 CSS3 Bootstrap

Databases

MySQL PostgreSQL MongoDB Redis RabbitMQ

Cloud & DevOps

AWS Azure Docker Kubernetes Terraform Jenkins

Tools & Technologies

Nginx Apache Ansible Kafka GraphQL Git


πŸ“Š GitHub Statistics

πŸ“ˆ Overall Stats

GitHub Stats

πŸ’» Most Used Languages

Top Languages

πŸ”₯ Streak Stats

GitHub Streak

πŸ† GitHub Trophies

trophy


🌟 Featured Projects

πŸ—οΈ Spring Microservice

A robust microservices architecture built with Spring Boot, demonstrating distributed system patterns and cloud-native development.

Tech Stack: Java, Spring Boot, Microservices, Docker, REST API

Real-time chat application using WebSockets for instant messaging with multiple rooms and user management.

Tech Stack: Python, WebSocket, Flask, JavaScript, HTML/CSS

Collection of asynchronous Python examples demonstrating concurrency patterns and performance optimization.

Tech Stack: Python, Asyncio, Async/Await, Aiohttp

Event-driven architecture implementation using Apache Kafka for real-time data streaming and processing.

Tech Stack: Python, Apache Kafka, Event Streaming, Data Processing

Real-time SpaceX launch tracker with live updates, launch schedules, and mission details.

Tech Stack: React, REST API, Real-time Data, Space Technology

πŸ¦€ Rust GraphQL

High-performance GraphQL server implementation in Rust with async capabilities and type safety.

Tech Stack: Rust, GraphQL, Async, Juniper, Tokio

βš™οΈ Go GraphQL

GraphQL API built with Go featuring efficient query processing and modern development practices.

Tech Stack: Go, GraphQL, Gin, GORM, PostgreSQL

Comprehensive quick reference guide for various programming languages and technologies.

Tech Stack: Documentation, Markdown, Technical Writing


πŸ“« Connect With Me

LinkedIn


πŸ“ Latest Blog Posts


🎯 Current Focus

#[derive(Debug)]
struct CurrentFocus {
    learning: Vec<&'static str>,
    building: &'static str,
    exploring: Vec<&'static str>,
}

impl CurrentFocus {
    fn new() -> Self {
        Self {
            learning: vec!["Advanced Kubernetes", "Rust Systems Programming", "GraphQL Federation"],
            building: "Cloud-native microservices and real-time applications",
            exploring: vec!["Space APIs", "Event-driven architectures", "Performance optimization"],
        }
    }
}

Popular repositories Loading

  1. kivy_app kivy_app Public

    App created by watching sentex video

    Python 1

  2. emp emp Public

    Simple employee task management using django

    Python 1

  3. flask_db2 flask_db2 Public

    flask todo app running on ibm db2

    Python 1

  4. vibora-old vibora-old Public

    Forked from vibora-io/vibora

    Fast, asynchronous and elegant Python web framework.

    Python

  5. eCommerce eCommerce Public

    Forked from codingforentrepreneurs/eCommerce

    We're going to take you step-by-step to build a modern, fully open-source, eCommerce web application using Python, Django, Bootstrap, Javascript, and more.

    Python

  6. node-mongo node-mongo Public

    Learning node js from udemy course

    JavaScript