All Projects β†’ jlozovei β†’ developer-titles

jlozovei / developer-titles

Licence: MIT license
(fictional/awesome/random/funny/obsolete) Developer Titles πŸ’₯

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to developer-titles

Programmers-Stickers
η¨‹εΊε‘˜θ‘¨ζƒ…εŒ…οΌŒε―ε‘θ‡ͺhttps://weibo.com/2153528647/GvZPI0AYN
Stars: ✭ 30 (+150%)
Mutual labels:  funny
awesome-programming-humor
Awesome software, subreddits, websites, and other cool stuff that programmers would find funny.
Stars: ✭ 32 (+166.67%)
Mutual labels:  funny
butterbot
Butterbot is a blazingly dumb bot written in Swift
Stars: ✭ 20 (+66.67%)
Mutual labels:  funny
bash-cat-with-cat
The classic cat command but with a cat
Stars: ✭ 154 (+1183.33%)
Mutual labels:  funny
jolly-code
πŸ˜† Not all code has to be serious businessβ„’
Stars: ✭ 12 (+0%)
Mutual labels:  funny
questions-job-interview
🏒 List of questions I might ask during an interview for a software developer job
Stars: ✭ 92 (+666.67%)
Mutual labels:  developers
Contrib
Data for dev.tube – 🍿 a free and open-source tech video hub.
Stars: ✭ 247 (+1958.33%)
Mutual labels:  developers
funny-words
A Python script that generates a list of pairs of funny words for naming things such as app releases, internal projects, servers and children.
Stars: ✭ 26 (+116.67%)
Mutual labels:  funny
hasciicam
(h)ascii for the masses! html refreshed ascii video cam
Stars: ✭ 63 (+425%)
Mutual labels:  funny
rubynepal.github.io
Official website of Ruby Nepal
Stars: ✭ 21 (+75%)
Mutual labels:  developers
gag
This project is a fork of Google Annotation Gallery
Stars: ✭ 42 (+250%)
Mutual labels:  funny
github-avatar-generator
πŸ’• A github-style avatar generator, powered by Java
Stars: ✭ 35 (+191.67%)
Mutual labels:  funny
Coofend
εˆ†δΊ«ε‰η«―εœˆε­ε₯½ηŽ©η‚«ι…·εŠη‚Έε€©ηš„δΈ€εˆ‡δΊ‹η‰© 😎
Stars: ✭ 21 (+75%)
Mutual labels:  funny
gitmeme
Enjoy a meme after every git commit
Stars: ✭ 16 (+33.33%)
Mutual labels:  funny
Hack-System
[HackSystem/Hack System] ζœ‰θΆ£θ€Œη‚«ι…·ηš„ζ¨‘ζ‹Ÿζ“δ½œη³»η»Ÿγ€‚An interesting and cool simulation operating system.
Stars: ✭ 35 (+191.67%)
Mutual labels:  funny
fridaybot
Slack bot for https://spb-frontend.slack.com
Stars: ✭ 29 (+141.67%)
Mutual labels:  funny
Mirai-Bot
Robot developed based on RICQ framework
Stars: ✭ 6 (-50%)
Mutual labels:  funny
developerIdentity
Developers Identity(Portfolio) Template that helps you showcase your work and skills as a software developer.
Stars: ✭ 21 (+75%)
Mutual labels:  developers
bekasidev
Bekasidev.org Official landing page. Members can Fork and Pull Request to edit or add content to this repository.
Stars: ✭ 20 (+66.67%)
Mutual labels:  developers
ayele
Sound Memes playable on the browser as an extension
Stars: ✭ 18 (+50%)
Mutual labels:  funny

πŸ’₯ Developer Titles

['fictional', 'awesome', 'random', 'funny', 'obsolete'] developer titles


Developer Titles - Awesome developer titles for bios, descriptions and statuses | Product Hunt Embed

πŸ“œ About

After years viewing crazy job and developer titles on social media, I've decided to merge them in a single website.

πŸ’Ž Stack

This site is create using Vanilla JS (ES6) and PostCSS, with Webpack. It uses GitHub Pages.

I'm using npm as the package manager.

Oh but why not creating it with React or Vue?

Because I didn't want to πŸ˜„

πŸ“ Contributing

You can contribute to this project following the steps below:

  • Fork the repo
  • Create a new branch
  • Do the work
  • Fill a PR, assign it to you and, if possible, write a cool description
  • Wait for the review

Also, take a look at the contributing guide!

After that, if your request doesn't offend anyone, your title will be able to be part of the great array.

Don't be afraid to fill some issues, if you want! ❀️

For the colors, I like to use colorion.

If you're only looking for the titles, here they are. πŸš€

πŸ’» Developing

After forking and cloning the project in your local environment, run the following commands:

# install dependencies
npm i
# or yarn

# run the project at localhost:9000
npm start
# or yarn start

To add a new title, go to src/data/titles.json and add a new title object to the array. It's important the title to have, at least, the name key - because if the title hasn't a name, then it shouldn't be here; background, color and credits keys are optional.

Here's how a new title object should look:

{
  "name": "Your title name",
  "background": "Your title hex background",
  "color": "Your title hex background",
  "credits": {
    "name": "Who you want to credit (name, nick or slug)",
    "url": "The person's profile URL (linkedin, github...)"
  }
}

⚠️ Disclaimer

The goal here is to have fun. Don't use it to be a jerk on other people's work/job!

Have fun, stay cold!

πŸ’₯ Inspiration and Related Work

When I was creating this site, I faced some related content on the internet. Like:

πŸ” License

Licensed under the MIT.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].