davimonteiro7's Stars
freeCodeCamp/freeCodeCamp
freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.
trekhleb/javascript-algorithms
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
airbnb/javascript
JavaScript Style Guide
nodejs/node
Node.js JavaScript runtime ✨🐢🚀✨
JuliaLang/julia
The Julia Programming Language
mongodb/mongo
The MongoDB Database
asdf-vm/asdf
Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more
phoenixframework/phoenix
Peace of mind from prototype to production
Heapy/awesome-kotlin
A curated list of awesome Kotlin related stuff Inspired by awesome-java.
mongodb/node-mongodb-native
The official MongoDB Node.js driver
open-source-ideas/ideas
💡 Looking for inspiration for your next open source project? Or perhaps you've got a brilliant idea you can't wait to share with others? Open Source Ideas is a community built specifically for this! 👋
christopheradams/elixir_style_guide
A community driven style guide for Elixir
fragglet/c-algorithms
A library of common data structures and algorithms written in C.
dashbitco/broadway
Concurrent and multi-stage data ingestion and data processing with Elixir
jainaman224/Algo_Ds_Notes
A comprehensive resource for learning and implementing algorithms and data structures. This repository includes detailed notes, complexity analysis, and code examples in C++, Java, Python, and more. Ideal for students, professionals, and those preparing for coding interviews.
beam-community/ex_machina
Create test data for Elixir applications
alinebastos/dev-practice
Practice your skills with these ideas.
elixir-lang/ex_doc
ExDoc produces HTML and EPUB documentation for Elixir projects
hexpm/hex
Package manager for the Erlang ecosystem.
pragdave/earmark
Markdown parser for Elixir
TheAlphamerc/flutter_login_signup
Basic login and signup screen designed in flutter
anabastos/node4noobs
Repo para aprender NodeJS!
teles/awesome-ideas
:bulb: Ideias de aplicativos.
glaucia86/employee-crud-api
Aplicação CRUD com api com diferentes frameworks e sendo consumido por um único Back-End
adolfont/elixir_cop
The Elixir Community of Practice
davimonteiro7/payment-system-challenge
Study project - build a REST API with Javascript and Node.js. Challenge-link: https://github.com/jusbrasil/careers/blob/master/challenges/01-payment-system.md
davimonteiro7/github-profiles-api
Project to study how to cosume a API and show data in a specific format. This project is based on a challenge get in app-ideas repository: https://github.com/florinpop17/app-ideas/blob/master/Projects/2-Intermediate/GitHub-Profiles.md.
davimonteiro7/github-timeline
Study project to pratice how to consume and implement apis, using graphQL and Node.js. Based on challenge at : https://github.com/florinpop17/app-ideas/blob/master/Projects/3-Advanced/GitHub-Timeline-App.md
davimonteiro7/search-engine
Simple study project to learns how to implement a small web API on Elixir ecosystem, see how some search engines works, and code a rudimentary inverted index structure.
davimonteiro7/simple_search_engine
Simple study project to learns how to implement a small web API on Elixir ecosystem, see how some search engines works, and use Elasticsearch and Docker