Lista colaborativa de sites e ferramentas úteis para desenvolvedores (que sejam preferencialmente gratuitas/livres).
O projeto mencionado é uma iniciativa colaborativa projetada para ajudar os desenvolvedores a encontrarem recursos valiosos e juízos necessários em seus projetos. Criado por @gmartins-dev, esse repositório tem como objetivo reunir uma variedade de dicas e ferramentas que podem beneficiar tanto iniciantes quanto profissionais experientes. A ideia é que a comunidade de desenvolvedores participe ativamente, contribuindo com sugestões que possam enriquecer ainda mais a lista de recursos.
Com uma vasta gama de tópicos abordados, desde referências de design até plataformas onde hospedar sites, este repositório se torna um compêndio útil para quem procura expandir seus conhecimentos e habilidades em desenvolvimento. A colaboração da comunidade é fundamental, permitindo que o repositório continue crescendo e evoluindo com as necessidades dos desenvolvedores.
Angular is a TypeScript-based open-source framework by Google for building dynamic single-page applications and cross-platform mobile apps with MVC architecture and a rich set of features.
Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. It follows the model-view-controller (MVC) architectural pattern, providing an extensive set of built-in tools and conventions to streamline the creation of robust and scalable web applications.
Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.
Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.
Styled Components is a popular library for styling React components using CSS syntax. It allows you to write CSS in your JavaScript code, making it easier to create dynamic styles that are specific to each component.
Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.
A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.