AI Fundamentals
1 topicsAI Agents
1 topicsAI Tools
1 topicsOperating Systems & Fundamentals
1 topicsCommand Line & Utilities
3 topicscurl
curl is a command-line tool for sending and receiving data via URLs (supporting HTTP, FTP, and other protocols), commonly used for testing APIs or downloading files.

tree
tree is a command-line tool for displaying directory hierarchies in a tree structure. It was originally created in the Unix ecosystem and has since been widely ported to platforms such as Linux.
yt-dlp
Common commands for downloading media, selecting formats, extracting audio, subtitles, and output templates.
Languages
2 topicsJavaScript
JavaScript is a dynamic scripting language primarily used for web development to make pages interactive, and is also widely used for server-side, mobile, and desktop app development.
Python
Python is a general-purpose programming language known for its clean, readable syntax, widely used in data science, AI, automation scripting, and web development.
Frameworks & Libraries
1 topicsDatabases
2 topicsPostgreSQL
PostgreSQL is a powerful open-source relational database management system known for its stability, standards compliance, and advanced features like JSON support and complex querying.
Prisma
A quick review of Prisma ORM and common database development concepts.