Skip to content
View anlisha-maharjan's full-sized avatar
  • Terraplan
  • Freiburg im Breisgau, Germany

Block or report anlisha-maharjan

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

Hi there ๐Ÿ‘‹

  • ๐Ÿ“‚ I love to work with JavaScript/Typescript/Java (React.js, React Native, Angular, Java Spring Boot)
  • ๐Ÿ”ญ Iโ€™m currently working on Axowise
  • ๐Ÿ“ I write articles on anlishamaharjan.medium.com
  • ๐Ÿ“ซ How to reach me: [email protected]
  • ๐Ÿฅ… 2025 Goals: Contribute more & more!!

๐Ÿ‘‰ Connect with me:

linkedin medium dev

๐Ÿš€ Languages and Tools:

javascript typescript java react redux angular vuejs mui tailwindcss git bitbucket

๐Ÿ“• Latest Blog Posts

โœจBit More About Me
I'm a self-taught software developer, with over 5 years of experience in building accessible and high-quality digital experiences.

In 2018, I graduated from St. Xavier's College with a focus on software engineering and a mindset to always stay curious. I can plan, build, launch, and maintain a web application myselfโ€”did I mention that I build mobile apps too? I have worked on a handful of cross-platform iOS and Android apps with React Native and Ionic.

Currently, wrestling my way through a Master's in Computer Science in Germany. Challenging? Absolutely. Fun? Surprisingly, yes! It's a wild mix of algorithms, adventure, and personal growth that Iโ€™m truly enjoying.

๐Ÿ“ˆ Stats

Anlisha's streak stats Anlisha's github stats

Pinned Loading

  1. react-admin-panel-boilerplate react-admin-panel-boilerplate Public

    A React Admin Panel boilerplate built with MUI for UI components and Redux for managing and centralizing application state.

    JavaScript 3 1

  2. react-native-boilerplate react-native-boilerplate Public

    A robust React Native boilerplate (for Android) with embedded authentication flow using React Navigation v6 and Redux.

    JavaScript 2

  3. portfolio-v1 portfolio-v1 Public

    My personal website built with HTML5 & Tailwind CSS 3.

    HTML 1

  4. Deploy React app on shared hosting w... Deploy React app on shared hosting with FTP Deploy GitHub Action.
    1
    name: ๐Ÿš€ Deploy on push master
    2
    
                  
    3
    on: 
    4
      push:
    5
        branches:    
  5. Laravel Deployment Script - To pull ... Laravel Deployment Script - To pull latest version of code and install composer dependencies and run migrations.
    1
    #!/bin/bash
    2
    set -e
    3
    
                  
    4
    echo "Deployment started ..."
    5
    
                  
  6. The bitbucket-pipelines.yml defines ... The bitbucket-pipelines.yml defines Pipelines builds configuration for React application.
    1
    #bitbucket-pipelines.yml
    2
    image: node:14.0.0
    3
    
                  
    4
    pipelines:
    5
      branches: