Giter Club home page Giter Club logo

const user = {
  name: "Uzair Ali",
  age: 25,
  pronouns: [ "he", "him" ],
  theme: [ "dark", "monokai" ],
  
  semicolons: false,
  line_endings: "crlf",
  codeStyle: "Prettier",
  variables: "camelCase",
  trailing_comma: true,
  
  hero: "Steve Jobs",
  
  hobbies: [ "Programming", "Gaming", "Guitaring", "Reading", "Gaining Knowledge", ],
  knowledge: [ "Black-Holes", "Algorithms", "Ecmascript", "Numbers", "Economics", ],
  projects: [ "newsweek", "perma-tnw-responsive", "new-york-clone", "ruby-exercises", ],  
  languages: [ "Ecmascript", "Ruby", "HTML", "CSS", ],
  editors: [ "Sublime Text", "VS Code", ],
  
  newLanguage: function () {
    console.log("Hello, World!")
  },
  
  hereIsYourFood: function (food) {
    const good = [ "Burgers", "Chicken", "Mixed Noodles", "Beef", 
    "Prawns" ]
    const acceptable = JSON.parse(fs.readFileSync("acceptableFoods.json"))
    
    if (good.includes(food)) {
      console.log("Chomp Chomp Gulp... Yum!")
    } else if (acceptable.includes(food)) {
      console.log("Chew Chew Gulp.")
    } else {
      console.log("No, thanks.")
    }
  },
}

📊 Stats:


⏯️ Spotify

🔥 Contributions:


Skills & Tools:



Uzair's Projects

awesome-books icon awesome-books

A single-page application that uses javascript and local storage to create and use forms and list items.

basic-threejs icon basic-threejs

Basic three js starter project to grab the idea and concept of most of the development within the library.

beginner-portfolio icon beginner-portfolio

This is a practice portfolio using threejs, exploring the vast dynamics of the library.

blog-app icon blog-app

Blog App. This is a basic blog app built on rails 6.0 this app uses the basic functions. The user is able to create, edit, view, and delete a blog post. This is all done following the CRUD-based app structure.

bubble-sort icon bubble-sort

This is a bubble sort, example exercise. The demo is to see the use cases of bubble sort and how effective it can be with a medium amount of data.

contact-form icon contact-form

This is a training exercise repository. Used to practice reviewing code.

enumerable_blocks icon enumerable_blocks

This is a demonstration of how someone can create ruby's core functions using the enumerable module. It is very flexible and if someone needs to write the functions they can to ease their workflow.

enumerables icon enumerables

In this project, I have implemented my own version of Ruby’s enumerable methods.

first-rails-app icon first-rails-app

The purpose is to set up, manage and deploy rails projects. Learn MVC (Model view controller) and routes in rails to manage an app.

generator-server icon generator-server

The project is a simple node module project just to see some node concepts and the setup behind it. Mainly focuses on Node, Express, and Express router. All use Express Generator to generate the boilerplate to set up our application. Furthermore, it has been modified to output a more robust API.

hello-microverse icon hello-microverse

This is a Microverse training project for the new CR members of the team.

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.