Resources

resources title
exclamation mark

API Resources

Application Programming Interface (API) are interfaces or communication protocol that simplifies implementation and maintenance of software. In order to access most API's, many languages use HTTP protocol to communicate with the servers that host the API and retrieve data.

island
Resource logo

Twitter API Open link in new window

API that retrieves data on tweets, direct messages, trends, users, and many more of Twitter's features.

island
Resource logo

Google Cloud API Open link in new window

API that allows users to access Google services such as storage access and machine-learning.

exclamation mark

Backend Framework Resources

Backend Frameworks are a variety of middleware services used to connect to other API and database vendors to fit your project's needs.

island
Resource logo

Flask Open link in new window

Flask is a micro web framework written in Python that can be used to build your backends quickly and efficiently.

island
Resource logo

FastAPI Open link in new window

FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.8+ based on standard Python type hints.

exclamation mark

Frontend Framework Resources

Frontend frameworks aid in the design of user interfaces and experiences. Your users will interact with your services through the frontend.

island
Resource logo

React Open link in new window

React is and open-source front-end JavaScript library for building user interfaces based on components.

island
Resource logo

MDN Web Docs Open link in new window

MDN Web Docs contains documentation for learning HTML, CSS and JavaScript.

exclamation mark

Starter Pack Resources

Various starter packs to start you off on your coding journeys at ZotHacks, featuring a variety of technologies and tech stacks!

island
Resource logo

Docker Starter Pack Open link in new window

Docker is a tool that allows developers to deploy the applications they are working on in sandbox environments known as containers.

island
Resource logo

Full Stack Starter Pack Open link in new window

A template full stack web application with a React frontend and FastAPI backend.

island
Resource logo

Angular Starter Pack Open link in new window

Angular is a TypeScript-based, free and open-source single-page web application framework led by the Angular Team at Google and by a community of individuals and corporations.