Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/michelbernardods/programming-challenges

Algorithmic, Data Structures, Frontend and Pentest - Programming challenges and competitions to improve knowledge.
https://github.com/michelbernardods/programming-challenges

backend backend-challenges beginner challenges code coding-challenge coding-challenge-practice coding-challenges codingame ctf ctf-challenges desafios frontend frontend-challenges geeks hacking javascript labs-pentest programming-challenges programming-tutorials

Last synced: about 4 hours ago
JSON representation

Algorithmic, Data Structures, Frontend and Pentest - Programming challenges and competitions to improve knowledge.

Awesome Lists containing this project

README

        


Banner Code


☕ Programming Challenges

Backend, frontend and pentest programming challenges and competitions to improve knowledge.

Desafios de programação backend, frontend e pentest e competições para aprimorar o conhecimento.

==============================================================


>>>>> #### [BACKEND CHALLENGES](./CHALLENGES/BACKEND-CHALLENGES.md) | [FRONTEND CHALLENGES](./CHALLENGES/FRONTEND-CHALLENGES.md) | [PENTEST CHALLENGES](./CHALLENGES/PENTEST-CHALLENGES.md)

==============================================================

How to contribute

This is a totally free project that accepts contributions via pull requests on GitHub. This document is responsible for aligning contributions in accordance with established standards.

## First steps

1. Fork this repository
2. Add the links according to the standardized style in this guide
3. Request the pull request
4. Insert a short summary of the links added

## Link style, link titles and description
A link needs to be added in its most authentic form, that is:
- You cannot add link shorteners
- You cannot add affiliate links (or with tracking parameters)

To maintain an overall standard across all links, you must:
- Add a direct link to the content
- Add a title consistent with the content title
- Add a simple, small, unopened description from the Internet about the content

## Commits style
This project follows the pattern below of commits to keep the organization:

`: message`
### Types of commits
- ** fix ** - You fixed an error
- ** new ** - You added a new link
- ** docs ** - You found an error in the documentation or added new information
- ** style ** - Did you find any pattern problems in the links

---