Skip to content
View sgoldenbird's full-sized avatar
๐Ÿ‹
Live in the moment
๐Ÿ‹
Live in the moment

Block or report sgoldenbird

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

Typing SVG

console.log(ME)
const ME = {
  role: "Frontend Developer",
  location: "Earth (probably)",
  status: "Live in the moment",

  philosophy: {
    engine: "Curiosity",            
    motto: "Stay true to myself",    
    perspective: "Life!==Result && Life===Process", 
    belief: "Infinite Learning",    
  },

  favorites: {
    beverage: "Coffee",             
    activities: ["Traveling", "Writing"],          
    interests: ["Space", "Aliens", "UFOs", "Nature", "Science", "Animals", "Interior Design", "Furniture Flip"],
    reads: {
      genres: ["Sci-Fi", "Thriller", "Mystery"],
      alsoLoves: "Literature in general",
    },
  },

  enjoy(moment) {
    return `Enjoying the ${moment} โ˜•`;
  },
  
  getInspiration() {
    const sources = [
      ...this.favorites.activities, 
      ...this.favorites.interests, 
      "a good book"
    ];
    return sources[Math.floor(Math.random() * sources.length)];
  },

  build(inspiration) {
    return `Building something inspired by ${inspiration}`;
  },

  run: function() {
    while (this.philosophy.belief === "Infinite Learning") {
      this.enjoy("Present");
      const inspiration = this.getInspiration();
      this.build(inspiration); 
    }
  },

};

ME.run();

Pinned Loading

  1. codeit-FE-15-Part4-Team1/RoamReady codeit-FE-15-Part4-Team1/RoamReady Public

    ๋– ๋‚  ์ค€๋น„, ์ง€๊ธˆ ๋ฐ”๋กœ, RoamReady โ€“ ์ฆ‰ํฅ์˜ ์„ค๋ ˜์„ ์˜ˆ์•ฝํ•˜์„ธ์š”.

    TypeScript 1 3

  2. StarSync-FE/StarSync StarSync-FE/StarSync Public

    ๋ณ„์ฒ˜๋Ÿผ ์—ฐ๊ฒฐ๋˜๋Š” ์šฐ๋ฆฌ, ๋ชจ๋“  ๋ณ„์ด ํ•˜๋‚˜๋กœ ์ด์–ด์ง€๋Š” ์ˆœ๊ฐ„

    JavaScript 1

  3. Kabana-FE/Kabana Kabana-FE/Kabana Public

    ๋‹น์‹ ์˜ ์ผ์ •์— ์นดํ”ผ๋ฐ”๋ผ ํ•œ๋งˆ๋ฆฌ, ๋А๊ธ‹ํ•˜๊ฒŒ ํ•ด๋‚ด๋Š” ์šฐ๋ฆฌ

    TypeScript 2

  4. fresh-trash-project/fresh-trash-frontend fresh-trash-project/fresh-trash-frontend Public

    fresh-trash ํ”„๋กœ์ ํŠธ์˜ frontend ํŒŒํŠธ์ž…๋‹ˆ๋‹ค

    JavaScript 1 1