Skip to content
View nepkto's full-sized avatar

Block or report nepkto

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
nepkto/README.md

Hi there, I'm Anil Baniya! πŸ‘‹

πŸš€ Software Engineer | Web App Specialist | Problem Solver

With 6+ years of hands-on experience, I specialize in building high-quality, scalable web applications that drive business success. I thrive on solving complex technical challenges, optimizing performance, and delivering robust solutions to real-world problems.


πŸ‘¨β€πŸ’» Professional Snapshot

  • Software Engineer @ Hitachi Energy (Dec 2022 – Present)
    Leading enhancements and optimizations for the SaaS-based TRM Tracker.

    • Improved performance and user experience for core functionalities.
    • Integrated new features while maintaining system stability.
    • Advocated secure coding practices and participated in code reviews & sprint planning.
  • Web Developer @ Rolling Plans Pvt. Ltd. (Feb 2018 – Nov 2022)

    • Migrated legacy apps to modern Vue.js/Nuxt.js architecture.
    • Developed scalable APIs and optimized database queries.
    • Integrated payment gateways, enhanced features, and improved SEO practices.

🌟 Noteworthy Projects

  • TRM Tracker
    SaaS Trading & Risk Management platform with robust settlement and accounting for clients.

  • Performance Management System
    Employee data, target tracking, attendance, tasks, and appraisals for Shine Resunga Development Bank.

  • Rolling Nexus
    A dynamic networking platform connecting talent and businesses with jobs, tenders, events, and more.

  • Swadesh Rolling Karmashil
    Mobile app API for connecting skilled and unskilled workers to employment opportunities across Nepal.

  • Custom Inventory Management Solution
    Scalable inventory system with streamlined order processing and reusable Vue components.


πŸ› οΈ Technical Toolbox

  • Languages: C#, JavaScript, PHP
  • Back-End: .NET, .NET Framework, Laravel
  • Databases: MS SQL, MySQL
  • Front-End: React.js, Next.js, Vue.js
  • Version Control: Git, SVN
  • DevOps: Web Hosting, VPS Setup, Linux
  • API Design: RESTful, SOAP
  • Project Management: Jira

πŸŽ“ Education

BSc in Computer Science & Information Technology
Kathford College, Tribhuvan University, Lalitpur (2018)


🌐 Let’s Connect!

LinkedIn GitHub


β€œBuilding robust solutions, one line of code at a time.” πŸš€
Always learning, always growing.


Pinned Loading

  1. Laravel-Service-Pattern-Boilerplate Laravel-Service-Pattern-Boilerplate Public

    A production-ready Laravel application implementing Service Pattern architecture with comprehensive Order management, caching, notifications, and testing. Perfect for medium to enterprise-scale app…

    PHP

  2. vue-boilerplate vue-boilerplate Public

    Vue boilerplate

    CSS

  3. jitsi8X8-laravel jitsi8X8-laravel Public

    PHP

  4. docker-sample docker-sample Public

    Learned the basics of dockerization

    JavaScript

  5. Backed Enum Backed Enum
    1
    <?php
    2
    
                  
    3
    namespace App\Enums;
    4
    
                  
    5
    enum UserStatusEnum: string
  6. Alias for my daily work Alias for my daily work
    1
    #laravel
    2
    alias pa='php artisan'
    3
    alias pas='php artisan serve'
    4
    alias pam='php artisan migrate'
    5
    alias pam:f='php artisan migrate:fresh'