Month: 2 weeks ago

Uncategorized

React Basics

React is an open-source JavaScript library for creating user interfaces, particularly suited for single-page applications. Created and maintained by Meta, it stands as one of the leading tools in frontend web development. React’s fundamental approach centers on decomposing intricate user interfaces into smaller, self-contained building blocks known as components. Core Concepts Component-Based Architecture Instead of writing […]

j 
Software Development

Helpful Linux/Mac Commands

Cat files to your clipboard Size Info On macOS, you can use the du (disk usage) command. Here are the most common ways: Basic command: The flags mean: Example: This might output something like: 1.2G /Users/yourname/Documents If you want to see the size of each subfolder too: To see just the current directory: Alternative using […]

j