Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/michelbernardods/programming-challenges
- Owner: michelbernardods
- Created: 2019-06-10T16:32:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T13:18:37.000Z (7 months ago)
- Last Synced: 2024-12-15T03:03:37.545Z (7 days ago)
- Topics: 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
- Homepage: https://www.linkedin.com/in/michel-bernardo/
- Size: 176 KB
- Stars: 1,215
- Watchers: 37
- Forks: 157
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
☕ Programming ChallengesBackend, 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---