Aprende y mejora en programación con consejos de grandes referentes
A collection of 100 development tips, best practices, and wisdom from world-renowned programmers. This project aims to provide a curated list of insights to help developers of all levels improve their craft and build better software.
Built with Astro, Tailwind CSS, and ❤️ by the community.
To run the project locally, follow these steps:
Clone the repository:
git clone https://github.com/midudev/100cosas.dev.git
Install dependencies:
This project uses pnpm. If you don’t have it installed, you can get it here.
pnpm install
Run the development server:
pnpm dev
Open http://localhost:4321 in your browser.
We welcome contributions! Whether it’s adding a new tip, correcting a translation, or improving the UI, your help is appreciated.
git checkout -b feat/add-new-tip
.md or .mdx file to src/content/tips/es/..md or .mdx file to src/content/tips/en/.src/content/authors/.public/authors/.pnpm dev and check the tip detail page.This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0).
See the LICENSE file or visit https://creativecommons.org/licenses/by-nc/4.0/ for more details.
Made with passion for the developer community.