Skip to content
View Sanithu16684's full-sized avatar

Highlights

  • Pro

Block or report Sanithu16684

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
Sanithu16684/README.md
╔══════════════════════════════════════════════════════════════════════╗
║                                                                      ║
║   ███████╗ █████╗ ███╗   ██╗██╗████████╗██╗  ██╗██╗   ██╗          ║
║   ██╔════╝██╔══██╗████╗  ██║██║╚══██╔══╝██║  ██║██║   ██║          ║
║   ███████╗███████║██╔██╗ ██║██║   ██║   ███████║██║   ██║          ║
║   ╚════██║██╔══██║██║╚██╗██║██║   ██║   ██╔══██║██║   ██║          ║
║   ███████║██║  ██║██║ ╚████║██║   ██║   ██║  ██║╚██████╔╝          ║
║   ╚══════╝╚═╝  ╚═╝╚═╝  ╚═══╝╚═╝   ╚═╝   ╚═╝  ╚═╝ ╚═════╝           ║
║                                                                      ║
║                 [ SOFTWARE ENGINEERING TERMINAL ]                  ║
║                                                                      ║
╚══════════════════════════════════════════════════════════════════════╝


root@sanithu:~$ whoami

┌─────────────────────────────────────────────────────────────────────┐
│                                                                     │
│  USER       : Sanithu Ruwanpathirana                               │
│  ROLE       : Software Engineer                                    │
│  MODE       : Full-Stack / Mobile / AI-ML                          │
│  LOCATION   : Sri Lanka                                            │
│  STATUS     : Building things that actually work                   │
│                                                                     │
│  MISSION    :                                                      │
│  ───────────────────────────────────────────────────────────────    │
│  Engineer practical software solutions, solve difficult problems,  │
│  explore emerging technologies and continuously improve.           │
│                                                                     │
└─────────────────────────────────────────────────────────────────────┘


root@sanithu:~$ cat /etc/skills

┌──[ SANITHU@DEV ]─[~/skills]
└─$ ls -la

drwxr-xr-x  web-development/
drwxr-xr-x  mobile-development/
drwxr-xr-x  backend-engineering/
drwxr-xr-x  database-engineering/
drwxr-xr-x  machine-learning/
drwxr-xr-x  data-analysis/
drwxr-xr-x  problem-solving/
drwxr-xr-x  software-architecture/

> TECH STACK


LANGUAGES
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

[████████████████████████████████████] JavaScript
[██████████████████████████████████  ] PHP
[████████████████████████████████    ] Java
[██████████████████████████████      ] Python
[████████████████████████████        ] C#
[██████████████████████████          ] Dart

root@sanithu:~$ ./projects --featured

╔══════════════════════════════════════════════════════════════════════╗
║                       FEATURED PROJECTS                             ║
╚══════════════════════════════════════════════════════════════════════╝

[01] Customer-Churn-Prediction

┌─────────────────────────────────────────────────────────────────────┐
│ PROJECT TYPE : Machine Learning / Data Science                       │
│                                                                     │
│ PURPOSE      : Predict customer churn using data-driven models      │
│                                                                     │
│ STACK        : Python • Jupyter • Scikit-Learn • XGBoost            │
│                Flask • SHAP • Data Analysis                         │
│                                                                     │
│ FEATURES     :                                                     │
│                → Data preprocessing                                 │
│                → Exploratory data analysis                           │
│                → Predictive modelling                               │
│                → Model evaluation                                   │
│                → Explainable AI                                     │
└─────────────────────────────────────────────────────────────────────┘

[02] E-Commerce-Web-Application

┌─────────────────────────────────────────────────────────────────────┐
│ PROJECT TYPE : Full-Stack Web Application                           │
│                                                                     │
│ PURPOSE      : Online shopping / e-commerce platform                │
│                                                                     │
│ STACK        : PHP • JavaScript • CSS • Bootstrap 5                 │
│                                                                     │
│ FOCUS        :                                                     │
│                → Responsive UI                                      │
│                → Web application logic                              │
│                → User interaction                                   │
│                → E-commerce workflow                                │
└─────────────────────────────────────────────────────────────────────┘

[03] Warehouse-Distance-Locator

┌─────────────────────────────────────────────────────────────────────┐
│ PROJECT TYPE : Web Application                                      │
│                                                                     │
│ PURPOSE      : Warehouse distance/location management              │
│                                                                     │
│ STACK        : HTML • CSS • JavaScript                              │
│                                                                     │
│ FOCUS        :                                                     │
│                → Location-based functionality                       │
│                → Data interaction                                   │
│                → Practical business use case                        │
└─────────────────────────────────────────────────────────────────────┘

[04] Flutter-Mobile-Applications

┌─────────────────────────────────────────────────────────────────────┐
│ PROJECT TYPE : Mobile Development                                   │
│                                                                     │
│ APPLICATIONS : BMI Calculator                                      │
│                Calculator                                          │
│                                                                     │
│ STACK        : Flutter • Dart                                       │
│                                                                     │
│ FOCUS        :                                                     │
│                → Mobile UI                                          │
│                → Application logic                                  │
│                → User interaction                                   │
└─────────────────────────────────────────────────────────────────────┘

[05] Native-Java-To-Do-List

┌─────────────────────────────────────────────────────────────────────┐
│ PROJECT TYPE : Native Android                                       │
│                                                                     │
│ PURPOSE      : Task management application                           │
│                                                                     │
│ STACK        : Java • Android                                      │
│                                                                     │
│ FOCUS        :                                                     │
│                → Native Android development                         │
│                → CRUD operations                                    │
│                → Task management                                    │
└─────────────────────────────────────────────────────────────────────┘

root@sanithu:~$ neofetch


root@sanithu:~$ ./system-monitor


root@sanithu:~$ activity --live


root@sanithu:~$ ./contribution-monitor

Contribution Snake

root@sanithu:~$ cat /etc/current-mission

┌─────────────────────────────────────────────────────────────────────┐
│                         CURRENT MISSION                            │
├─────────────────────────────────────────────────────────────────────┤
│                                                                     │
│  [✓] Improve software engineering fundamentals                      │
│  [✓] Build practical real-world applications                        │
│  [✓] Explore Machine Learning & AI                                  │
│  [✓] Improve backend & database engineering                          │
│  [>] Learn modern cloud technologies                                │
│  [>] Explore system design & scalable architecture                  │
│  [>] Build better and cleaner software                              │
│                                                                     │
└─────────────────────────────────────────────────────────────────────┘

root@sanithu:~$ cat /etc/principles

╔══════════════════════════════════════════════════════════════════════╗
║                         ENGINEERING RULES                           ║
╠══════════════════════════════════════════════════════════════════════╣
║                                                                      ║
║  01. Understand the problem before writing the solution.             ║
║                                                                      ║
║  02. Write code that humans can maintain.                            ║
║                                                                      ║
║  03. Keep learning. Technologies change. Fundamentals remain.       ║
║                                                                      ║
║  04. Build. Break. Debug. Learn. Repeat.                             ║
║                                                                      ║
║  05. Security, ethics and responsibility come first.                ║
║                                                                      ║
╚══════════════════════════════════════════════════════════════════════╝

root@sanithu:~$ sudo connect


┌─────────────────────────────────────────────────────────────┐
│                                                             │
│  "The best way to predict the future is to build it."      │
│                                                             │
│                         >_ SANITHU                          │
│                                                             │
└─────────────────────────────────────────────────────────────┘

Pinned Loading

  1. E-Commerce-Web-Application--OnlineStore-Project- E-Commerce-Web-Application--OnlineStore-Project- Public

    PHP, JS, CSS, Bootsrap 5

    PHP

  2. BMI_Calculator_Using_Flutter BMI_Calculator_Using_Flutter Public

    Flutter / Dart

    Dart 4

  3. Calculator_Using_Flutter Calculator_Using_Flutter Public

    Dart 4

  4. To_DO_List_Using_Native_Java To_DO_List_Using_Native_Java Public

    Java Mobile To Do List Application

    Java 2

  5. Warehouse_distance_locator_Rocell Warehouse_distance_locator_Rocell Public

    Rocell Warehouse Distance details capture web application

    Hack 2