Leabs
Leabs
  • 73
  • 190 118
Why AI Will Not Kill Developer Jobs
In this video I discuss my thoughts on AI killing developer jobs as of late 2024. I have thought about this a lot in the last year and I feel like I have some good insights.
00:00 - Intro
00:50 - Time Required
03:04 - Deep knowledge
05:17 - Execution / Maintenance
06:49 - Summary / Outro
🌟 Add me on Github: github.com/leabs
🌟 Add me on Twitter/X: Shadow_Stack
💻 Gear I use:
Video: Fujifilm X-S20 / iPhone 15 Pro
Mic: Sennheiser MKE 600
Audio Interface: Focusrite Scarlett Solo 4th Gen
Laptop: MacBook Pro M3 Pro
Software:
Editing and capturing software: [www.descript.com](www.descript.com/)
IDE: code.visualstudio.com/
มุมมอง: 892

วีดีโอ

Switching to Ubuntu with Omakub!
มุมมอง 3.2K2 หลายเดือนก่อน
Omakub is a developer setup for Ubuntu created by David Heinemeier Hansson. It is a hand selected suite of apps, tools, and languages with themes to make the transition to Linux easier for those of us who are not die hard users. Website: omakub.org/ 🌟 Add me on GitHub: github.com/leabs 🌟 Add me on Twitter/X: Shadow_Stack 💻 Gear I use: Video: iPhone 15 Pro Mic: Sennheiser Professiona...
Using Prompt Toolkit with Python Apps as a Menu
มุมมอง 7802 หลายเดือนก่อน
🌟 Add me on GitHub: github.com/leabs 🌟 Add me on Twitter/X: Shadow_Stack Setting up Prompt Toolkit for a directory of Python applications. Code Repo: github.com/leabs/misc-python-apps Prompt Toolkit Docs: python-prompt-toolkit.readthedocs.io/en/master/ Previous video on python apps: th-cam.com/video/R2KZsakOS8c/w-d-xo.html 💻 Gear I use: Video: iPhone 15 Pro Mic: Sennheiser Professio...
Complete User Management Platform with clerk (and Astro)
มุมมอง 7004 หลายเดือนก่อน
🌟 Add me on Github: github.com/leabs 🌟 Add me on Twitter/X: Shadow_Stack Setting up a simple frontend to use a user management service backend is easy with clerk. In this video I run through the processes of adding clerk to an astro site. Live Demo: clerk-astro.vercel.app/ Code Repo: github.com/leabs/clerk-astro Astro and clerk quickstart: clerk.com/docs/quickstarts/astro#astro-quic...
Astro 4.9! Container API, React 19, and more!
มุมมอง 1.6K7 หลายเดือนก่อน
🌟 Add me on Github: github.com/leabs 🌟 Add me on Twitter/X: Shadow_Stack 💻 Gear I use: Video: iPhone 15 Pro Mic: Sennheiser Professional MKE 600 Audio Interface: Focusrite Scarlett Solo 4th Gen Laptop: MacBook Pro M3 Pro Software: Editing and capturing software: [www.descript.com](www.descript.com/) IDE: code.visualstudio.com/ Astro 4.9 Update: astro.build/blog/astro-490/ Astro's Co...
Create your own multi-step OpenAI ChatBot with a Database!
มุมมอง 1768 หลายเดือนก่อน
🌟 Add me on Github: github.com/leabs 🌟 Add me on Twitter/X: Shadow_Stack Today we're looking at Morphic, a NextJS OpenAI Chatbot with Live Search and Redis Support. The code repo: github.com/miurla/morphic 💻 Gear I use: Video: iPhone 15 Pro Mic: Sennheiser Professional MKE 600 Audio Interface: Focusrite Scarlett Solo 4th Gen Laptop: MacBook Pro M3 Pro Software: Editing and capturing...
Style Like a Pro - CSS Basics in 7 Minutes
มุมมอง 6288 หลายเดือนก่อน
Add me on Github: github.com/leabs Add me on Twitter/X: Shadow_Stack In this video I talk about the ways you can add Cascading Style Sheets to your websites. I got over the 3 main ways to add CSS, the selectors, variables, and where to look to get more help. MDN CSS docs: developer.mozilla.org/en-US/docs/Web/CSS/Reference Gear I use: Video: iPhone 15 Pro Mic: Sennheiser Professional...
Astro DB First Look and Overview!
มุมมอง 1.5K9 หลายเดือนก่อน
In this video I go over some highlights of the new Astro database product. Astro: astro.build/ Astro DB docs: docs.astro.build/en/guides/astro-db/ Code repo from this video: github.com/leabs/testing-db Add me on github: github.com/leabs
Sleek Modern Web Developer Portfolio Template!
มุมมอง 1.2K10 หลายเดือนก่อน
This portfolio, built with Astro and Tailwind, offers a sleek, modern design. It's static for enhanced speed and security, with Astro handling optimization seamlessly. Live Demo: shadowstack-portfolio.vercel.app/ GitHub repo: github.com/leabs/shadowstack-portfolio Astro Docs: docs.astro.build/en/getting-started/ Formspree: formspree.io/
visionOS Style CSS Blur Transition in Astro!
มุมมอง 1.6K11 หลายเดือนก่อน
Code Repo: github.com/leabs/visionOS-blur-transition Add me on GitHub: www.github.com/leabs In this video we create a visionOS* style animation using keyframes in the CSS. I mistakenly call this "iOS" in a few spots, but iOS renders much differently. This is from the upcoming visionOS that is a part of the Vision Pro Apple Headset. Discover how to create seamless page transitions using CSS anim...
Building an Interactive Image Scroller in Astro: Step-by-Step Tutorial
มุมมอง 2.1Kปีที่แล้ว
Add me on GitHub: github.com/leabs Join me as I build an interactive image scroller component in Astro, inspired by Stephen Tay's design. Learn how to create a vignette effect, handle light and dark modes, and optimize images using Astro's features. This tutorial is perfect for developers looking to add dynamic and visually appealing components to their Astro projects. Don't forget to subscribe...
User Login with Astro! (Authentication Using Supabase and Vercel)
มุมมอง 7Kปีที่แล้ว
Add Authentication to an astro site using this helpful repo and this helpful document! Code Repo (via kevinzunigacuellar): github.com/kevinzunigacuellar/astro-supabase Astro document for Supabase auth: docs.astro.build/en/guides/backend/supabase/ Supabase: supabase.com/ Vercel: vercel.com/ 00:00 - Intro / Demo 00:44 - Astro Studio is coming 01:40 - Code repo we'll be using 03:04 - Review code f...
13 Python Scripts I Use (Automation, Openai, and more!)
มุมมอง 1.2Kปีที่แล้ว
13 Python Scripts I Use (Automation, Openai, and more!)
Deploy Static Sites to Cloudflare for Free
มุมมอง 2.9Kปีที่แล้ว
Deploy Static Sites to Cloudflare for Free
Chatbot Website in One Click! Lobe Chat
มุมมอง 5Kปีที่แล้ว
Chatbot Website in One Click! Lobe Chat
Open Source Contributions, How & Why You Should
มุมมอง 164ปีที่แล้ว
Open Source Contributions, How & Why You Should
Astro 4.0: Complete Guide to Upgrading & New Features Explained
มุมมอง 4.8Kปีที่แล้ว
Astro 4.0: Complete Guide to Upgrading & New Features Explained
Late November Astro Tailwind Flowbite Template update!
มุมมอง 435ปีที่แล้ว
Late November Astro Tailwind Flowbite Template update!
Fetching GitHub API data in Astro!
มุมมอง 481ปีที่แล้ว
Fetching GitHub API data in Astro!
M3 Pro MacBook Pro Review: A Web Developer's Perspective After 1 Week
มุมมอง 38Kปีที่แล้ว
M3 Pro MacBook Pro Review: A Web Developer's Perspective After 1 Week
Add Your Own 3D Models to a Website Using Luma AI and Spline
มุมมอง 1.7Kปีที่แล้ว
Add Your Own 3D Models to a Website Using Luma AI and Spline
My Favorite CSS Framework Options
มุมมอง 884ปีที่แล้ว
My Favorite CSS Framework Options
MacBook Pro M3 Pro Review: A Game Changer for Video Editing & Gaming
มุมมอง 3.9Kปีที่แล้ว
MacBook Pro M3 Pro Review: A Game Changer for Video Editing & Gaming
Advanced View Transitions in Astro
มุมมอง 1.5Kปีที่แล้ว
Advanced View Transitions in Astro
New Template Components! Modal, Tabs, and More!
มุมมอง 711ปีที่แล้ว
New Template Components! Modal, Tabs, and More!
Mac OS Aqua UI elements with CSS
มุมมอง 939ปีที่แล้ว
Mac OS Aqua UI elements with CSS
Code with me - Astro & Dall-E 3 Fall Vibes Site Build ASMR
มุมมอง 326ปีที่แล้ว
Code with me - Astro & Dall-E 3 Fall Vibes Site Build ASMR
Make Nested Layouts in Astro!
มุมมอง 1.2Kปีที่แล้ว
Make Nested Layouts in Astro!
Shadcn UI in Astro!
มุมมอง 6Kปีที่แล้ว
Shadcn UI in Astro!
Deploy Ruby on Rails to Render
มุมมอง 4.9Kปีที่แล้ว
Deploy Ruby on Rails to Render

ความคิดเห็น

  • @ElectronicEnterprise221
    @ElectronicEnterprise221 5 วันที่ผ่านมา

    Ok so you want it to work with 1 prompt? That's a made up line to draw. Meanwhile I'm doing that full stack and deploying stuff without writing a line myself. It walked me through full VPS hardening and deployment and wrote a full docker stack for all my services. I then summarize all of it and get a smarter ai like o-1 audit and give more suggestions which worked really well. so yeah its not 1 prompt but the skill gap is closing. Any normal person can do this now.

    • @shadowstack
      @shadowstack 5 วันที่ผ่านมา

      My comment on 1 prompt was a theoretical benchmark that would need to be hit to eliminate (all or most paid) developer jobs. Also normal people don’t know what VPS hardening or docker services are.

  • @oksdoksaodkad
    @oksdoksaodkad 6 วันที่ผ่านมา

    Personally I know AI will not kill developer roles, but it will drastically reduce them. If everyones productivity goes up by 10x why would my boss keep the same amount of staff? We are living in a capitalist world btw

    • @priteshpatil5363
      @priteshpatil5363 6 วันที่ผ่านมา

      Penetration of software will grow..... 1. There is lot of technical debt need to resolve (so due to cost they are avoiding it so now it can be chanelize ) 2. Companies can migrate the code faste from technology to another. 3. Tier 2 - 3 companies will get software technology access 4. For create new use cases of AI we still need lot of software

    • @shadowstack
      @shadowstack 6 วันที่ผ่านมา

      You're right. I mentioned productivity would increase and that would mean the overall pool would get smaller (assuming the needed developer need stayed the same in the future) so roles would be more competitive

    • @tacsmith
      @tacsmith 6 วันที่ผ่านมา

      ​@@shadowstack typically although it seems intuitive, this isn't how tools work. When employees get more productive the smart business man keeps them and just produces more, lowering his price to undercut his competition. You cut people who AREN'T producing. Not people who suddenly start producing more. There will be shrewd types who cut because they can get the same for less work, but they will lose as they are out innovated by the guys who kept employees and increased what they could do. I've been a software engineer for about 8 years now, and everything you've said here is spot on though. Coding is the easiest part of my job. Designing a system that actually solves a human problem in the real world is what I'm actually paid for. Junior devs can code.

    • @oksdoksaodkad
      @oksdoksaodkad 6 วันที่ผ่านมา

      @@tacsmith That's if AI agents prove not to be another blockchain. If they are the real deal then SaaS will be destroyed.

    • @oksdoksaodkad
      @oksdoksaodkad 6 วันที่ผ่านมา

      @@priteshpatil5363 That's if AI agents don't destroy SaaS.

  • @valdissmith8592
    @valdissmith8592 6 วันที่ผ่านมา

    Today I was asking the GPT about allowed characters in C++ code (I have variables like $my_var and it works just fine in VSCode/compiles with GCC). The chat said it won't work. I said that it flippin does with GCC! It said that MSVC will reject this code. My luck I had just read about the $-character in MSVC ofiicial documentation before asking the GPT and it clearly says: "The dollar sign $ is a valid identifier character in the Microsoft C++ compiler". And it's just a one example among the others. Do you wanna the duplicate of the same object in the class scope and in the method scope? Let me do it! Do you want me to create a listener for your button that will almost work because I didn't bind that with any event type? I'll be thrilled to help you! You're asking something I haven't -indexed- known yet? Let me make the facts to you! If just a nice formatted text generator left then what's the use of this models?

    • @aiko_here.0_0
      @aiko_here.0_0 5 วันที่ผ่านมา

      lets see in 10 years

  • @ravikumarshah7864
    @ravikumarshah7864 6 วันที่ผ่านมา

    chatgpt is revealing how complex software engineering actually is. most people who get into are going to soon realize coding is more than just typing code. also any coder can write code that works. actual engineers write code that never fails or fails in most gracious manner. which no ai tool does at the moment.

  • @migu-loza
    @migu-loza 8 วันที่ผ่านมา

    All very good points. Some people forget that it’s really not that simple. If AI could make a website for a business owner, it may make it with few or many mistakes. Managing a website is a job in itself; I agree 100% with you on this video.

  • @mustafas.7178
    @mustafas.7178 18 วันที่ผ่านมา

    Thanks for the informative video! I got a question regarding the RAM in more detail: Can you survive easily with the 18GB of RAM? I am also a softwareengineer and I just dont want to spend so much money on the 36GB version. How is your expercience so far after almost a year with the 18GB of RAM?

    • @shadowstack
      @shadowstack 18 วันที่ผ่านมา

      18GB has been more than enough, I dont recall ever needing more. Hope this helps!

  • @TryExperiment-o9x
    @TryExperiment-o9x 24 วันที่ผ่านมา

    What is super key

    • @shadowstack
      @shadowstack 24 วันที่ผ่านมา

      super key is like the linux version of the windows key or the command key on the mac. It lets you use keyboard shortcuts. More info here: help.ubuntu.com/stable/ubuntu-help/keyboard-key-super.html.en

  • @OS-Advertising
    @OS-Advertising หลายเดือนก่อน

    i bought flowbite and it is the most solid tailwind component library out there, their JS library is also insanely useful the every component not only looks good but also actually works... they have so many beautiful blocks and there theming is also very easy to use, 8/10 i just wish that all of their components and blocks were available as react components too they are working on it but its still in progress They even support dark mode and have a WYSIWYG editor and datatables and charts plugins now

  • @JakeTheDevv
    @JakeTheDevv หลายเดือนก่อน

    Outstanding work man, you'll get far knowing what you do. It definitely looks super sleek and clean! Modern is absolutely correct, you took the top off with this :D

  • @surfer_silver
    @surfer_silver 2 หลายเดือนก่อน

    Hi. Looking fwd to more htmx /alpinejs videos

  • @sharaths2294
    @sharaths2294 2 หลายเดือนก่อน

    i tried but the keyboard shortcuts are very hard to remember. I am more a mouse guy when i need to move around and never liked vim because that..

    • @shadowstack
      @shadowstack 2 หลายเดือนก่อน

      It took me a few days to get them down tbh

  • @anuj7286
    @anuj7286 2 หลายเดือนก่อน

    Thank you for great tutorial.

  • @wens-costarica
    @wens-costarica 2 หลายเดือนก่อน

    What happen when you run npm run build? I try to do that but the files doesnt load the code well

    • @shadowstack
      @shadowstack 2 หลายเดือนก่อน

      Hey there, can you show me what kind of output you get in the terminal or link me to a repo you’re using. I’ll be happy to take a look. If you can run npm run dev then npm run build should work fine also

  • @133289ify
    @133289ify 2 หลายเดือนก่อน

    Ah so Ubuntu with wallpapers. Pretty nice...

    • @shadowstack
      @shadowstack 2 หลายเดือนก่อน

      There is much more here than just themes. Lazyvim, lazydocker, lazygit, a great terminal experience and windows management, common front and back end languages, neovim. I think of it more as a desktop image for web developers

  • @VimalMistry10
    @VimalMistry10 2 หลายเดือนก่อน

    Resolution of monitor?

    • @shadowstack
      @shadowstack 2 หลายเดือนก่อน

      Hey there this was captured on my desktop computer which is 2560 x 1440

  • @Baksa81
    @Baksa81 2 หลายเดือนก่อน

    Does this work on Linux Mint?

    • @shadowstack
      @shadowstack 2 หลายเดือนก่อน

      The documentation specifies Ubuntu but you could give it a go

    • @newdev76
      @newdev76 หลายเดือนก่อน

      no, only with fresh ubuntu install .

  • @milanbuli
    @milanbuli 2 หลายเดือนก่อน

    I am interested in battery life. Is it still couple of hours when you do development or maybe that time is improved? I was hoping it would be at least 6 hours damn.

    • @shadowstack
      @shadowstack 2 หลายเดือนก่อน

      The battery life isn't much of an issue tbh. When I mention the "couple of hours" that is with screen brightness maxed, and many high demanding apps running at the same time (Docker, FInal Cut Pro etc). This is not a normal scenario for working off power. My initial reactions here nearly a year ago might've been over blown. In normal use 6 hours is for sure obtainable

  • @InSaneRoGer112003
    @InSaneRoGer112003 2 หลายเดือนก่อน

    same here using it for 2 weeks truly an amazing experience i use zed as my editor though

    • @shadowstack
      @shadowstack 2 หลายเดือนก่อน

      It seems like a great way to transition people into Linux! I've tried Zed also and I like it

    • @InSaneRoGer112003
      @InSaneRoGer112003 2 หลายเดือนก่อน

      @@shadowstack after using zed i realized i dont need those 100 extentions i installed on vscode , zed with lazygit does all the things i ever needed. Life is simple now

  • @migu-loza
    @migu-loza 2 หลายเดือนก่อน

    Never used Ubuntu, maybe I should look into it.

    • @shadowstack
      @shadowstack 2 หลายเดือนก่อน

      Yes! It's worth a look. Maybe try it in a VM if you're not sure if you'll like it

  • @migu-loza
    @migu-loza 2 หลายเดือนก่อน

    Neat!

  • @LastToP
    @LastToP 2 หลายเดือนก่อน

    Hey, how does it feel after almost one year?

    • @shadowstack
      @shadowstack 2 หลายเดือนก่อน

      Hey there, I’ll likely make another video when they announce the m4 Macs which is rumored to be any day now. My MacBook has run everything flawlessly and I have no regrets. It’s a great laptop that you can use like a desktop because it’s so powerful.

    • @LastToP
      @LastToP 2 หลายเดือนก่อน

      @@shadowstack Thank you for the feedback! I appreciate it!

  • @AkaiFist
    @AkaiFist 2 หลายเดือนก่อน

    Great video brother, keep going 👍

  • @myph1
    @myph1 2 หลายเดือนก่อน

    lost as soon as you pulled a terminal out of thin air.

    • @shadowstack
      @shadowstack 2 หลายเดือนก่อน

      🤣Its not magic, just a shortcut for macos to open up a terminal window. You can do the same on windows / linux which also have good terminal apps. The windows terminal app on the microsoft store is actually very good if you're on windows!

  • @mikoajkaleta6856
    @mikoajkaleta6856 3 หลายเดือนก่อน

    I'm new to Astro. Are there any templates for other kind of websites like blogs, portfolios etc?

    • @shadowstack
      @shadowstack 3 หลายเดือนก่อน

      Yes! Many are on Astro’s website: astro.build/themes/

  • @mikoajkaleta6856
    @mikoajkaleta6856 3 หลายเดือนก่อน

    Holy shit this is DOPE

  • @awethebird
    @awethebird 3 หลายเดือนก่อน

    alright now try to add the hover animations (I'm pretty sure OSX had it)

  • @bmxandcode
    @bmxandcode 3 หลายเดือนก่อน

    I would like to see is form, where I'll send the auth token with the post/patch request

  • @TinaCMS
    @TinaCMS 3 หลายเดือนก่อน

    Thanks for using Tina. We love this video so much we've linked to it from the official site's Astro page - great content! 🦙

  • @Germplanting
    @Germplanting 3 หลายเดือนก่อน

    Great explanation, was wondering how I would go about setting this combo up.

  • @mikem-zz4ui
    @mikem-zz4ui 3 หลายเดือนก่อน

    of course I thought this was going to work. astro import layout can't be found after install, can't opt out of sending data either

    • @shadowstack
      @shadowstack 3 หลายเดือนก่อน

      Hey there. I just cloned this project again and installed with "npm install" and ran it with "npm run dev" and saw no issues with the layout import or the data fetching. If you have a code repo with your code on github I would be happy to look at it

  • @wobsoriano
    @wobsoriano 4 หลายเดือนก่อน

    Awesome!

  • @markoaleksendric7850
    @markoaleksendric7850 4 หลายเดือนก่อน

    Good stuff on Astro! Keep it up.

  • @scrumpyhat4711
    @scrumpyhat4711 4 หลายเดือนก่อน

    Epic theme! Could you guide me through the process of replacing the "siteName" in the src/components/Nav.astro file with a custom logo for the navbar? I have two logos: darkLogo.png and lightLogo.png, and I want them to have the same size and orientation as the "siteName" (positioned on the left side). These logos should switch appropriately between light and dark mode.

    • @shadowstack
      @shadowstack 4 หลายเดือนก่อน

      Yes that is possible! Use both images in the src/component/Nav.astro as either an import from an assets folder or using the public folder (no need to import if from public just src="image.jpg") and use tailwind classes to toggle the images similar to how src/components/DevicieMockUp.astro. The Dark image would the class "dark:hidden" and the light mode image would have "hidden dark:block"

    • @scrumpyhat4711
      @scrumpyhat4711 4 หลายเดือนก่อน

      @@shadowstack worked like a charm, very cool theme

  • @jarrodhatting7585
    @jarrodhatting7585 4 หลายเดือนก่อน

    I'm currently working with your Astro Tailwind Flowbite template and have a question about the "/projects" page. I'm trying to customize each project (Project1, Project2, etc.) with unique content. I've created separate components (ProjectsCards.Astro, ProjectsCards1.Astro, etc.) for each, but the cards are still replicating across all four columns. Could you point me to where in the code this replication is happening so I can eliminate it?

    • @shadowstack
      @shadowstack 4 หลายเดือนก่อน

      It sounds like you're trying to adjust the `src/pages/projects.astro` page. You'd want to delete the block where we map over the projects (data.projects.map()). Delete that code starting with the opening curly bracket and then import each project card and render them as a component. Keep in mind the parent div uses grid classes to render the projects into columns using tailwind (grid md:grid-cols-2 sm:grid-cols-1 gap-8) so that can be adjusted accordingly. Here are the docs for that, hope this is helpful! tailwindcss.com/docs/grid-template-columns

    • @jarrodhatting7585
      @jarrodhatting7585 4 หลายเดือนก่อน

      @@shadowstack thanks i'll give it a try..

  • @MikeJones3
    @MikeJones3 4 หลายเดือนก่อน

    Awesome template for someone new to Astro. Thanks fro sharing! My one issue is trying to do a simple text page. I have a privacy policy I am trying to add, and not sure how to do a simple page with just heading and text that fits into the theme and format.

    • @shadowstack
      @shadowstack 4 หลายเดือนก่อน

      Well you could build it out like any of the other pages and use heading tags and P tags for the text. If its something like a privacy policy and wont need to be updated often that seems like the cleanest easiest way. You could also use Markdown and import the layout in the front matter so that way you could use the same page layout with just a simple clean text file (.md) but things like page title are not set up for markdown files. Here are the astro docs on importing a layout using a markdown file: docs.astro.build/en/guides/markdown-content/#frontmatter-layout

  • @geraldalanraj
    @geraldalanraj 5 หลายเดือนก่อน

    Is the m3 pro 18/512 enough for Data Science, machine learning and AI tasks?

    • @shadowstack
      @shadowstack 5 หลายเดือนก่อน

      I would say so! Unless you're given specific requirements for specific software, so it might be worthwhile to check out software that you'd likely use before you order

  • @janguiano8
    @janguiano8 5 หลายเดือนก่อน

    Thanks Bro.

  • @ffzz007
    @ffzz007 5 หลายเดือนก่อน

    I am using astro with vue js and i need to make state persitent between my vue component

  • @Pratibhachoudhary-y8q
    @Pratibhachoudhary-y8q 6 หลายเดือนก่อน

    It's not working

  • @RahulGuha-lq8bo
    @RahulGuha-lq8bo 6 หลายเดือนก่อน

    3-4 hours?? What are you doing?

  • @nikhilthomas9282
    @nikhilthomas9282 6 หลายเดือนก่อน

    Hey Leabs! Am looking forward to buy a new MacBook as am a CS student. Do you have any recommendations?

    • @shadowstack
      @shadowstack 6 หลายเดือนก่อน

      @@nikhilthomas9282 pretty much anything in the M series of chips will work great. If you’re anticipating heavier tasks you should upgrade the ram. And to avoid storage issues I’d say 512gb is the minimum storage amount. The MacBook Airs are portable and less expensive while the MacBook pros are more money but they have better thermals and a much better screen. MacBooks on apple’s refurbished store are also in great shape if you want to save some money

    • @nikhilthomas9282
      @nikhilthomas9282 6 หลายเดือนก่อน

      @@shadowstack Hey there! I ordered the MacBook Pro with M3 pro chip, 18gigs of ram and 512gb of SSD. Took your recommendation on storage and ram! Thanks bro!

    • @nikhilthomas9282
      @nikhilthomas9282 6 หลายเดือนก่อน

      I bought it using the University Student discount

    • @shadowstack
      @shadowstack 6 หลายเดือนก่อน

      @@nikhilthomas9282 Awesome I have a similar config, enjoy!

    • @nikhilthomas9282
      @nikhilthomas9282 6 หลายเดือนก่อน

      @@shadowstack Thanks! :)

  • @nickwoodward819
    @nickwoodward819 6 หลายเดือนก่อน

    didn't populate my global.css, but did partially break my tailwind config, presumably because I've now got a config.tailwind.mjs and .js file

  • @itsTarik
    @itsTarik 6 หลายเดือนก่อน

    great video man , I selfhost it in Coolify + Hetzner VPS but is it the best tool out there ?

  • @rhysrittgers2183
    @rhysrittgers2183 6 หลายเดือนก่อน

    I get to npm run start and get the response "'DISPLAY' is not recognized as an internal or external command, operable program or batch file." not sure what to do but I would love some guidance!

    • @shadowstack
      @shadowstack 6 หลายเดือนก่อน

      Are you trying to build the local development on windows, or what OS? What I would try first is deleting the node_modules folder in the directory and running npm install again (maybe something didnt install fully). Also you could try this: forum.magicmirror.builders/topic/12543/installing-magic-mirror-on-windows-10/2

    • @rhysrittgers2183
      @rhysrittgers2183 6 หลายเดือนก่อน

      @@shadowstack I’m on windows but thank you I’ll try that

  • @gadgetboyplaysmc
    @gadgetboyplaysmc 6 หลายเดือนก่อน

    Kinda sucks that astro doesn't have persistent layouts.

  • @hokage2778
    @hokage2778 7 หลายเดือนก่อน

    im starting web dev jun, planning to buy mba m3 13inch 16/512 or mbp m3pro 14inch 18/512. what will be better for me?

    • @shadowstack
      @shadowstack 7 หลายเดือนก่อน

      Hi there. Both are more than capable for web development. What it comes down to is the screen and bulk mostly. The pro has the better screen but is a bit chunky and heavier and more money. It’s total preference, I went with the pro and have no regrets

  • @Jaber_Dev
    @Jaber_Dev 7 หลายเดือนก่อน

    The thing I'm most curious about is knowing the pin sit in the files stored in your Chrome Mony Work Laringing Can you share with us about these sites that you use to learn, make money, and things that help you be productive in your work?

  • @Literally-daredevil
    @Literally-daredevil 7 หลายเดือนก่อน

    Please do more astro updates

  • @sena005
    @sena005 7 หลายเดือนก่อน

    Hi ! I am going to start computer science engineering next year. I can't decide between two options. 1. m2pro 16/1 2. m3pro 18/512 AI development is attracting me. Maybe I can use it for this field. The M3pro with 1 tb ssd is very expensive. Will 512 ssd be enough for me for 5 years? What do you recommend ?

    • @shadowstack
      @shadowstack 7 หลายเดือนก่อน

      Hey there, to be honest either machine would be ok I think. If you went with the 512GB SSD you might need to use an external storage drive down the road if you start running out of space but they are so fast these days the only real inconvenience is having to plug it in. The M2 pro and M3 pro both handle local LLMs pretty good!

    • @sena005
      @sena005 7 หลายเดือนก่อน

      @@shadowstack Thank you for your answer ! ✨ I have one more question . Can external stroge driver cause trouble like computer lag ? Can it be as efficient as an ssd on the chip ?

    • @shadowstack
      @shadowstack 7 หลายเดือนก่อน

      @@sena005 SSDs are very fast and they don't cost too much these days. I have a samesung T7 I used to back up files and have never had an issue with it!

  • @69elchupacabra69
    @69elchupacabra69 7 หลายเดือนก่อน

    Title says "Web Developer's Perspective" when in fact this is more of a content creator's perspective

    • @shadowstack
      @shadowstack 7 หลายเดือนก่อน

      Good point, as someone who does both I needed a machine that could also do both. The reality is web development doesn’t need as much power so I leaned into how well this runs more demanding software like Final Cut. My day job is web development and I do touch on my work flow with build tools so I think the title is ok