Convert Figma logo to code with AI

Envoy-VC logoawesome-badges

😎 A curated list of GitHub badges for your next project

1,188
126
1,188
13

Top Related Projects

This repo is for demonstration purposes only.

23,382

Concise, consistent, and legible badges in SVG and raster format

:star: Use repo badges (build passing, coverage, etc) in your readme/markdown file to signal code quality in a project.

4,304

:pencil: Markdown code for lots of small badges :ribbon: :pushpin: (shields.io, forthebadge.com etc) :sunglasses:. Contributions are welcome! Please add yours!

Badges for your personal developer branding, profile, and projects.

Quick Overview

The Envoy-VC/awesome-badges repository is a curated list of badges that can be used to enhance the visual appeal and provide information about various aspects of a project, such as its build status, code coverage, and license. This repository serves as a valuable resource for developers who want to showcase their projects in a more engaging and informative way.

Pros

  • Comprehensive Collection: The repository contains a wide range of badges covering various categories, including build status, code quality, package managers, and more.
  • Easy Integration: The badges are readily available with the necessary markdown or HTML code, making it easy to incorporate them into project documentation or README files.
  • Customization Options: Many of the badges can be customized with project-specific information, allowing for a more personalized and relevant display.
  • Community-driven: The repository is maintained by the Envoy-VC community, ensuring that the collection is regularly updated and expanded.

Cons

  • Potential Maintenance Overhead: As the repository grows, maintaining the accuracy and relevance of the badges may become more challenging, especially if external services or APIs change.
  • Limited Customization: While the badges can be customized to some extent, the options may be limited compared to creating custom badges from scratch.
  • Reliance on External Services: Many of the badges rely on external services or APIs, which could potentially introduce reliability or performance issues if those services experience downtime or changes.
  • Potential Bloat: Overusing badges in a project's documentation may lead to a cluttered or overwhelming appearance, potentially detracting from the main content.

Getting Started

To use the badges from the Envoy-VC/awesome-badges repository, follow these steps:

  1. Browse the repository to find the desired badges.
  2. Copy the markdown or HTML code provided for each badge.
  3. Paste the code into your project's documentation or README file.
  4. Customize the badge with your project-specific information, if applicable.

Here are a few examples of how to use the badges:

# My Awesome Project

[![Build Status](https://img.shields.io/travis/Envoy-VC/awesome-badges.svg?style=flat-square)](https://travis-ci.org/Envoy-VC/awesome-badges)
[![Coverage Status](https://img.shields.io/coveralls/Envoy-VC/awesome-badges.svg?style=flat-square)](https://coveralls.io/r/Envoy-VC/awesome-badges)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/Envoy-VC/awesome-badges/blob/master/LICENSE)
<p>
  <a href="https://github.com/Envoy-VC/awesome-badges">
    <img src="https://img.shields.io/github/stars/Envoy-VC/awesome-badges?style=social" alt="GitHub stars" />
  </a>
  <a href="https://github.com/Envoy-VC/awesome-badges/fork">
    <img src="https://img.shields.io/github/forks/Envoy-VC/awesome-badges?style=social" alt="GitHub forks" />
  </a>
</p>

Competitor Comparisons

This repo is for demonstration purposes only.

Pros of Spoon-Knife

  • Simplicity: Spoon-Knife is a straightforward repository that serves as a simple example for Git and GitHub beginners.
  • Popularity: As a repository owned by the GitHub organization, Spoon-Knife has a high level of visibility and recognition within the GitHub community.
  • Educational value: The repository can be used to practice basic Git operations like forking, cloning, and submitting pull requests.

Cons of Spoon-Knife

  • Limited functionality: Spoon-Knife is a very basic repository and does not provide any advanced features or functionality.
  • Lack of updates: The repository has not been actively maintained or updated in recent years, which may limit its relevance for modern Git and GitHub workflows.

Code Comparison

Spoon-Knife:

<!DOCTYPE html>
<html>
<head>
  <title>Spoon-Knife</title>
</head>
<body>
  <img src="https://octodex.github.com/images/spoon-knife.png" alt="Spoon and Knife">
</body>
</html>

Awesome Badges:

# Awesome Badges [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)

A curated list of badges for your GitHub projects.

## Contents

- [General](#general)
- [Continuous Integration](#continuous-integration)
- [Code Coverage](#code-coverage)
- [Code Quality](#code-quality)
- [Dependency Management](#dependency-management)
- [Security](#security)
- [Miscellaneous](#miscellaneous)
23,382

Concise, consistent, and legible badges in SVG and raster format

Pros of Shields

  • Shields provides a wide range of badges for various purposes, including build status, code coverage, and dependency status.
  • The project has a large and active community, with many contributors and a well-documented API.
  • Shields offers a simple and straightforward API for generating badges, making it easy to integrate into projects.

Cons of Shields

  • The Shields project is primarily focused on generating badges, and may not offer the same level of customization and flexibility as Awesome Badges.
  • The Shields API can be more complex to use than some other badge generation tools, especially for more advanced use cases.
  • The Shields project may not be as well-suited for creating custom badge designs or integrating with specific project workflows.

Code Comparison

Shields:

const shields = require('shields-io-svg');

shields.generate({
  label: 'build',
  message: 'passing',
  color: 'green'
}, function(svg) {
  console.log(svg);
});

Awesome Badges:

const badges = require('awesome-badges');

badges.generate({
  label: 'build',
  message: 'passing',
  color: 'green'
}, function(svg) {
  console.log(svg);
});

As you can see, the code for generating badges is quite similar between the two projects, with the main difference being the library used (Shields vs. Awesome Badges).

:star: Use repo badges (build passing, coverage, etc) in your readme/markdown file to signal code quality in a project.

Pros of dwyl/repo-badges

  • Provides a comprehensive collection of badges for various purposes, including build status, code coverage, and dependency management.
  • Offers a user-friendly interface for generating and customizing badges.
  • Includes a wide range of badge styles and colors to match different project branding.

Cons of dwyl/repo-badges

  • The repository may not be as actively maintained as Envoy-VC/awesome-badges, with fewer recent updates.
  • The documentation and examples may not be as detailed or up-to-date as those found in Envoy-VC/awesome-badges.
  • The repository does not provide a centralized list of badge sources, unlike Envoy-VC/awesome-badges.

Code Comparison

Envoy-VC/awesome-badges:

# Awesome Badges

A curated list of awesome badges for your projects.

## Contents

- [Build](#build)
- [Code Quality](#code-quality)
- [Dependencies](#dependencies)
- [Social](#social)
- [Miscellaneous](#miscellaneous)

dwyl/repo-badges:

# repo-badges

A collection of badges you can use in your project's README.

## Usage

To use a badge, simply copy the markdown code and paste it into your README.

## Badges

### Build Status

[![Build Status](https://img.shields.io/travis/dwyl/repo-badges.svg?style=flat-square)](https://travis-ci.org/dwyl/repo-badges)
4,304

:pencil: Markdown code for lots of small badges :ribbon: :pushpin: (shields.io, forthebadge.com etc) :sunglasses:. Contributions are welcome! Please add yours!

Pros of Naereen/badges

  • Naereen/badges provides a wider variety of badge types, including custom badges, social media badges, and even badges for specific programming languages.
  • The repository includes detailed instructions and examples for using the badges, making it easier for users to integrate them into their projects.
  • The badges are regularly updated and maintained, ensuring they remain relevant and functional.

Cons of Naereen/badges

  • Naereen/badges may have a steeper learning curve for users who are not familiar with Markdown or HTML, as the badges require some technical knowledge to implement.
  • The repository is primarily focused on providing badges, and may not offer the same level of curation and organization as Envoy-VC/awesome-badges.
  • Some users may prefer the more streamlined and focused approach of Envoy-VC/awesome-badges.

Code Comparison

Envoy-VC/awesome-badges:

[![GitHub stars](https://img.shields.io/github/stars/Envoy-VC/awesome-badges.svg?style=social&label=Star)](https://github.com/Envoy-VC/awesome-badges)
[![GitHub forks](https://img.shields.io/github/forks/Envoy-VC/awesome-badges.svg?style=social&label=Fork)](https://github.com/Envoy-VC/awesome-badges)

Naereen/badges:

[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)
[![made-with-markdown](https://img.shields.io/badge/Made%20with-Markdown-1f425f.svg)](http://commonmark.org)

Badges for your personal developer branding, profile, and projects.

Pros of Markdown Badges

  • Markdown Badges provides a wide range of pre-made badges that can be easily customized and integrated into your project's README or other Markdown-based documentation.
  • The repository includes a comprehensive list of available badges, making it easy to find the right one for your needs.
  • The badges are well-designed and visually appealing, adding a professional touch to your project's documentation.

Cons of Markdown Badges

  • Compared to Awesome Badges, Markdown Badges has a more limited selection of badge types, focusing primarily on status and informational badges.
  • The repository does not provide as much guidance or examples on how to use the badges, which may make it less accessible for beginners.
  • The badges are not as easily customizable as those in Awesome Badges, which offers more options for changing colors, styles, and other visual aspects.

Code Comparison

Markdown Badges:

[![GitHub issues](https://img.shields.io/github/issues/Ileriayo/markdown-badges.svg)](https://github.com/Ileriayo/markdown-badges/issues)

Awesome Badges:

[![GitHub issues](https://img.shields.io/github/issues/Envoy-VC/awesome-badges?style=flat-square)](https://github.com/Envoy-VC/awesome-badges/issues)

The main difference in the code is the use of the style=flat-square parameter in the Awesome Badges example, which gives the badge a more square-like appearance compared to the default rounded corners in the Markdown Badges example.

Convert Figma logo designs to code with AI

Visual Copilot

Introducing Visual Copilot: A new AI model to turn Figma designs to high quality code using your components.

Try Visual Copilot

README



Awesome Badges Awesome Badge

A curated list of Badges for your next Project.

Contributing:

Please take a quick look at the contribution guidelines first. Thanks to all contributors; you rock!




📱 Contact

BadgeURL
https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white
https://img.shields.io/badge/GroupMe-00AFF0?style=for-the-badge&logo=groupme&logoColor=white
https://img.shields.io/badge/icq_new-black?style=for-the-badge&logo=icq&logolColor=42F425
https://img.shields.io/badge/Kik-5AC710?style=for-the-badge&logo=kik&logoColor=white
https://img.shields.io/badge/Line-00C300?style=for-the-badge&logo=line&logoColor=white
https://img.shields.io/badge/matrix-000000?style=for-the-badge&logo=Matrix&logoColor=white
https://img.shields.io/badge/Messenger-00B2FF?style=for-the-badge&logo=messenger&logoColor=white
https://img.shields.io/badge/Microsoft_Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white
https://img.shields.io/badge/ProtonMail-8B89CC?style=for-the-badge&logo=protonmail&logoColor=white
https://img.shields.io/badge/Signal-%23039BE5.svg?&style=for-the-badge&logo=Signal&logoColor=white
https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white
https://img.shields.io/badge/Tutanota-840010?style=for-the-badge&logo=Tutanota&logoColor=white
https://img.shields.io/badge/viber-685EA9?style=for-the-badge&logo=viber&logoColor=white
https://img.shields.io/badge/WeChat-07C160?style=for-the-badge&logo=wechat&logoColor=white
https://img.shields.io/badge/website-000000?style=for-the-badge&logo=About.me&logoColor=white
https://img.shields.io/badge/WhatsApp-25D366?style=for-the-badge&logo=whatsapp&logoColor=white
https://img.shields.io/badge/Wire-B71C1C?style=for-the-badge&logo=wire&logoColor=white

🔝 Back to Top



🤜🤛 Group

BadgeURL
https://img.shields.io/badge/Slack-4A154B?style=for-the-badge&logo=slack&logoColor=white
https://img.shields.io/badge/Discord-7289DA?style=for-the-badge&logo=discord&logoColor=white
https://img.shields.io/badge/Microsoft_Teams-6264A7?style=for-the-badge&logo=microsoft-teams&logoColor=white
https://img.shields.io/badge/Zoom-2D8CFF?style=for-the-badge&logo=zoom&logoColor=white
https://img.shields.io/badge/Mattermost-0058CC?style=for-the-badge&logo=Mattermost&logoColor=white
https://img.shields.io/badge/Stack%20Exchange-1E5397?style=for-the-badge&logo=Stack%20Exchange&logoColor=white
https://img.shields.io/badge/Super%20User-38A1CE?style=for-the-badge&logo=Super%20User&logoColor=white
https://img.shields.io/badge/Pinterest-BD081C?style=for-the-badge&logo=Pinterest&logoColor=white
https://img.shields.io/badge/Reddit-FF4500?style=for-the-badge&logo=Reddit&logoColor=white
https://img.shields.io/badge/Stack%20Overflow-F58025?style=for-the-badge&logo=Stack%20Overflow&logoColor=white
https://img.shields.io/badge/Google-4285F4?logo=google&logoColor=fff&style=for-the-badge

🔝 Back to Top



👨 Social

BadgeURL
https://img.shields.io/badge/Academia-fff?style=for-the-badge&logo=academia&logoColor=black
https://img.shields.io/badge/-Behance-blue?style=for-the-badge&logo=behance&logoColor=white
https://img.shields.io/badge/bio.link-000000%7D?style=for-the-badge&logo=biolink&logoColor=white
https://img.shields.io/badge/Bitbucket-0747a6?style=for-the-badge&logo=bitbucket&logoColor=white
https://img.shields.io/badge/вконтакте-%232E87FB.svg?&style=for-the-badge&logo=vk&logoColor=white
https://img.shields.io/badge/Codechef-%23B92B27.svg?&style=for-the-badge&logo=Codechef&logoColor=white
https://img.shields.io/badge/Codeforces-445f9d?style=for-the-badge&logo=Codeforces&logoColor=white
https://img.shields.io/badge/Codepen-000000?style=for-the-badge&logo=codepen&logoColor=white
https://img.shields.io/badge/Codewars-B1361E?style=for-the-badge&logo=Codewars&logoColor=white
https://img.shields.io/badge/DeviantArt-05CC47?style=for-the-badge&logo=deviantart&logoColor=white
https://img.shields.io/badge/Dribbble-EA4C89?style=for-the-badge&logo=dribbble&logoColor=white
https://img.shields.io/badge/Element-0DBD8B?style=for-the-badge&logo=element&logoColor=white
https://img.shields.io/badge/Facebook-1877F2?style=for-the-badge&logo=facebook&logoColor=white
https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white
https://img.shields.io/badge/GitLab-330F63?style=for-the-badge&logo=gitlab&logoColor=white
https://img.shields.io/badge/Goodreads-372213?style=for-the-badge&logo=goodreads&logoColor=white
https://img.shields.io/badge/HackerEarth-%232C3454.svg?&style=for-the-badge&logo=HackerEarth&logoColor=Blue
https://img.shields.io/badge/-Hackerrank-2EC866?style=for-the-badge&logo=HackerRank&logoColor=white
https://img.shields.io/badge/Iconfinder-1A1B1F?style=for-the-badge&logo=Iconfinder&logoColor=white
https://img.shields.io/badge/Instagram-E4405F?style=for-the-badge&logo=instagram&logoColor=white
https://img.shields.io/badge/Kaggle-20BEFF?style=for-the-badge&logo=Kaggle&logoColor=white
https://img.shields.io/badge/-LeetCode-FFA116?style=for-the-badge&logo=LeetCode&logoColor=black
https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white
https://img.shields.io/badge/linktree-39E09B?style=for-the-badge&logo=linktree&logoColor=white
https://img.shields.io/badge/Myanimelist-2E51A2?style=for-the-badge&logo=myanimelist&logoColor=white
https://img.shields.io/badge/Pinterest-%23E60023.svg?&style=for-the-badge&logo=Pinterest&logoColor=white
https://img.shields.io/badge/polywork-543DE0?style=for-the-badge&logo=polywork&logoColor=white
https://img.shields.io/badge/Profile%20Visitors-172B4D?style=for-the-badge&logo=Opsgenie&logoColor=white
https://img.shields.io/badge/Quora-%23B92B27.svg?&style=for-the-badge&logo=Quora&logoColor=white
https://img.shields.io/badge/Reddit-FF4500?style=for-the-badge&logo=reddit&logoColor=white
https://img.shields.io/badge/Research_Gate-00CCBB.svg?&style=for-the-badge&logo=ResearchGate&logoColor=white
https://img.shields.io/badge/Signal-3A76F0?style=for-the-badge&logo=signal&logoColor=white
https://img.shields.io/badge/Snapchat-FFFC00?style=for-the-badge&logo=snapchat&logoColor=white
https://img.shields.io/badge/-Sololearn-3a464b?style=for-the-badge&logo=Sololearn&logoColor=white
https://img.shields.io/badge/Sourcetree-0052CC?style=for-the-badge&logo=Sourcetree&logoColor=white
https://img.shields.io/badge/StackExchange-%23ffffff.svg?&style=for-the-badge&logo=StackExchange&logoColor=white
https://img.shields.io/badge/Stack_Overflow-FE7A16?style=for-the-badge&logo=stack-overflow&logoColor=white
https://img.shields.io/badge/connect-%2300843e.svg?style=for-the-badge&logo=symfony&logoColor=white
https://img.shields.io/badge/TikTok-000000?style=for-the-badge&logo=tiktok&logoColor=white
https://img.shields.io/badge/Tumblr-%2336465D.svg?&style=for-the-badge&logo=Tumblr&logoColor=white
https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white
https://img.shields.io/badge/xda%20developers-2DAAE9?style=for-the-badge&logo=xda-developers&logoColor=white

🔝 Back to Top



🛒 Store

BadgeURL
https://img.shields.io/badge/App_Store-0D96F6?style=for-the-badge&logo=app-store&logoColor=white
https://img.shields.io/badge/F%20Droid-1976D2?style=for-the-badge&logo=f-droid&logoColor=white
https://img.shields.io/badge/Google_Play-414141?style=for-the-badge&logo=google-play&logoColor=white
https://img.shields.io/badge/GUMROAD-36a9ae?style=for-the-badge&logo=gumroad&logoColor=white

🔝 Back to Top



💻 OS

BadgeURL
https://img.shields.io/badge/Alpine_Linux-0D597F?style=for-the-badge&logo=alpine-linux&logoColor=white
https://img.shields.io/badge/Android-3DDC84?style=for-the-badge&logo=android&logoColor=white
https://img.shields.io/badge/Arch_Linux-1793D1?style=for-the-badge&logo=arch-linux&logoColor=white
https://img.shields.io/badge/Artix_Linux-10A0CC?style=for-the-badge&logo=artix-linux&logoColor=white
https://img.shields.io/badge/Cent%20OS-262577?style=for-the-badge&logo=CentOS&logoColor=white
https://img.shields.io/badge/Debian-A81D33?style=for-the-badge&logo=debian&logoColor=white
https://img.shields.io/badge/Deepin-007CFF?style=for-the-badge&logo=deepin&logoColor=white
https://img.shields.io/badge/Elementary%20OS-64BAFF?style=for-the-badge&logo=elementary&logoColor=white
https://img.shields.io/badge/Fedora-294172?style=for-the-badge&logo=fedora&logoColor=white
https://img.shields.io/badge/freebsd-AB2B28?style=for-the-badge&logo=freebsd&logoColor=white
https://img.shields.io/badge/Gentoo-54487A?style=for-the-badge&logo=gentoo&logoColor=white
https://img.shields.io/badge/iOS-000000?style=for-the-badge&logo=ios&logoColor=white
https://img.shields.io/badge/Kali_Linux-557C94?style=for-the-badge&logo=kali-linux&logoColor=white
https://img.shields.io/badge/lineageos-167C80?style=for-the-badge&logo=lineageos&logoColor=white
https://img.shields.io/badge/Linux-FCC624?style=for-the-badge&logo=linux&logoColor=black
https://img.shields.io/badge/Linux_Mint-87CF3E?style=for-the-badge&logo=linux-mint&logoColor=white
https://img.shields.io/badge/mac%20os-000000?style=for-the-badge&logo=apple&logoColor=white
https://img.shields.io/badge/manjaro-35BF5C?style=for-the-badge&logo=manjaro&logoColor=white
https://img.shields.io/badge/NixOS-5277C3?style=for-the-badge&logo=nixos&logoColor=white
https://img.shields.io/badge/OpenWrt-00B5E2?style=for-the-badge&logo=OpenWrt&logoColor=white
https://img.shields.io/badge/Pop!_OS-48B9C7?style=for-the-badge&logo=Pop!_OS&logoColor=white
https://img.shields.io/badge/react%20os-0088CC?style=for-the-badge&logo=reactos&logoColor=white
https://img.shields.io/badge/Red%20Hat-EE0000?style=for-the-badge&logo=redhat&logoColor=white
https://img.shields.io/badge/Sailfish%20OS-053766?style=for-the-badge&logo=Sailfish%20OS&logoColor=white
https://img.shields.io/badge/SUSE-0C322C?style=for-the-badge&logo=SUSE&logoColor=white
https://img.shields.io/badge/Tails%20-56347C?&style=for-the-badge&logo=tails&logoColor=white
https://img.shields.io/badge/Ubuntu-E95420?style=for-the-badge&logo=ubuntu&logoColor=white
https://img.shields.io/badge/-Wear%20OS-4285F4?style=for-the-badge&logo=wear-os&logoColor=white
https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white
https://img.shields.io/badge/Windows_95-008080?style=for-the-badge&logo=windows-95&logoColor=white
https://img.shields.io/badge/Windows_XP-003399?style=for-the-badge&logo=windows-xp&logoColor=white
https://img.shields.io/badge/Zorin%20OS-0CC1F3?style=for-the-badge&logo=zorin&logoColor=white
https://img.shields.io/badge/openSUSE-%2364B345?style=for-the-badge&logo=openSUSE&logoColor=white
https://img.shields.io/badge/WSL-0a97f5?style=for-the-badge&logo=linux&logoColor=white

🔝 Back to Top



📝 Blog

BadgeURL
https://img.shields.io/badge/Blogger-FF5722?style=for-the-badge&logo=blogger&logoColor=white
https://img.shields.io/badge/dev.to-0A0A0A?style=for-the-badge&logo=devdotto&logoColor=white
https://img.shields.io/badge/GeeksforGeeks-298D46?style=for-the-badge&logo=geeksforgeeks&logoColor=white
https://img.shields.io/badge/Ghost-000?style=for-the-badge&logo=ghost&logoColor=yellow
https://img.shields.io/badge/Hashnode-2962FF?style=for-the-badge&logo=hashnode&logoColor=white
https://img.shields.io/badge/Joomla-5091CD?style=for-the-badge&logo=joomla&logoColor=white
https://img.shields.io/badge/Medium-12100E?style=for-the-badge&logo=medium&logoColor=white
https://img.shields.io/badge/Micro%20blog-FF8800?style=for-the-badge&logo=Microdotblog&logoColor=white
https://img.shields.io/badge/RSS-FFA500?style=for-the-badge&logo=rss&logoColor=white
https://img.shields.io/badge/Wix-000?style=for-the-badge&logo=wix&logoColor=white
https://img.shields.io/badge/Wordpress-21759B?style=for-the-badge&logo=wordpress&logoColor=white

🔝 Back to Top



🎞 Streaming

BadgeURL
https://img.shields.io/badge/Amazon%20Prime-00A8E1?style=for-the-badge&logo=netflix&logoColor=white
https://img.shields.io/badge/Crunchyroll-F47521?style=for-the-badge&logo=crunchyroll&logoColor=white
https://img.shields.io/badge/Facebook_Gaming-005FED?style=for-the-badge&logo=facebook-gaming&logoColor=white
https://img.shields.io/badge/Hulu-1CE783?style=for-the-badge&logo=hulu&logoColor=white
https://img.shields.io/badge/Netflix-E50914?style=for-the-badge&logo=netflix&logoColor=white
https://img.shields.io/badge/Twitch-9146FF?style=for-the-badge&logo=twitch&logoColor=white
https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge&logo=youtube&logoColor=white
https://img.shields.io/badge/YouTube_Gaming-FF0000?style=for-the-badge&logo=youtube-gaming&logoColor=white

🔝 Back to Top



🚀 Skills

BadgeURL
https://img.shields.io/badge/C%23-239120?style=for-the-badge&logo=c-sharp&logoColor=white
https://img.shields.io/badge/Xamarin-3498DB?style=for-the-badge&logo=xamarin&logoColor=white
https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=python&logoColor=white
https://img.shields.io/badge/HTML-239120?style=for-the-badge&logo=html5&logoColor=white
https://img.shields.io/badge/CSS-239120?&style=for-the-badge&logo=css3&logoColor=white
https://img.shields.io/badge/.NET-5C2D91?style=for-the-badge&logo=.net&logoColor=white
https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=JavaScript&logoColor=white
https://img.shields.io/badge/p5%20js-ED225D?style=for-the-badge&logo=p5dotjs&logoColor=white
https://img.shields.io/badge/ReactiveX-B7178C?style=for-the-badge&logo=ReactiveX&logoColor=white
https://img.shields.io/badge/ScrollReveal-FFCB36?style=for-the-badge&logo=ScrollReveal&logoColor=white
https://img.shields.io/badge/Node.js-43853D?style=for-the-badge&logo=node.js&logoColor=white
https://img.shields.io/badge/Hugo-FF4088?style=for-the-badge&logo=hugo&logoColor=white
https://img.shields.io/badge/CodinGame-F2BB13?style=for-the-badge&logo=codingame&logoColor=white
https://img.shields.io/badge/Crowdsource-4285F4?style=for-the-badge&logo=Crowdsource&logoColor=white
https://img.shields.io/badge/Hoppscotch-31C48D?style=for-the-badge&logo=Hoppscotch&logoColor=white
https://img.shields.io/badge/Lit-324FFF?style=for-the-badge&logo=Lit&logoColor=white
https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge&logo=typescript&logoColor=white
https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white
https://img.shields.io/badge/ts--node-3178C6?style=for-the-badge&logo=ts-node&logoColor=white
https://img.shields.io/badge/JSS-F7DF1E?style=for-the-badge&logo=JSS&logoColor=white
https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white
https://img.shields.io/badge/Node--Red-8F0000?style=for-the-badge&logo=nodered&logoColor=white
https://img.shields.io/badge/Sass-CC6699?style=for-the-badge&logo=sass&logoColor=white
https://img.shields.io/badge/Python-14354C?style=for-the-badge&logo=python&logoColor=white
https://img.shields.io/badge/C-00599C?style=for-the-badge&logo=c&logoColor=white
https://img.shields.io/badge/C%2B%2B-00599C?style=for-the-badge&logo=c%2B%2B&logoColor=white
https://img.shields.io/badge/C%23-239120?style=for-the-badge&logo=c-sharp&logoColor=white
https://img.shields.io/badge/Java-ED8B00?style=for-the-badge&logo=openjdk&logoColor=white
https://img.shields.io/badge/PHP-777BB4?style=for-the-badge&logo=php&logoColor=white
https://img.shields.io/badge/R-276DC3?style=for-the-badge&logo=r&logoColor=white
https://img.shields.io/badge/Swift-FA7343?style=for-the-badge&logo=swift&logoColor=white
https://img.shields.io/badge/Kotlin-0095D5?&style=for-the-badge&logo=kotlin&logoColor=white
https://img.shields.io/badge/Go-00ADD8?style=for-the-badge&logo=go&logoColor=white
https://img.shields.io/badge/Ruby-CC342D?style=for-the-badge&logo=ruby&logoColor=white
https://img.shields.io/badge/Scala-DC322F?style=for-the-badge&logo=scala&logoColor=white
https://img.shields.io/badge/Rust-000000?style=for-the-badge&logo=rust&logoColor=white
https://img.shields.io/badge/Matter.js-4B5562?style=for-the-badge&logo=Matter.js&logoColor=white
https://img.shields.io/badge/Dart-0175C2?style=for-the-badge&logo=dart&logoColor=white
https://img.shields.io/badge/Lua-2C2D72?style=for-the-badge&logo=lua&logoColor=white
https://img.shields.io/badge/Perl-39457E?style=for-the-badge&logo=perl&logoColor=white
https://img.shields.io/badge/Elixir-4B275F?style=for-the-badge&logo=elixir&logoColor=white
https://img.shields.io/badge/Markdown-000000?style=for-the-badge&logo=markdown&logoColor=white
https://img.shields.io/badge/Shell_Script-121011?style=for-the-badge&logo=gnu-bash&logoColor=white
https://img.shields.io/badge/Express.js-404D59?style=for-the-badge
https://img.shields.io/badge/Gatsby-663399?style=for-the-badge&logo=gatsby&logoColor=white
https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB
https://img.shields.io/badge/React_Native-20232A?style=for-the-badge&logo=react&logoColor=61DAFB
https://img.shields.io/badge/Svelte-4A4A55?style=for-the-badge&logo=svelte&logoColor=FF3E00
https://img.shields.io/badge/Vue.js-35495E?style=for-the-badge&logo=vue.js&logoColor=4FC08D
https://img.shields.io/badge/Angular-DD0031?style=for-the-badge&logo=angular&logoColor=white
https://img.shields.io/badge/AngularJS-E23237?style=for-the-badge&logo=angularjs&logoColor=white
https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge&logo=tailwind-css&logoColor=white
https://img.shields.io/badge/Bootstrap-563D7C?style=for-the-badge&logo=bootstrap&logoColor=white
https://img.shields.io/badge/styled--components-DB7093?style=for-the-badge&logo=styled-components&logoColor=white
https://img.shields.io/badge/Material--UI-0081CB?style=for-the-badge&logo=material-ui&logoColor=white
https://img.shields.io/badge/Redux-593D88?style=for-the-badge&logo=redux&logoColor=white
https://img.shields.io/badge/React_Router-CA4245?style=for-the-badge&logo=react-router&logoColor=white
https://img.shields.io/badge/jQuery-0769AD?style=for-the-badge&logo=jquery&logoColor=white
https://img.shields.io/badge/Django-092E20?style=for-the-badge&logo=django&logoColor=white
https://img.shields.io/badge/Ruby_on_Rails-CC0000?style=for-the-badge&logo=ruby-on-rails&logoColor=white
https://img.shields.io/badge/Laravel-FF2D20?style=for-the-badge&logo=laravel&logoColor=white
https://img.shields.io/badge/Spring-6DB33F?style=for-the-badge&logo=spring&logoColor=white
https://img.shields.io/badge/Flask-000000?style=for-the-badge&logo=flask&logoColor=white
https://img.shields.io/badge/Flutter-02569B?style=for-the-badge&logo=flutter&logoColor=white
https://img.shields.io/badge/MySQL-00000F?style=for-the-badge&logo=mysql&logoColor=white
https://img.shields.io/badge/PostgreSQL-316192?style=for-the-badge&logo=postgresql&logoColor=white
https://img.shields.io/badge/MongoDB-4EA94B?style=for-the-badge&logo=mongodb&logoColor=white
https://img.shields.io/badge/SQLite-07405E?style=for-the-badge&logo=sqlite&logoColor=white
https://img.shields.io/badge/Unity-100000?style=for-the-badge&logo=unity&logoColor=white
https://img.shields.io/badge/unrealengine-%23313131.svg?style=for-the-badge&logo=unrealengine&logoColor=white
https://img.shields.io/badge/Netlify-00C7B7?style=for-the-badge&logo=netlify&logoColor=white
https://img.shields.io/badge/Heroku-430098?style=for-the-badge&logo=heroku&logoColor=white
https://img.shields.io/badge/Amazon_AWS-232F3E?style=for-the-badge&logo=amazon-aws&logoColor=white
https://img.shields.io/badge/Google_Cloud-4285F4?style=for-the-badge&logo=google-cloud&logoColor=white
https://img.shields.io/badge/Microsoft_Azure-0089D6?style=for-the-badge&logo=microsoft-azure&logoColor=white
https://img.shields.io/badge/Microsoft_Excel-217346?style=for-the-badge&logo=microsoft-excel&logoColor=white
https://img.shields.io/badge/Microsoft_PowerPoint-B7472A?style=for-the-badge&logo=microsoft-powerpoint&logoColor=white
https://img.shields.io/badge/Microsoft_Access-A4373A?style=for-the-badge&logo=microsoft-access&logoColor=white
https://img.shields.io/badge/Microsoft_SQL_Server-CC2927?style=for-the-badge&logo=microsoft-sql-server&logoColor=white
https://img.shields.io/badge/Microsoft_Office-D83B01?style=for-the-badge&logo=microsoft-office&logoColor=white
https://img.shields.io/badge/Microsoft_SharePoint-0078D4?style=for-the-badge&logo=microsoft-sharepoint&logoColor=white
https://img.shields.io/badge/Microsoft_Word-2B579A?style=for-the-badge&logo=microsoft-word&logoColor=white
https://img.shields.io/badge/Microsoft_Visio-3955A3?style=for-the-badgee&logo=microsoft-visio&logoColor=white
https://img.shields.io/badge/Microsoft-666666?style=for-the-badge&logo=microsoft&logoColor=white
https://img.shields.io/badge/SAP-0FAAFF?style=for-the-badge&logo=sap&logoColor=white
https://img.shields.io/badge/Powershell-2CA5E0?style=for-the-badge&logo=powershell&logoColor=white
https://img.shields.io/badge/workspace-143157?style=for-the-badge&logo=NX&logoColor=white
https://img.shields.io/badge/sequelize-323330?style=for-the-badge&logo=sequelize&logoColor=blue
https://img.shields.io/badge/json%20web%20tokens-323330?style=for-the-badge&logo=json-web-tokens&logoColor=pink
https://img.shields.io/badge/npm-CB3837?style=for-the-badge&logo=npm&logoColor=white
https://img.shields.io/badge/Next.js-000?logo=nextdotjs&logoColor=fff&style=for-the-badge
Symfony Badgehttps://img.shields.io/badge/Symfony-000?logo=symfony&logoColor=fff&style=for-the-badge

🔝 Back to Top



🔔 Tests

BadgeURL
https://img.shields.io/badge/Jest-323330?style=for-the-badge&logo=Jest&logoColor=white
https://img.shields.io/badge/testing%20library-323330?style=for-the-badge&logo=testing-library&logoColor=red
https://img.shields.io/badge/mocha.js-323330?style=for-the-badge&logo=mocha&logoColor=Brown
https://img.shields.io/badge/chai.js-323330?style=for-the-badge&logo=chai&logoColor=red
https://img.shields.io/badge/sinon.js-323330?style=for-the-badge&logo=sinon

🔝 Back to Top



💻 Workspace Specs

BadgeURL
https://img.shields.io/badge/NVIDIA-GTX1650-76B900?style=for-the-badge&logo=nvidia&logoColor=white
https://img.shields.io/badge/AMD-Radeon_RX_5500-ED1C24?style=for-the-badge&logo=amd&logoColor=white
https://img.shields.io/badge/Intel-Core_i5_10th-0071C5?style=for-the-badge&logo=intel&logoColor=white
https://img.shields.io/badge/AMD-Ryzen_7_3800X-ED1C24?style=for-the-badge&logo=amd&logoColor=white
https://img.shields.io/badge/Windows-ASUS_Zenbook_3-0078D6?style=for-the-badge&logo=windows&logoColor=white
https://img.shields.io/badge/Apple-MacBook_Pro_2012-999999?style=for-the-badge&logo=apple&logoColor=white

🔝 Back to Top



🎮 Games

BadgeURL
https://img.shields.io/badge/Activision-000000?style=for-the-badge&logo=Activision&logoColor=white
https://img.shields.io/badge/Battle.net-000?style=for-the-badge&logo=battle.net&logoColor=148EFF
https://img.shields.io/badge/Counter_Strike-000000?style=for-the-badge&logo=counter-strike&logoColor=white
https://img.shields.io/badge/Epic%20Games-313131?style=for-the-badge&logo=Epic%20Games&logoColor=white
https://img.shields.io/badge/FIFA-B7312F?style=for-the-badge&logo=fifa&logoColor=white
https://img.shields.io/badge/Itch.io-FA5C5C?style=for-the-badge&logo=itchdotio&logoColor=white
https://img.shields.io/badge/Origin-148EFF?style=for-the-badge&logo=origin&logoColor=white
https://img.shields.io/badge/Game%20Jolt-CCFF00?style=for-the-badge&logo=Game%20Jolt&logoColor=white
https://img.shields.io/badge/Game%20&%20Watch-CCFF00?style=for-the-badge&logo=Game%20&%20Watch&logoColor=white
https://img.shields.io/badge/Nintendo_3DS-D12228?style=for-the-badge&logo=nintendo-3ds&logoColor=white
https://img.shields.io/badge/WeGame-FAAB00?style=for-the-badge&logo=WeGame&logoColor=white
https://img.shields.io/badge/Republic%20of%20Gamers-FF0029?style=for-the-badge&logo=Republic%20of%20Gamers&logoColor=white
https://img.shields.io/badge/Nintendo_Switch-E60012?style=for-the-badge&logo=nintendo-switch&logoColor=white
https://img.shields.io/badge/PlayStation-003791?style=for-the-badge&logo=playstation&logoColor=white
https://img.shields.io/badge/Riot_Games-D32936?style=for-the-badge&logo=riot-games&logoColor=white
https://img.shields.io/badge/Stadia-CD2640?style=for-the-badge&logo=stadia&logoColor=white
https://img.shields.io/badge/Steam-000000?style=for-the-badge&logo=steam&logoColor=white
https://img.shields.io/badge/Xbox-107C10?style=for-the-badge&logo=xbox&logoColor=white

🔝 Back to Top



❤ Funding

BadgeURL
https://img.shields.io/badge/alipay-00A1E9?style=for-the-badge&logo=alipay&logoColor=white
https://img.shields.io/badge/amazon%20pay-F79114?style=for-the-badge&logo=amazon%20pay&logoColor=white
https://img.shields.io/badge/apple%20pay-007AFF?style=for-the-badge&logo=apple%20pay&logoColor=white
https://img.shields.io/badge/Buy_Me_A_Coffee-FFDD00?style=for-the-badge&logo=buy-me-a-coffee&logoColor=black
https://img.shields.io/badge/fampay-FFAD00?style=for-the-badge&logo=fampay&logoColor=white
https://img.shields.io/badge/G%20pay-2875E3?style=for-the-badge&logo=googlepay&logoColor=white
https://img.shields.io/badge/Ko--fi-F16061?style=for-the-badge&logo=ko-fi&logoColor=white
https://img.shields.io/badge/Liberapay-F6C915?style=for-the-badge&logo=liberapay&logoColor=black
https://img.shields.io/badge/OpenCollective-1F87FF?style=for-the-badge&logo=OpenCollective&logoColor=white
https://img.shields.io/badge/Patreon-F96854?style=for-the-badge&logo=patreon&logoColor=white
https://img.shields.io/badge/Payoneer-D73F03?style=for-the-badge&logo=payoneer&logoColor=white
https://img.shields.io/badge/PayPal-00457C?style=for-the-badge&logo=paypal&logoColor=white
https://img.shields.io/badge/Paytm-002970?style=for-the-badge&logo=paytm&logoColor=00BAF2
https://img.shields.io/badge/phonepe-3DDC84?style=for-the-badge&logo=phonepe&logoColor=white&color=purple
https://img.shields.io/badge/picpay-21C25E?style=for-the-badge&logo=picpay&logoColor=white
https://img.shields.io/badge/Razorpay-02042B?style=for-the-badge&logo=razorpay&logoColor=3395FF
https://img.shields.io/badge/samsung%20pay-1D49C0?style=for-the-badge&logo=samsung%20pay&logoColor=white
https://img.shields.io/badge/sponsor-30363D?style=for-the-badge&logo=GitHub-Sponsors&logoColor=#white
https://img.shields.io/badge/Stripe-626CD9?style=for-the-badge&logo=Stripe&logoColor=white
https://img.shields.io/badge/wise-394e79?style=for-the-badge&logo=transferwise&logoColor=00B9FF

🔝 Back to Top



🎶 Sound

BadgeURL
https://img.shields.io/badge/1001tracklists-40AEF0?style=for-the-badge&logo=1001tracklists&logoColor=white
https://img.shields.io/badge/apple%20music-F34E68?style=for-the-badge&logo=apple%20music&logoColor=white
https://img.shields.io/badge/Apple_Podcasts-9933CC?style=for-the-badge&logo=apple-podcasts&logoColor=white
https://img.shields.io/badge/Audacity-0000CC?style=for-the-badge&logo=audacity&logoColor=white
https://img.shields.io/badge/Deezer-FEAA2D?style=for-the-badge&logo=deezer&logoColor=white
https://img.shields.io/badge/Google_Podcasts-4285F4?style=for-the-badge&logo=google-podcasts&logoColor=white
https://img.shields.io/badge/iheart-A80025?style=for-the-badge&logo=iheartradio&logoColor=white
https://img.shields.io/badge/last.fm-D51007?style=for-the-badge&logo=last.fm&logoColor=white
https://img.shields.io/badge/Pandora-3668FF?style=for-the-badge&logo=pandora&logoColor=A15BB4
https://img.shields.io/badge/Shazam-0088FF?style=for-the-badge&logo=Shazam&logoColor=white
https://img.shields.io/badge/SoundCloud-FF3300?style=for-the-badge&logo=soundcloud&logoColor=white
https://img.shields.io/badge/Spotify-1ED760?&style=for-the-badge&logo=spotify&logoColor=white
https://img.shields.io/badge/Tidal-000000?style=for-the-badge&logo=Tidal&logoColor=white
https://img.shields.io/badge/TuneIn-14D8CC?style=for-the-badge&logo=TuneIn&logoColor=white
https://img.shields.io/badge/YouTube_Music-FF0000?style=for-the-badge&logo=youtube-music&logoColor=white
https://img.shields.io/badge/Castbox-F55B23?logo=castbox&logoColor=fff&style=for-the-badge

🔝 Back to Top



🍔 Food

BadgeURL
https://img.shields.io/badge/Aiqfome-7A1FA2?style=for-the-badge&logo=aiqfome&logoColor=white
https://img.shields.io/badge/Burger King-D62300?style=for-the-badge&logo=Burger King&logoColor=white
https://img.shields.io/badge/Deliveroo-00CCBC?style=for-the-badge&logo=Deliveroo&logoColor=white
https://img.shields.io/badge/DoorDash-FF3008?style=for-the-badge&logo=DoorDash&logoColor=white
https://img.shields.io/badge/foodpanda-E23744?style=for-the-badge&logo=zomato&logoColor=white
https://img.shields.io/badge/Grab-00B14F?style=for-the-badge&logo=grab&logoColor=white
https://img.shields.io/badge/Grubhub-F63440?style=for-the-badge&logo=Grubhub&logoColor=white
https://img.shields.io/badge/iFood-EA1D2C?style=for-the-badge&logo=ifood&logoColor=white
https://img.shields.io/badge/KFC-F40027?style=for-the-badge&logo=kfc&logoColor=white
https://img.shields.io/badge/McDonald's-FBC817?style=for-the-badge&logo=McDonald's&logoColor=white
https://img.shields.io/badge/Postmates-000000?style=for-the-badge&logo=Postmates&logoColor=white
https://img.shields.io/badge/Swiggy-FC8019?style=for-the-badge&logo=Swiggy&logoColor=white
https://img.shields.io/badge/Uber_Eats-5FB709?style=for-the-badge&logo=uber-eats&logoColor=white
https://img.shields.io/badge/Zomato-E23744?style=for-the-badge&logo=zomato&logoColor=white

🔝 Back to Top



📊 Analytics

BadgeURL
https://img.shields.io/badge/Amazon%20CloudWatch-FF4F8B?style=for-the-badge&logo=Amazon%20CloudWatch&logoColor=white
https://img.shields.io/badge/Google%20Analytics-E37400?style=for-the-badge&logo=google%20analytics&logoColor=white
https://img.shields.io/badge/hotjar-FD3A5C?style=for-the-badge&logo=hotjar&logoColor=white
https://img.shields.io/badge/Kibana-005571?style=for-the-badge&logo=Kibana&logoColor=white
https://img.shields.io/badge/Matomo-3152A0?style=for-the-badge&logo=Matomo&logoColor=white
https://img.shields.io/badge/Tableau-E97627?style=for-the-badge&logo=Tableau&logoColor=white

🔝 Back to Top



🤖 Artificial Intelligence

BadgeURL
https://img.shields.io/badge/dialogflow-FF9800?style=for-the-badge&logo=dialogflow&logoColor=white
https://img.shields.io/badge/TensorFlow-FF6F00?style=for-the-badge&logo=tensorflow&logoColor=white
https://img.shields.io/badge/Weights_&_Biases-FFBE00?style=for-the-badge&logo=WeightsAndBiases&logoColor=white
https://img.shields.io/badge/amazon%20alexa-52b5f7?style=for-the-badge&logo=amazon%20alexa&logoColor=white
https://img.shields.io/badge/dependabot-025E8C?style=for-the-badge&logo=dependabot&logoColor=white
https://img.shields.io/badge/google%20assistant-4285F4?style=for-the-badge&logo=google%20assistant&logoColor=white

🔝 Back to Top



🔗 Blockchain

BadgeURL
https://img.shields.io/badge/hyperledger-2F3134?style=for-the-badge&logo=hyperledger&logoColor=white
https://img.shields.io/badge/OpenZeppelin-4E5EE4?logo=openzeppelin&logoColor=fff&style=for-the-badge
https://img.shields.io/badge/Ethereum-3C3C3D?logo=ethereum&logoColor=fff&style=for-the-badge
https://img.shields.io/badge/Tether-50AF95?logo=tether&logoColor=fff&style=for-the-badge
https://img.shields.io/badge/Bitcoin-F7931A?logo=bitcoin&logoColor=fff&style=for-the-badge
https://img.shields.io/badge/Coinbase-0052FF?style=for-the-badge&logo=Coinbase&logoColor=white
https://img.shields.io/badge/Blockchain.com-121D33?logo=blockchaindotcom&logoColor=fff&style=for-the-badge
https://img.shields.io/badge/Web3.js-F16822?logo=web3dotjs&logoColor=fff&style=for-the-badge

🔝 Back to Top



☁ Cloud

BadgeURL
https://img.shields.io/badge/Alibaba_Cloud-FF6A00?style=for-the-badge&logo=alibabacloud&logoColor=white
https://img.shields.io/badge/Amazon_AWS-FF9900?style=for-the-badge&logo=amazonaws&logoColor=white
https://img.shields.io/badge/Azure_DevOps-0078D7?style=for-the-badge&logo=azure-devops&logoColor=white
https://img.shields.io/badge/Azure_Functions-0062AD?style=for-the-badge&logo=azure-functions&logoColor=white
https://img.shields.io/badge/circleci-343434?style=for-the-badge&logo=circleci&logoColor=white
https://img.shields.io/badge/Cirrus_CI-4051B5?style=for-the-badge&logo=cirrusci&logoColor=white
https://img.shields.io/badge/Cloudflare-F38020?style=for-the-badge&logo=Cloudflare&logoColor=white
https://img.shields.io/badge/Cloudflare%20Pages-F38020?style=for-the-badge&logo=Cloudflare%20Pages&logoColor=white
https://img.shields.io/badge/Cloud%20Foundry-0C9ED5?style=for-the-badge&logo=Cloud%20Foundry&logoColor=white
https://img.shields.io/badge/Cloudsmith-187EB6?style=for-the-badge&logo=Cloudsmith&logoColor=white
https://img.shields.io/badge/Codeship-004466?style=for-the-badge&logo=Codeship&logoColor=white
https://img.shields.io/badge/Codemagic-F45E3F?style=for-the-badge&logo=Codemagic&logoColor=white
https://img.shields.io/badge/Digital_Ocean-0080FF?style=for-the-badge&logo=DigitalOcean&logoColor=white
https://img.shields.io/badge/Drone_CI-212121?style=for-the-badge&logo=drone&logoColor=white
https://img.shields.io/badge/elastic%20cloud-005571?style=for-the-badge&logo=elasticcloud&logoColor=white
https://img.shields.io/badge/GitHub_Actions-2088FF?style=for-the-badge&logo=github-actions&logoColor=white
https://img.shields.io/badge/Glitch-2800ff?style=for-the-badge&logo=glitch&logoColor=white
https://img.shields.io/badge/Google_Cloud-4285F4?style=for-the-badge&logo=google-cloud&logoColor=white
https://img.shields.io/badge/Heroku-430098?style=for-the-badge&logo=heroku&logoColor=white
https://img.shields.io/badge/IBM%20Cloud-1261FE?style=for-the-badge&logo=IBM%20Cloud&logoColor=white
https://img.shields.io/badge/iCloud-3693F3?style=for-the-badge&logo=iCloud&logoColor=white
https://img.shields.io/badge/jsDelivr-E84D3D?style=for-the-badge&logo=jsDelivr&logoColor=white
https://img.shields.io/badge/Linode-00A95C?style=for-the-badge&logo=Linode&logoColor=white
https://img.shields.io/badge/microsoft%20azure-0089D6?style=for-the-badge&logo=microsoft-azure&logoColor=white
https://img.shields.io/badge/mix%20cloud-5000ff?style=for-the-badge&logo=mixcloud&logoColor=white
https://img.shields.io/badge/Netlify-00C7B7?style=for-the-badge&logo=netlify&logoColor=white
https://img.shields.io/badge/Nextcloud-0082C9?style=for-the-badge&logo=Nextcloud&logoColor=white
https://img.shields.io/badge/Octopus%20Deploy-2F93E0?style=for-the-badge&logo=Octopus%20Deploy&logoColor=white
https://img.shields.io/badge/Oracle-F80000?style=for-the-badge&logo=oracle&logoColor=black
https://img.shields.io/badge/Salesforce-00A1E0?style=for-the-badge&logo=Salesforce&logoColor=white
https://img.shields.io/badge/Sonar%20cloud-F3702A?style=for-the-badge&logo=sonarcloud&logoColor=white
https://img.shields.io/badge/travis_CI-3EAAAF?style=for-the-badge&logo=travisci&logoColor=white
https://img.shields.io/badge/Twilio-F22F46?style=for-the-badge&logo=Twilio&logoColor=white
https://img.shields.io/badge/upcloud-7B00FF?style=for-the-badge&logo=upcloud&logoColor=white
https://img.shields.io/badge/Vercel-000000?style=for-the-badge&logo=vercel&logoColor=white
https://img.shields.io/badge/wasmCloud-00BC8E?style=for-the-badge&logo=wasmCloud&logoColor=white

🔝 Back to Top



💲 Cryptocurrency

BadgeURL
https://img.shields.io/badge/Amp-000?style=for-the-badge&logo=amp&logoColor=005AF0
https://img.shields.io/badge/Bitcoin-000000?style=for-the-badge&logo=bitcoin&logoColor=white
https://img.shields.io/badge/Bitcoin%20Cash-0AC18E?style=for-the-badge&logo=Bitcoin%20Cash&logoColor=white
https://img.shields.io/badge/Bitcoin%20SV-EAB300?style=for-the-badge&logo=Bitcoin%20SV&logoColor=white
https://img.shields.io/badge/Binance-FCD535?style=for-the-badge&logo=binance&logoColor=white
https://img.shields.io/badge/chainlink-375BD2?style=for-the-badge&logo=chainlink&logoColor=white
https://img.shields.io/badge/dash-008DE4?style=for-the-badge&logo=dash&logoColor=white
https://img.shields.io/badge/dogecoin-C2A633?style=for-the-badge&logo=dogecoin&logoColor=white
https://img.shields.io/badge/Ethereum-3C3C3D?style=for-the-badge&logo=Ethereum&logoColor=white
https://img.shields.io/badge/iota-131F37?style=for-the-badge&logo=iota&logoColor=white
https://img.shields.io/badge/Litecoin-A6A9AA?style=for-the-badge&logo=Litecoin&logoColor=white
https://img.shields.io/badge/monero-FF6600?style=for-the-badge&logo=monero&logoColor=white
https://img.shields.io/badge/nano-4A90E2?style=for-the-badge&logo=nano&logoColor=white
https://img.shields.io/badge/polkadot-E6007A?style=for-the-badge&logo=polkadot&logoColor=000
https://img.shields.io/badge/Stellar-090020?style=for-the-badge&logo=stellar&logoColor=white
https://img.shields.io/badge/tether-168363?style=for-the-badge&logo=tether&logoColor=white
https://img.shields.io/badge/Xrp-black?style=for-the-badge&logo=xrp&logoColor=white
https://img.shields.io/badge/Zcash-F4B728?style=for-the-badge&logo=zcash&logoColor=000

🔝 Back to Top



⚡ Database

BadgeURL
https://img.shields.io/badge/Amazon%20DynamoDB-4053D6?style=for-the-badge&logo=Amazon%20DynamoDB&logoColor=white
https://img.shields.io/badge/ArangoDB-DDE072?style=for-the-badge&logo=ArangoDB&logoColor=white
https://img.shields.io/badge/Cassandra-1287B1?style=for-the-badge&logo=apache%20cassandra&logoColor=white
https://img.shields.io/badge/Cockroach%20Labs-6933FF?style=for-the-badge&logo=Cockroach%20Labs&logoColor=white
https://img.shields.io/badge/Couchbase-EA2328?style=for-the-badge&logo=couchbase&logoColor=white
https://img.shields.io/badge/Elastic_Search-005571?style=for-the-badge&logo=elasticsearch&logoColor=white
https://img.shields.io/badge/InfluxDB-22ADF6?style=for-the-badge&logo=InfluxDB&logoColor=white
https://img.shields.io/badge/MariaDB-003545?style=for-the-badge&logo=mariadb&logoColor=white
https://img.shields.io/badge/Microsoft%20SQL%20Server-CC2927?style=for-the-badge&logo=microsoft%20sql%20server&logoColor=white
https://img.shields.io/badge/MongoDB-4EA94B?style=for-the-badge&logo=mongodb&logoColor=white
mysqlhttps://img.shields.io/badge/MySQL-005C84?style=for-the-badge&logo=mysql&logoColor=white
https://img.shields.io/badge/Neo4j-018bff?style=for-the-badge&logo=neo4j&logoColor=white
https://img.shields.io/badge/Oracle-F80000?style=for-the-badge&logo=Oracle&logoColor=white
https://img.shields.io/badge/PostgreSQL-316192?style=for-the-badge&logo=postgresql&logoColor=white
https://img.shields.io/badge/rabbitmq-%23FF6600.svg?&style=for-the-badge&logo=rabbitmq&logoColor=white
https://img.shields.io/badge/redis-%23DD0031.svg?&style=for-the-badge&logo=redis&logoColor=white
https://img.shields.io/badge/Realm-39477F?style=for-the-badge&logo=realm&logoColor=white
https://img.shields.io/badge/SQLite-07405E?style=for-the-badge&logo=sqlite&logoColor=white
https://img.shields.io/badge/Supabase-181818?style=for-the-badge&logo=supabase&logoColor=white
https://img.shields.io/badge/Firebase-039BE5?style=for-the-badge&logo=Firebase&logoColor=white
https://img.shields.io/badge/InfluxDB-22ADF6?style=for-the-badge&logo=InfluxDB&logoColor=white

🔝 Back to Top



🖍 Design

BadgeURL
https://img.shields.io/badge/Adobe%20after%20affects-CF96FD?style=for-the-badge&logo=Adobe%20after%20effects&logoColor=393665
https://img.shields.io/badge/Adobe%20Creative%20Cloud-DA1F26?style=for-the-badge&logo=Adobe%20Creative%20Cloud&logoColor=white
https://img.shields.io/badge/Adobe%20Illustrator-FF9A00?style=for-the-badge&logo=adobe%20illustrator&logoColor=white
https://img.shields.io/badge/Adobe%20InDesign-FF3366?style=for-the-badge&logo=Adobe%20InDesign&logoColor=white
https://img.shields.io/badge/Adobe%20Lightroom-31A8FF?style=for-the-badge&logo=Adobe%20Lightroom&logoColor=white
https://img.shields.io/badge/Adobe%20Photoshop-31A8FF?style=for-the-badge&logo=Adobe%20Photoshop&logoColor=black
https://img.shields.io/badge/Adobe%20Premiere%20Pro-9999FF?style=for-the-badge&logo=Adobe%20Premiere%20Pro&logoColor=white
https://img.shields.io/badge/Adobe%20XD-470137?style=for-the-badge&logo=Adobe%20XD&logoColor=#FF61F6
https://img.shields.io/badge/affinityphoto-%237E4DD2.svg?style=for-the-badge&logo=affinity-photo&logoColor=white
https://img.shields.io/badge/affinitydesginer-%231B72BE.svg?style=for-the-badge&logo=affinity-designer&logoColor=white
https://img.shields.io/badge/altium%20designer-A5915F?style=for-the-badge&logo=altium%20designer&logoColor=white
https://img.shields.io/badge/Behance-0054F7?style=for-the-badge&logo=behance&logoColor=white
https://img.shields.io/badge/blender-%23F5792A.svg?style=for-the-badge&logo=blender&logoColor=white
https://img.shields.io/badge/Canva-%2300C4CC.svg?&style=for-the-badge&logo=Canva&logoColor=white
https://img.shields.io/badge/Dribbble-EA4C89?style=for-the-badge&logo=dribbble&logoColor=white
https://img.shields.io/badge/Figma-F24E1E?style=for-the-badge&logo=figma&logoColor=white
https://img.shields.io/badge/Framer-black?style=for-the-badge&logo=framer&logoColor=blue
https://img.shields.io/badge/gimp-5C5543?style=for-the-badge&logo=gimp&logoColor=white
https://img.shields.io/badge/InVision-FF3366?style=for-the-badge&logo=InVision&logoColor=white
https://img.shields.io/badge/Inkscape-000000?style=for-the-badge&logo=Inkscape&logoColor=white
https://img.shields.io/badge/Krita-203759?style=for-the-badge&logo=krita&logoColor=EEF37B
https://img.shields.io/badge/Proto.io-161637?style=for-the-badge&logo=proto.io&logoColor=00e5ff
https://img.shields.io/badge/semantic%20ui%20react-35BDB2?style=for-the-badge&logo=semanticuireact&logoColor=white
https://img.shields.io/badge/Sketch-FFB387?style=for-the-badge&logo=sketch&logoColor=black

🔝 Back to Top



📚 Education

BadgeURL
https://img.shields.io/badge/Codecademy-FFF0E5?style=for-the-badge&logo=codecademy&logoColor=303347
https://img.shields.io/badge/coding%20ninjas-DD6620?style=for-the-badge&logo=codingninjas&logoColor=white
https://img.shields.io/badge/Coursera-0056D2?style=for-the-badge&logo=Coursera&logoColor=white
https://img.shields.io/badge/Datacamp-05192D?style=for-the-badge&logo=datacamp&logoColor=65FF8F
https://img.shields.io/badge/Duolingo-58CC02?style=for-the-badge&logo=Duolingo&logoColor=white
https://img.shields.io/badge/Edx-193A3E?style=for-the-badge&logo=edx&logoColor=white
https://img.shields.io/badge/Exercism-009CAB?style=for-the-badge&logo=exercism&logoColor=white
https://img.shields.io/badge/freecodecamp-27273D?style=for-the-badge&logo=freecodecamp&logoColor=white
https://img.shields.io/badge/Future%20Learn-000000?style=for-the-badge&logo=futurelearn&logoColor=white
https://img.shields.io/badge/Google%20Scholar-4285F4?style=for-the-badge&logo=google-scholar&logoColor=white
https://img.shields.io/badge/HTML%20Academy-302683?style=for-the-badge&logo=HTML%20Academy&logoColor=white
https://img.shields.io/badge/Katacoda-F48220?style=for-the-badge&logo=Katacoda&logoColor=white
https://img.shields.io/badge/Khan%20Academy-14BF96?style=for-the-badge&logo=Khan%20Academy&logoColor=white
https://img.shields.io/badge/MDN_Web_Docs-black?style=for-the-badge&logo=mdnwebdocs&logoColor=white
https://img.shields.io/badge/Microsoft%20Academic-2D9FD9?style=for-the-badge&logo=Microsoft%20Academic&logoColor=white
https://img.shields.io/badge/Pluralsight-F15B2A?style=for-the-badge&logo=Pluralsight&logoColor=white
https://img.shields.io/badge/Progate-380953?style=for-the-badge&logo=progate&logoColor=white
https://img.shields.io/badge/scrimba-2B283A?style=for-the-badge&logo=scrimba&logoColor=white
https://img.shields.io/badge/Simplenote-3361CC?style=for-the-badge&logo=Simplenote&logoColor=white
https://img.shields.io/badge/gitignore.io-204ECF?style=for-the-badge&logo=gitignore.io&logoColor=white
https://img.shields.io/badge/skill%20share-002333?style=for-the-badge&logo=skillshare&logoColor=white
https://img.shields.io/badge/Udacity-grey?style=for-the-badge&logo=udacity&logoColor=#5FCFEE
https://img.shields.io/badge/Udemy-EC5252?style=for-the-badge&logo=Udemy&logoColor=white

🔝 Back to Top



🌐 ETL

BadgeURL
https://img.shields.io/badge/Databricks-FF3621?style=for-the-badge&logo=Databricks&logoColor=white
https://img.shields.io/badge/Dataiku-2AB1AC?style=for-the-badge&logo=dataiku&logoColor=white
https://img.shields.io/badge/Talend-FF6D70?style=for-the-badge&logo=Talend&logoColor=white
https://img.shields.io/badge/Spark%20AR-FF5C83?style=for-the-badge&logo=Spark AR&logoColor=white

🔝 Back to Top



👩‍💻 IDE

BadgeURL
https://img.shields.io/badge/Adobe%20Dreamweaver-072401?style=for-the-badge&logo=Adobe%20Dreamweaver&logoColor=34F400
https://img.shields.io/badge/Android_Studio-3DDC84?style=for-the-badge&logo=android-studio&logoColor=white
https://img.shields.io/badge/apache%20netbeans-1B6AC6?style=for-the-badge&logo=apache%20netbeans%20IDE&logoColor=white
https://img.shields.io/badge/Arduino_IDE-00979D?style=for-the-badge&logo=arduino&logoColor=white
https://img.shields.io/badge/Atom-66595C?style=for-the-badge&logo=Atom&logoColor=white
https://img.shields.io/badge/CLion-000000?style=for-the-badge&logo=clion&logoColor=white
https://img.shields.io/badge/-CodeChef-5B4638?style=for-the-badge&logo=CodeChef&logoColor=white
https://img.shields.io/badge/Codesandbox-000000?style=for-the-badge&logo=CodeSandbox&logoColor=white
https://img.shields.io/badge/Colab-F9AB00?style=for-the-badge&logo=googlecolab&color=525252
https://img.shields.io/badge/Delphi_RAD_Studio-B22222?style=for-the-badge&logo=delphi&logoColor=white
https://img.shields.io/badge/Eclipse-2C2255?style=for-the-badge&logo=eclipse&logoColor=white
https://img.shields.io/badge/Emacs-%237F5AB6.svg?&style=for-the-badge&logo=gnu-emacs&logoColor=white
https://img.shields.io/badge/Gitpod-000000?style=for-the-badge&logo=gitpod&logoColor=#FFAE33
https://img.shields.io/badge/IntelliJ_IDEA-000000.svg?style=for-the-badge&logo=intellij-idea&logoColor=white
https://img.shields.io/badge/JSFiddle-0084FF?style=for-the-badge&logo=JSFiddle&logoColor=white
https://img.shields.io/badge/NeoVim-%2357A143.svg?&style=for-the-badge&logo=neovim&logoColor=white
https://img.shields.io/badge/Notepad++-90E59A.svg?style=for-the-badge&logo=notepad%2B%2B&logoColor=black
http://img.shields.io/badge/-PHPStorm-181717?style=for-the-badge&logo=phpstorm&logoColor=white
https://img.shields.io/badge/PyCharm-000000.svg?&style=for-the-badge&logo=PyCharm&logoColor=white
https://img.shields.io/badge/replit-667881?style=for-the-badge&logo=replit&logoColor=white
https://img.shields.io/badge/Rider-000000?style=for-the-badge&logo=Rider&logoColor=white
https://img.shields.io/badge/RStudio-75AADB?style=for-the-badge&logo=RStudio&logoColor=white
https://img.shields.io/badge/RunKit-491757?style=for-the-badge&logo=RunKit&logoColor=white
https://img.shields.io/badge/Spyder%20Ide-FF0000?style=for-the-badge&logo=spyder%20ide&logoColor=white
https://img.shields.io/badge/sublime_text-%23575757.svg?&style=for-the-badge&logo=sublime-text&logoColor=important
https://img.shields.io/badge/VIM-%2311AB00.svg?&style=for-the-badge&logo=vim&logoColor=white
https://img.shields.io/badge/Visual_Studio-5C2D91?style=for-the-badge&logo=visual%20studio&logoColor=white
https://img.shields.io/badge/Visual_Studio_Code-0078D4?style=for-the-badge&logo=visual%20studio%20code&logoColor=white
https://img.shields.io/badge/WebStorm-000000?style=for-the-badge&logo=WebStorm&logoColor=white
https://img.shields.io/badge/Xcode-007ACC?style=for-the-badge&logo=Xcode&logoColor=white

🔝 Back to Top



🔌 IDE Plugin

BadgeURL
https://img.shields.io/badge/Editor%20Config-E0EFEF?style=for-the-badge&logo=editorconfig&logoColor=000

🔝 Back to Top



🧐 Linters

BadgeURL
https://img.shields.io/badge/eslint-3A33D1?style=for-the-badge&logo=eslint&logoColor=white
https://img.shields.io/badge/prettier-1A2C34?style=for-the-badge&logo=prettier&logoColor=F7BA3E
https://img.shields.io/badge/stylelint-000?style=for-the-badge&logo=stylelint&logoColor=white
https://img.shields.io/badge/SonarLint-CB2029?style=for-the-badge&logo=sonarlint&logoColor=white
https://img.shields.io/badge/Rome-27272A?logo=rome&logoColor=fff&style=for-the-badge

🔝 Back to Top



📱 Mobile Frameworks

BadgeURL
https://img.shields.io/badge/Capacitor-119EFF?style=for-the-badge&logo=Capacitor&logoColor=white
https://img.shields.io/badge/Cordova-35434F?style=for-the-badge&logo=apache-cordova&logoColor=E8E8E8
https://img.shields.io/badge/Flutter-02569B?style=for-the-badge&logo=flutter&logoColor=white
https://img.shields.io/badge/Ionic-3880FF?style=for-the-badge&logo=ionic&logoColor=white
https://img.shields.io/badge/NativeScript-3655FF?style=for-the-badge&logo=NativeScript&logoColor=black
https://img.shields.io/badge/React_Native-20232A?style=for-the-badge&logo=react&logoColor=61DAFB
https://img.shields.io/badge/Sencha-044059?style=for-the-badge&logo=sencha&logoColor=#95C93D
https://img.shields.io/badge/Xamarin-3498DB?style=for-the-badge&logo=xamarin&logoColor=white

🔝 Back to Top



👨‍💻 Office

BadgeURL
https://img.shields.io/badge/Airtable-18BFFF?style=for-the-badge&logo=Airtable&logoColor=white
https://img.shields.io/badge/Apache_OpenOffice-0E85CD?style=for-the-badge&logo=ApacheOpenOffice&logoColor=white
https://img.shields.io/badge/Google%20Sheets-34A853?style=for-the-badge&logo=google-sheets&logoColor=white
https://img.shields.io/badge/Joplin-1071D3?style=for-the-badge&logo=joplin&logoColor=white
https://img.shields.io/badge/LibreOffice-18A303?style=for-the-badge&logo=LibreOffice&logoColor=white
https://img.shields.io/badge/Microsoft_Access-A4373A?style=for-the-badge&logo=microsoft-access&logoColor=white
https://img.shields.io/badge/Microsoft_Excel-217346?style=for-the-badge&logo=microsoft-excel&logoColor=white
https://img.shields.io/badge/Microsoft_Office-D83B01?style=for-the-badge&logo=microsoft-office&logoColor=white
https://img.shields.io/badge/Microsoft_PowerPoint-B7472A?style=for-the-badge&logo=microsoft-powerpoint&logoColor=white
https://img.shields.io/badge/Microsoft_SharePoint-0078D4?style=for-the-badge&logo=microsoft-sharepoint&logoColor=white
https://img.shields.io/badge/Microsoft_SQL_Server-CC2927?style=for-the-badge&logo=microsoft-sql-server&logoColor=white
https://img.shields.io/badge/Microsoft_Visio-3955A3?style=for-the-badge&logo=microsoft-visio&logoColor=white
https://img.shields.io/badge/Microsoft_Word-2B579A?style=for-the-badge&logo=microsoft-word&logoColor=white
https://img.shields.io/badge/Miro-050038?style=for-the-badge&logo=Miro&logoColor=white
https://img.shields.io/badge/Notion-000000?style=for-the-badge&logo=notion&logoColor=white
https://img.shields.io/badge/Overleaf-47A141?style=for-the-badge&logo=Overleaf&logoColor=white
https://img.shields.io/badge/Prezi-3181FF?style=for-the-badge&logo=prezi&logoColor=white
https://img.shields.io/badge/Todoist-E44332?style=for-the-badge&logo=todoist&logoColor=white
https://img.shields.io/badge/Trello-0052CC?style=for-the-badge&logo=trello&logoColor=white
https://img.shields.io/badge/LibreOffice-%2318A303?style=for-the-badge&logo=LibreOffice&logoColor=white

🔝 Back to Top



⚙️ ORM

BadgeURL
https://img.shields.io/badge/Hibernate-59666C?style=for-the-badge&logo=Hibernate&logoColor=white
https://img.shields.io/badge/Prisma-3982CE?style=for-the-badge&logo=Prisma&logoColor=white
https://img.shields.io/badge/Sequelize-52B0E7?style=for-the-badge&logo=Sequelize&logoColor=white

🔝 Back to Top



💡 Prototyping Platforms

BadgeURL
https://img.shields.io/badge/adafruit-000000?style=for-the-badge&logo=adafruit&logoColor=white
https://img.shields.io/badge/Arduino-00979D?style=for-the-badge&logo=Arduino&logoColor=white
https://img.shields.io/badge/espressif-E7352C?style=for-the-badge&logo=espressif&logoColor=white
https://img.shields.io/badge/micro:bit-00ED00?style=for-the-badge&logo=micro:bit&logoColor=white
https://img.shields.io/badge/Raspberry%20Pi-A22846?style=for-the-badge&logo=Raspberry%20Pi&logoColor=white

🔝 Back to Top



🔒 Security Platforms

BadgeURL
https://img.shields.io/badge/Snyk-4C4A73?style=for-the-badge&logo=snyk&logoColor=white
https://img.shields.io/badge/Spring_Security-6DB33F?style=for-the-badge&logo=Spring-Security&logoColor=white

🔝 Back to Top



💻 Terminal

BadgeURL
https://img.shields.io/badge/alacritty-F46D01?style=for-the-badge&logo=alacritty&logoColor=white
https://img.shields.io/badge/GIT-E44C30?style=for-the-badge&logo=git&logoColor=white
https://img.shields.io/badge/GNU%20Bash-4EAA25?style=for-the-badge&logo=GNU%20Bash&logoColor=white
https://img.shields.io/badge/Hyper-000000?style=for-the-badge&logo=hyper&logoColor=white
https://img.shields.io/badge/iTerm2-000000?style=for-the-badge&logo=iterm2&logoColor=white
https://img.shields.io/badge/powershell-5391FE?style=for-the-badge&logo=powershell&logoColor=white
https://img.shields.io/badge/starship-DD0B78?style=for-the-badge&logo=starship&logoColor=white
https://img.shields.io/badge/tmux-1BB91F?style=for-the-badge&logo=tmux&logoColor=white
https://img.shields.io/badge/windows%20terminal-4D4D4D?style=for-the-badge&logo=windows%20terminal&logoColor=white

🔝 Back to Top



🌐 Web Browsers

BadgeURL
https://img.shields.io/badge/Brave-FF1B2D?style=for-the-badge&logo=Brave&logoColor=white
https://img.shields.io/badge/Firefox_Browser-FF7139?style=for-the-badge&logo=Firefox-Browser&logoColor=white
https://img.shields.io/badge/Google_chrome-4285F4?style=for-the-badge&logo=Google-chrome&logoColor=white
https://img.shields.io/badge/Microsoft_Edge-0078D7?style=for-the-badge&logo=Microsoft-edge&logoColor=white
https://img.shields.io/badge/Opera-FF1B2D?style=for-the-badge&logo=Opera&logoColor=white
https://img.shields.io/badge/Safari-FF1B2D?style=for-the-badge&logo=Safari&logoColor=white
https://img.shields.io/badge/Tor_Browser-7D4698?style=for-the-badge&logo=Tor-Browser&logoColor=white
https://img.shields.io/badge/Vivaldi-EF3939?style=for-the-badge&logo=Vivaldi&logoColor=white

🔝 Back to Top



🥅 Other

BadgeURL
https://img.shields.io/badge/fiverr-1DBF73?style=for-the-badge&logo=fiverr&logoColor=white
https://img.shields.io/badge/UpWork-6FDA44?style=for-the-badge&logo=Upwork&logoColor=white
https://img.shields.io/badge/Freelancer-29B2FE?style=for-the-badge&logo=Freelancer&logoColor=white
https://img.shields.io/badge/Toptal-3863A0?style=for-the-badge&logo=Toptal&logoColor=white
https://img.shields.io/badge/Indeed-003A9B?style=for-the-badge&logo=Indeed&logoColor=white
https://img.shields.io/badge/alfred-%235C1F87.svg?style=for-the-badge&logo=alfred
https://img.shields.io/badge/ansible-%231A1918.svg?style=for-the-badge&logo=ansible&logoColor=white
https://img.shields.io/badge/AngelList-000000?style=for-the-badge&logo=AngelList&logoColor=white
https://img.shields.io/badge/aqua-%231904DA.svg?style=for-the-badge&logo=aqua&logoColor=#0018A8
https://img.shields.io/badge/-Arduino-00979D?style=for-the-badge&logo=Arduino&logoColor=white
https://img.shields.io/badge/Babel-F9DC3e?style=for-the-badge&logo=babel&logoColor=black
https://img.shields.io/badge/bitwarden-%23175DDC.svg?style=for-the-badge&logo=bitwarden&logoColor=white
https://img.shields.io/badge/CMake-%23008FBA.svg?style=for-the-badge&logo=cmake&logoColor=white
https://img.shields.io/badge/codecov-%23ff0077.svg?style=for-the-badge&logo=codecov&logoColor=white
https://img.shields.io/badge/confluence-%23172BF4.svg?style=for-the-badge&logo=confluence&logoColor=white
https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge&logo=docker&logoColor=white
https://img.shields.io/badge/ESLint-4B3263?style=for-the-badge&logo=eslint&logoColor=white
https://img.shields.io/badge/-ElasticSearch-005571?style=for-the-badge&logo=elasticsearch
https://img.shields.io/badge/Gradle-02303A.svg?style=for-the-badge&logo=Gradle&logoColor=white
https://img.shields.io/badge/grafana-%23F46800.svg?style=for-the-badge&logo=grafana&logoColor=white
https://img.shields.io/badge/home%20assistant-%2341BDF5.svg?style=for-the-badge&logo=home-assistant&logoColor=white
https://img.shields.io/badge/kubernetes-%23326ce5.svg?style=for-the-badge&logo=kubernetes&logoColor=white
https://img.shields.io/badge/Notion-%23000000.svg?style=for-the-badge&logo=notion&logoColor=white
https://img.shields.io/badge/packer-%23E7EEF0.svg?style=for-the-badge&logo=packer&logoColor=%2302A8EF
https://img.shields.io/badge/pihole-%2396060C.svg?style=for-the-badge&logo=pi-hole&logoColor=white
https://img.shields.io/badge/plex-%23E5A00D.svg?style=for-the-badge&logo=plex&logoColor=white
https://img.shields.io/badge/Portfolio-%23000000.svg?style=for-the-badge&logo=firefox&logoColor=#FF7139
https://img.shields.io/badge/Postman-FF6C37?style=for-the-badge&logo=postman&logoColor=white
https://img.shields.io/badge/Prezi-%23000000.svg?style=for-the-badge&logo=Prezi&logoColor=white
https://img.shields.io/badge/Prometheus-E6522C?style=for-the-badge&logo=Prometheus&logoColor=white
https://img.shields.io/badge/rancher-%230075A8.svg?style=for-the-badge&logo=rancher&logoColor=white
https://img.shields.io/badge/-RaspberryPi-C51A4A?style=for-the-badge&logo=Raspberry-Pi
https://img.shields.io/badge/splunk-%23000000.svg?style=for-the-badge&logo=splunk&logoColor=white
https://img.shields.io/badge/-Swagger-%23Clojure?style=for-the-badge&logo=swagger&logoColor=white
https://img.shields.io/badge/terraform-%235835CC.svg?style=for-the-badge&logo=terraform&logoColor=white
https://img.shields.io/badge/Trello-%23026AA7.svg?style=for-the-badge&logo=Trello&logoColor=white
https://img.shields.io/badge/Uber-%23000000.svg?style=for-the-badge&logo=Uber&logoColor=white
https://img.shields.io/badge/ubiquiti-%230559C9.svg?style=for-the-badge&logo=ubiquiti&logoColor=white
https://img.shields.io/badge/vagrant-%231563FF.svg?style=for-the-badge&logo=vagrant&logoColor=white
https://img.shields.io/badge/wireguard-%2388171A.svg?style=for-the-badge&logo=wireguard&logoColor=white
https://img.shields.io/badge/XFCE-%232284F2.svg?style=for-the-badge&logo=xfce&logoColor=white
https://img.shields.io/badge/zigbee-%23EB0443.svg?style=for-the-badge&logo=zigbee&logoColor=white
https://img.shields.io/badge/Qiskit-%236929C4.svg?style=for-the-badge&logo=Qiskit&logoColor=white
https://img.shields.io/badge/Astro-FF5D01?logo=astro&logoColor=fff&style=for-the-badge
https://img.shields.io/badge/Insomnia-4000BF?logo=insomnia&logoColor=white&style=for-the-badge
https://img.shields.io/badge/VMware-607078?logo=vmware&logoColor=white&style=for-the-badge
https://img.shields.io/badge/VirtualBox-183A61?logo=virtualbox&logoColor=white&style=for-the-badge

🔝 Back to Top



⏱️ Workflow Platforms

BadgeURL
https://img.shields.io/badge/Airflow-017CEE?style=for-the-badge&logo=Apache%20Airflow&logoColor=white
https://img.shields.io/badge/Jenkins-D24939?style=for-the-badge&logo=Jenkins&logoColor=white
https://img.shields.io/badge/Jira-0052CC?style=for-the-badge&logo=Jira&logoColor=white
https://img.shields.io/badge/TeamCity-000000?style=for-the-badge&logo=TeamCity&logoColor=white
https://img.shields.io/badge/Crowdin-2E3340.svg?style=for-the-badge&logo=Crowdin&logoColor=white

🔝 Back to Top



🚗🚗Car

BadgeURL
https://img.shields.io/badge/Lamborghini-DDB320?logo=lamborghini&logoColor=fff&style=for-the-badge
https://img.shields.io/badge/Bugatti-BE0030?logo=bugatti&logoColor=fff&style=for-the-badge
https://img.shields.io/badge/Porsche-B12B28?logo=porsche&logoColor=fff&style=for-the-badge
https://img.shields.io/badge/Tesla-C00?logo=tesla&logoColor=fff&style=for-the-badge
https://img.shields.io/badge/Ferrari-D40000?logo=ferrari&logoColor=fff&style=for-the-badge
https://img.shields.io/badge/Toyota-EB0A1E?logo=toyota&logoColor=fff&style=for-the-badge
https://img.shields.io/badge/Mitsubishi-E60012?logo=mitsubishi&logoColor=fff&style=for-the-badge
https://img.shields.io/badge/Maserati-0C2340?logo=maserati&logoColor=fff&style=for-the-badge
https://img.shields.io/badge/BMW-0066B1?logo=bmw&logoColor=fff&style=for-the-badge
https://img.shields.io/badge/Land%20Rover-005A2B?logo=landrover&logoColor=fff&style=for-the-badge
https://img.shields.io/badge/Mercedes-242424?logo=mercedes&logoColor=fff&style=for-the-badge
https://img.shields.io/badge/Audi-BB0A30?logo=audi&logoColor=fff&style=for-the-badge

🔝 Back to Top



🎨🎨Designer

BadgeURL
https://img.shields.io/badge/Behance-1769FF?logo=behance&logoColor=fff&style=for-the-badge
https://img.shields.io/badge/Adobe%20Photoshop-31A8FF?logo=adobephotoshop&logoColor=fff&style=for-the-badge
https://img.shields.io/badge/Adobe%20Illustrator-FF9A00?logo=adobeillustrator&logoColor=fff&style=for-the-badge
hhttps://img.shields.io/badge/Adobe%20Dreamweaver-FF61F6?logo=adobedreamweaver&logoColor=fff&style=for-the-badge
https://img.shields.io/badge/Adobe%20After%20Effects-99F?logo=adobeaftereffects&logoColor=fff&style=for-the-badge
https://img.shields.io/badge/Adobe%20Premiere%20Pro-99F?logo=adobepremierepro&logoColor=fff&style=for-the-badge

🔝 Back to Top



Maintained

BadgeURL
https://img.shields.io/badge/Maintained%3F-yes-green.svg
https://img.shields.io/badge/Maintained%3F-no-red.svg
http://unmaintained.tech/badge.svg

🔝 Back to Top



📈📈Website Stats

BadgeURL
https://img.shields.io/website-up-down-green-red/http/monip.org.svg website:http://monip.org
https://img.shields.io/website-up-down-green-red/http/cv.lbesson.qc.to.svg Website: http://cv.lbesson.qc.to/

🔝 Back to Top



Feedback

BadgeURL
https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg

🔝 Back to Top



Made with

BadgeURL
http://ForTheBadge.com/images/badges/made-with-python.svg
https://img.shields.io/badge/Made%20with-Sphinx-1f425f.svg
https://img.shields.io/badge/Made%20with-Jupyter-orange?style=for-the-badge&logo=Jupyter
https://img.shields.io/badge/Made%20with-Go-1f425f.svg
https://img.shields.io/badge/Made%20with-Markdown-1f425f.svg
https://img.shields.io/badge/Made%20with-LaTeX-1f425f.svg
https://img.shields.io/badge/Made%20with-MathJax-1f425f.svg
https://img.shields.io/badge/Made%20with-Bash-1f425f.svg
https://img.shields.io/badge/Made%20for-VSCode-1f425f.svg
http://ForTheBadge.com/images/badges/built-by-developers.svg
http://ForTheBadge.com/images/badges/built-with-love.svg
http://ForTheBadge.com/images/badges/built-with-science.svg
http://ForTheBadge.com/images/badges/built-with-swag.svg

🔝 Back to Top



GitHub Stats

BadgeURL
https://img.shields.io/github/license/{username}/{repo-name}.svg
https://img.shields.io/github/release/{username}/{repo-name}.svg
https://img.shields.io/github/commits-since/{username}/{repo-name}/{version}.svg
https://img.shields.io/github/downloads/{username}/{repo-name}/total.svg
https://img.shields.io/github/forks/{username}/{repo-name}.svg
https://img.shields.io/github/stars/{username}/{repo-name}.svg
https://img.shields.io/github/watchers/{username}/{repo-name}.svg
https://img.shields.io/github/followers/{username}.svg?style=social&label=Follow&maxAge=2592000
https://img.shields.io/github/issues/{username}/{repo-name}.svg
https://img.shields.io/github/issues-closed/{username}/{repo-name}.svg
https://img.shields.io/github/issues-pr/{username}/{repo-name}.svg
https://img.shields.io/github/issues-pr-closed/{username}/{repo-name}.svg
https://badge-size.herokuapp.com/{username}/{repo}/{branch}/{filename}
https://github-readme-stats.vercel.app/api?username={username}&theme=blue-green
https://github-readme-stats.vercel.app/api?username={username}&theme=blue-green
https://github-readme-stats.vercel.app/api/top-langs/?username={username}&theme=blue-green
https://starchart.cc/{username}/{repo}.svg
https://img.shields.io/github/last-commit/{username}/{repo-name}.svg

🔝 Back to Top


Contributors

Vedant
Vedant Chainani
Anmol
Anmol Baranwal
Nathaly
Nathaly Reyes
Qian
Qian Qian "Cubik"‎
Daren
Daren Card
Gabriel
Gabriel Pereira Benedicto
pf1×3r/
pf1×3r
Raúl
Raúl Julián López Caña
Serhiy
Serhiy Dmytryshyn
Stefan
Stefan Heinz

NPM DownloadsLast 30 Days