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

Organizations

@dev-protocol @EddieHubCommunity @Design-and-Code @yfosp

Block or report rakinplaban

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
rakinplaban/README.md

πŸ‘¨β€πŸ’» Rakin Shahriar – Backend Developer & Aspiring AI Enthusiast

Welcome to my GitHub profile! I’m a Python-powered Web Developer passionate about crafting seamless APIs, automating workflows, and solving problems through efficient coding. Here, you’ll find a mix of personal projects, research initiatives, and experiments that showcase my skills and growth as a developer.


πŸš€ About Me

  • Web Development: Experienced in Django and Flask, with a knack for turning ideas into functional web applications.

  • AI Research: Currently working on Advanced Persistent Threat (APT) detection and overcoming challenges like imbalanced datasets.

  • Digital Creativity: While I’m not a traditional artist, I enjoy using AI to generate artistic visuals inspired by minimalism and anime.

  • Hobbies: Anime enthusiast, simulation game pro, and dreamer of a family life filled with daughters, cats, and coffee. β˜•πŸΎ

πŸ”§ Technologies & Tools

  • Languages: Python, JavaScript, SQL

  • Frameworks: Django, Flask

  • Database: PostgreSQL, SQLite

  • Other Skills: API development, web scraping

🌟 Featured Projects

πŸ” APT Detection System

A research-driven project focusing on detecting Advanced Persistent Threats using a combination of LSTMs and CNNs to analyze imbalanced datasets.

πŸ“¦ Python Web Scrapers

A collection of tools to automate data collection and simplify workflows.

🌐 Dynamic Web Apps

Interactive and dynamic websites built with Django, Flask, and REST APIs.

πŸ“š Learning Goals

  • Master AI-powered problem-solving in cybersecurity.

  • Continuously improve my backend expertise while exploring frontend trends.

πŸ“Š Coding Profiles

🎨 Creative Side

Check out my AI-generated art and visual experiments on DeviantArt.

🀝 Let’s Collaborate!

I’m always open to learning, collaborating, and creating extraordinary things. Feel free to connect with me to discuss projects, research, or anime theories!

🌐 Communities & Social Platforms

πŸ’« GitHub Stats:



πŸ† GitHub Trophies

πŸ” Top Contributed Repo

LeetCode Status

Leetcode Stats

Pinned Loading

  1. e_commerce_project e_commerce_project Public

    For educational purpose only.

    Python 2

  2. Network_Project Network_Project Public

    A twitter like social networking app. Only for educational purpose. This app is under construction.

    JavaScript 1

  3. binomial_nomenclature binomial_nomenclature Public

    A dictionary for looking up scientific names and the real names of plants and animals.

    Python

  4. wumpus-world-simulator wumpus-world-simulator Public

    Forked from thiagodnf/wumpus-world-simulator

    A Wumpus World Simulator developed in Javascript, HTML and CSS

    JavaScript

  5. Microblog Microblog Public

    Python

  6. Basic Git commands. Basic Git commands.
    1
    `git add .` stage all changes on a local git repo.
    2
    
                  
    3
    `git add <filename>` stage a specific file on repo.
    4
    
                  
    5
    `git commit -m "Message"` commit or save changes.