Giter VIP home page Giter VIP logo

howoldisit's Introduction

How old is it


A tool for recruiters to check how old a technology is. Welcome to this non-exhaustive list of technologies and their approximate ages. I put it together as a slight dig at recruiters who expect you to have known a two year old language for five years.

View the page HowOldisIt

Installing

installing node modules

npm install

or

yarn 

Starting the Application locally

npm start

or

yarn start

Workflow

This section describes the workflow we are going to follow when working on a new feature or fixing a bug . If you want to contribute, please follow these steps:

  1. Fork this project.
  2. Clone the forked project to your local environment, for example: git clone https://github.com/nero2009/howoldisit.git
  3. Add the original project as a remote, for this example the name is upstream, you can use any name you want. git remote add upstream https://github.com/jsrn/howoldisit.git

Updating your local

In order to update your local environment to the latest version on master, you will have to pull the changes using the upstream repository, for example: git pull upstream master. This will pull all the new commits from the origin repository to your local environment.

Updating your local branch

Maybe you have been working on a feature or fix that took so time to finish, most likely there are new changes in the master and your local repository is behind. In order to update it to the latest you need to pull the latest changes to develop and then rebase your current branch.

$ git pull upstream master
$ git rebase upstream/master

From here you can push to your origin repository and create a pull request.

Add a new language

If you would like to add a language, add it to the array in src/technologies.js.

Pull Requests

If you want to work on an Issue please read the Contributing doc first. All contributions are welcome, no matter how obscure the technology!

Technology used to create this Application

This project was bootstrapped with Create React App.

A big thanks to all of the contributors for massively expanding this beyond the tiny handful of technologies I had listed to begin with.

P.S. If you are a recruiter and you are reading this, obviously it is not you that we are poking fun at! Haha! Ha! Haa... please don't blacklist us from the industry.

howoldisit's People

Contributors

jsrn avatar kc1r74p avatar esteban-rocha avatar mozzo1000 avatar dgiulian avatar kumar-siddharth avatar adamtowerz avatar stsourlidakis avatar krsiddharth avatar claireparker avatar nero-adaware avatar sarahjdes avatar nicholaswmin avatar konami12 avatar harnerdesigns avatar donearm avatar fleaz avatar epistol avatar ddhogan avatar dd5ht avatar thebouv avatar sbalbrecht avatar defman21 avatar peterhil avatar pablotrianda avatar rappestad avatar nikeee avatar quantumsheep avatar matteojoliveau avatar buma avatar

Watchers

James Cloos avatar Cassie Jones avatar

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.