Skip to content
View beesou777's full-sized avatar
🌴
On vacation
🌴
On vacation

Block or report beesou777

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


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, SQL",
      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.favorites = {
      os: "Parrot OS",
      ide: "VS Code",
      languages: ["Python", "JavaScript"],
      mobileOS: "Android",
      games: ["COC", "PUBG"],
      music: {
        genres: ["Lo-fi", "Jazz"],
        songs: ["MF DOOM - One Beer", "Quasimodo - Bad Character"],
        artists: ["Arijit Singh", "Taylor Swift", "Alan Walker"]
      }
    };
    
    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

Pinned Loading

  1. investment investment Public

    Vue 1

  2. movix movix Public

    react movie app

    JavaScript 3

  3. meet_me meet_me Public

    HTML 3

  4. react-basic-setup-with-redux-scss-vite react-basic-setup-with-redux-scss-vite Public

    This is react basic setup

    JavaScript 3

  5. bishwa-shah/vue-scroll-ease bishwa-shah/vue-scroll-ease Public

    TypeScript 1