Posts

My Development Setup: A Student Developer’s Guide

My Development Setup: A Student Developer’s Guide My Development Setup: A Student Developer’s Guide Ready to level up your coding environment? Here’s my complete development setup that keeps me productive and ready for any project. Hardware Foundation I use a MacBook Air M4 with 16GB RAM and 256GB storage . It handles multiple development servers and large projects easily. The 16GB RAM makes multitasking smooth, even with many browser tabs and VS Code windows open. Cloud Storage Strategy iCloud is my backup solution for documents and project archives. I don’t store active development projects here—Git handles that—but it’s perfect for syncing files across devices. Package Manager: Homebrew Homebrew makes installing and managing development tools simple. Install Homebrew /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" Terminal: Warp Warp is a modern terminal with AI-powered comm...

Tomorrow I Start My AI Software Engineering Degree at Maestro University

Tomorrow I Start My AI Software Engineering Degree at Maestro University Tomorrow I Start My AI Software Engineering Degree at Maestro University So I just got this email from Maestro University and honestly, I’m kind of freaking out. Tomorrow is my first day of classes for my Associate degree in AI Software Engineering . I keep reading it over and over: “Tomorrow is the day — your first term in the Associate of Applied Science (AAS) degree in AI Software Engineering at Maestro, the world’s first AI-native university , begins.” It still doesn’t feel real. Why I Decided to Study Artificial Intelligence I’ve been thinking about this career change for months. Everywhere you look, artificial intelligence is changing everything - healthcare, cars, education, you name it. I kept seeing all these job postings for AI engineers and machine learning specialists , and I realized I wanted to be part of that world inste...

How I Stopped Being Scared of the Command Line: My Experience with Warp Terminal

  How I Stopped Being Scared of the Command Line: My Experience with Warp Terminal When I first started learning to code, the command line was honestly terrifying. Staring at a blank black screen with that blinking cursor made me feel lost, and typing commands felt like trying to speak a language I didn’t understand. I was always worried I’d break something or mess up my work just by entering the wrong thing. Here’s a step-by-step guide for downloading and installing Warp Terminal on different operating systems. How to Download and Install Warp Terminal For macOS: Visit the official Warp website: Navigate to [Warp website URL]. Download the macOS installer: Click on the “Download for Mac” button. Install the application: Open the downloaded  .dmg  file and drag the Warp application into your Applications folder. For Linux (Ubuntu/Debian-based systems): Visit the official Warp website: Navigate to [Warp website URL]. Download the  .deb  package: Click on the “Dow...