BABret Axl Sebastian Purainbretaxlsebastian.hashnode.dev·Aug 20, 2025 · 5 min readTerminal Shortcut for macOS iTerm: Launch Your Dev Environment with One CommandSpinning up a full stack project usually means opening terminals, cd-ing into folders, killing ports, running servers, maybe opening VS Code… every. single. time. This shortcut wraps all of that into one command: it opens iTerm, creates labeled tabs ...00
BABret Axl Sebastian Purainbretaxlsebastian.hashnode.dev·May 18, 2022 · 5 min readUploading files to AWS S3 Directly (NodeJS & React)What We Need AWS S3 Bucket Of course we need an AWS Account (free tier is okay). This is where we actually save our file uploads Express App Generates a temporary signature (URL) we can use on the frontend to upload a file directly to S3 React A...00