• APIs
    1. OpenWeatherMap - Provides weather data for any location.
      • OpenWeatherMap API
    2. The Cat API - For cat pictures and data.
      • The Cat API
    3. News API - Retrieves breaking news headlines from various sources.
      • News API
    4. NASA API - Offers access to a variety of NASA's public data, including images.
      • NASA API
    5. JSONPlaceholder - Free fake API for testing and prototyping.
      • JSONPlaceholder
    6. Google API - automate your workflows using Google Cloud APIs with REST calls or client libraries in popular programming languages
      • Google API library
  • Deployment
    1. GitHub Pages
      • Ideal for hosting static websites directly from a GitHub repository.
      • GitHub Pages
    2. Netlify
      • Automates deployments with CI/CD for web projects and provides a global CDN.
      • Netlify
    3. Vercel
      • Specialized in deploying and hosting frontend frameworks like Next.js but also supports other static sites and Serverless Functions.
      • Vercel
    4. Firebase Hosting
      • Offers fast and secure web hosting for web apps, static and dynamic content, and microservices.
      • Firebase Hosting
    5. Heroku
      • A platform as a service (PaaS) that enables developers to build, run, and operate applications entirely in the cloud.
      • Heroku
    6. Docker
      • Software platform for building, testing, and deploying applications quickly using containers.
      • Docker
    7. Render
      • Cloud Application Hosting for Developers (good for free server hosting)
      • render's website
  • Frameworks
    1. React - A JavaScript library for building user interfaces.
      • React
    2. Vue.js - Progressive JavaScript framework for building UIs.
      • Vue.js
    3. Flutter - UI toolkit for building natively compiled applications.
      • Flutter
    4. TensorFlow.js - Library for machine learning in JavaScript.
      • TensorFlow.js
    5. Axios - Promise-based HTTP client for the browser and node.js.
      • Axios
    6. Express - Web framework for Node.js
      • Express Documentation
    7. Svelte - cybernetically enhanced web apps
      • Docs
    8. Yew - a framework for creating reliable and efficient web applications
      • Yew Documentation
    9. Axum - a web application framework that focuses on ergonomics and modularity
      • Documentation
  • Other
    1. GitHub - Version control and code repository.
      • GitHub
    2. Postman - API development and testing tool.
      • Postman
    3. Bootstrap - HTML, CSS, and JS library for developing responsive projects.
      • Bootstrap
  • Rust Starting
    • Rust By Example
      • An interactive way to learn Rust through examples. This resource is great for hands-on learners who prefer to learn by coding.
      • Rust By Example
    • Easy Rust
      • A GitHub repository that explains Rust concepts in simple English. It's particularly useful for those who find official documentation too complex at the beginning.
      • Easy Rust on GitHub
    • The Rustlings Course on YouTube
      • A YouTube series that guides you through solving Rustlings exercises. This is helpful if you prefer learning with video tutorials.
      • The Rustlings Course
  • Rust frameworks:
    • Tauri - A toolchain for building highly secure and lightweight desktop applications using web technologies. It's a great choice for beginners interested in developing desktop applications with Rust and web technologies.
      • Tauri
    • Rocket - A web framework for Rust that simplifies writing fast and secure web applications. It's very beginner-friendly, with extensive documentation and community support.
      • Rocket