Giter Site home page Giter Site logo
class Bio {
  constructor() {
    this.aboutMe = {
      name: "Bishwa Jung Shah",
      description: "Self-taught Fullstack Developer, Student at Yeti International College",
      status: "Living my best life, learning Node.js, Vue.js , Nuxt , Optimization",
      goalsFor2024: ["Enhance programming techniques", "Problem-solving", "Analytical skills"]
    };

     this.workExperience = [
      {
        role: "Intern",
        company: "Mediaholic",
        duration: "5 months",
        responsibilities: "Worked on Vue.js projects and contributed to front-end development."
      },
      {
        role: "Junior Developer",
        company: "Hyteno/Morgenland",
        duration: "8 months",
        responsibilities: "Developed web applications, improved coding skills, and worked with Vue.js."
      },
      {
        role: "Fullstack Developer",
        company: "Detech",
        duration: "Current",
        responsibilities: "Currently working as a Fullstack Developer, focusing on modern web technologies."
      }
    ];
    
    this.tools = {
      frameworks: ["Nuxt", "Vue", "React", "Svelte"],
      languages: ["HTML", "CSS", "Bash", "Markdown"],
      databases: ["MongoDB", "Postgres"],
      platforms: ["GNU/Linux", "Windows"],
      otherTools: ["Git", "Figma", "Nginx", "SCSS", "TypeScript"]
    };
    
    this.randomStuff = {
      funFact: "More people are killed annually by donkeys than airplane crashes.",
      advice: "Do not compare yourself with others."
    };
    this.socialLinks = {
          instagram: "https://instagram.com/shah.bishwa77",
          linkedin: "https://linkedin.com/in/bishwa777",
          facebook: "https://facebook.com/profile.php?id=100089079516208",
          medium: "https://medium.com/@shahbishwa21",
          portfolio: "https://bishwa-shah.netlify.app/"
        };
  }

  display() {
    console.log(this);
  }
}

const bio = new Bio();
bio.display();

✍️ Random Dev Quote

Code Cycle

Broken system!       It's working!       It's working but you don't know how!

Blog posts 🔭

Understanding Lexical Scope and Closures in JavaScript

Lexical scope refers to how variable scope is determined by the structure of the code. A variable’s scope is defined by where it is declared, and it is accessible within that scope and any nested scopes

👉🏽 Read more
Banner

Automate Daily Commits with GitHub Actions

Automating commits might seem quirky, but it’s actually pretty useful! It keeps your GitHub repo active, lets you test GitHub Actions, and adds a bit of fun. While some might say it’s cheating, I just think it’s a clever way to keep my GitHub updated — even if I’m not around (Into this world 😆).

👉🏽 Read more
Banner

JavaScript Safe Assignment Operator (?=): A Complete Guide

JavaScript is introducing a new operator, ?=, called the Safe Assignment Operator. This operator is designed to simplify error handling in your code, making it easier and more readable, especially when dealing with functions that might fail or throw errors.

👉🏽 Read more
Banner

Show More

Tailwind CSS vs. SCSS: Which is Right for Your Project?

Tailwind CSS is a utility-first CSS framework that promotes a different approach to styling compared to traditional CSS methodologies. Instead of defining styles in a separate CSS file or in your style sheets...

👉🏽 Read more
Banner

Destructuring Arrays in JavaScript: A Deep Dive

Did you know how destructure works in arrays behind in JavaScript? This feature is quite powerful and can simplify how you access and work with array elements. Let’s dive into how it works.

👉🏽 Read more
Banner

Mastering SCSS: The Correct Way to Use SCSS in Your Projects

SCSS (Sassy CSS) is a powerful extension of CSS that adds features like variables, nesting, and mixins, making your stylesheets more maintainable and modular. In this blog post ..

👉🏽 Read more
Banner

Bishwa Jung Shah's Projects

my-fitness-app icon my-fitness-app

MyFitnessApp is an open-source hybrid app build with Ionic Vue. It includes everything you need in the gym. Calorie & weight tracking, workout tracking and analytics.

random-things icon random-things

here i will be doing some js optimization technique and other random

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.