FrontStart
FrontStart
  • Видео 13
  • Просмотров 334 407
Get your first software dev job (secret way!)
CodeCrafters Sign-up:
app.codecrafters.io/join?via=Andriy1221
_________________________________________
In this video I'll show you a method to land your first software engineering job. It's a method that is rarely talked about, but it worked for me and I think it's very effective. No need for a CS degree or experience!
I'll explain how it works and how, why it works and if it's something that you should consider.
_________________________________________
If you found this video helpful,
please give it a like 👍 and subscribe 📨 for more.
⏰ Timestamps
0:00 Intro
0:41 How I got my first dev job
2:12 How the method works
4:39 Why this method works
5:28 Outro
🐦 Follow me on X / Twitter
0xandriy
🎵 Where I...
Просмотров: 599

Видео

This trend is killing Material UI (MUI)!
Просмотров 1,6 тыс.7 месяцев назад
In this video, I discuss why I believe Material UI might lose its dominance as the industry shifts towards unstyled component libraries like RadixUI and Shadcn UI. These libraries offer greater flexibility and ease of customization, addressing the limitations of traditional styled libraries. I’ll also touch on how MUI is adapting to this trend. Share your thoughts and don’t forget to subscribe ...
MUI / Material UI - 5 PRO TIPS
Просмотров 6 тыс.Год назад
In this video I show 5 really useful tips and tricks for MUI / Material UI. These tricks can be useful for beginners but some of them might even be new to people who are used to working with MUI. These tricks are mostly focused and theming as this is one of the areas that most people struggle with. This video is sponsored by Minisopuru, check them out 👇 bit.ly/3Go5QG7 If you found this video he...
Do you actually need TypeScript?
Просмотров 2,6 тыс.Год назад
Recently there is a heated debated about TypeScript. After David Heinemeier Hansson (DHH) switched Turbo from TypeScript to Vanilla JavaScript, everyone's talking about it. In this video, I explain everything you need to know about the debate and why people have different opinions on TypeScript. This video is sponsored by MightyMeld, check them out 👇 bit.ly/3Go5QG7 If you found this video helpf...
Everyone is copying this website's design - Here's why!
Просмотров 3,6 тыс.Год назад
Sign up and try out MightyMeld for free using the code: FRONTSTART www.mightymeld.com/ Have you also noticed how more and more (mostly tech focus) SaaS websites start to look the same? That's no coincidence. It all started with a SaaS product called Linear and it's website. In this video I'm explaining how Linear kicked-off an industry-wide design trend and why it what is so special about it. I...
The ULTIMATE guide to styling/customizing Material UI (MUI)
Просмотров 50 тыс.Год назад
Have you ever struggled with customizing/styling Material UI (MUI) components? When you start out (and even later on) it can be a very common issue. So in this video I'm explaining all different methods for styling and customizing, when to use each technique and more advices. You'll learn everything you need to never struggle anymore! If you found this video helpful, please give it a like 👍 and...
Day in a life of a developer in Tokyo (POV)
Просмотров 20 тыс.Год назад
In this video I show how it is to work as a frontend developer in Tokyo, Japan. If you found this video helpful, please give it a like 👍 and subscribe 📨 for more. 🐦 Follow me on Twitter 0xAndriy 🎵 Where I get my music from Epidemic Sound: www.epidemicsound.com/referra... 🤝 Services I use NordVPN - go.nordvpn.net/SH4vc 🎥 My gear Monitor - Dell S3423DWC 34 amzn.to/3XcAXuR Headphones -...
Why Unstyled Components are so popular - Explained!
Просмотров 8 тыс.Год назад
Have you ever had issues with customizing component libraries or building your own custom components? If yes, then unstyled component libraries such as Radix UI, Headless UI, Reach UI or React Aria might be exactly what you need. They emerged in the last few years and are rapidly gaining in popularity. In this video you'll learn everything you need to know about them. If you found this video he...
How React ACTUALLY works (DEEP DIVE 2023)
Просмотров 71 тыс.Год назад
Are you already working with the JavaScript framework React? Or do you want to learn it? No matter how much experience you have, this video will teach you how React work in detail! Some of the topics include, what is React, how can it be used in existing projects, how does reactivity work, how does React keep the UI in sync with the data and more. If you found this video helpful, please give it...
Which JS tools is EVERYONE using? - State of JS 2022 (Newest)
Просмотров 1,1 тыс.2 года назад
Do you ever wonder what frontend frameworks, libraries and tools everyone is using? Luckily, there is a yearly survey called "State of JS" which gives a great overview. In this video I summerize the most recent "State of JS 2022' edition. If you found this video helpful, please give it a like 👍 and subscribe 📨 for more. 🐦 Follow me on Twitter 0xAndriy ⏰ Timestamps 0:00 Intro - What ...
Learn the ChatGPT API (GPT-3)
Просмотров 4,4 тыс.2 года назад
In this video you'll learn everything you need to know, to get started with the ChatGPT API (GPT-3). Including, how to get an API key, how to use the API and create a React website that uses the API. If you found this video helpful, please give it a like 👍 and subscribe 📨 for more. 🐦 Follow me on Twitter 0xAndriy ⏰ Timestamps 0:00 Intro - What is ChatGPT and GPT-3? 1:14 Getting an A...
Learn MUI (Material UI) in under 10 min!
Просмотров 163 тыс.2 года назад
In this video you will learn everything you need to know to get started using MUI's Material UI, which is a React component library for Material Design. If you found this video helpful, please give it a like 👍 and subscribe 📨 for more. 🐦 Follow me on Twitter 0xAndriy ⏰ Timestamps 0:00 Intro - What is MUI / Material UI? 1:12 Material UI basics (Container, Box, Typography, sx prop) 4:...
Can this AI write Front-end code? (ChatGPT)
Просмотров 2 тыс.2 года назад
I tried out OpenAI's new chatbot called ChatGPT and put it through a couple of programming tests to see what it can do. If you found this video helpful, please give it a like 👍 and subscribe 📨 for more. ⏰ Timestamps 0:00 Intro: What is ChatGPT 1:59 Test 1: Centering a div 5:46 Test 2: Rendering a list in JavaScript 8:02 Test 3: Styling 10:18 Test 4: Create a shopping list app in React 14:47 Tes...

Комментарии

  • @lqueryvg
    @lqueryvg 6 дней назад

    At 06:21 you talk about creating some cards. You say you could use the Box component but decide to use Paper instead. Question: why not the Card component ?

  • @abdulhalqaydin6312
    @abdulhalqaydin6312 12 дней назад

    very nice, but, it was a more better if it was including coding session like coding in cafe "real one" and talking a little bit about it since most of the viewers are interest to get into tech "so it will be nice mix". Overall, I like your video continue boss!

  • @riyanpatel122
    @riyanpatel122 23 дня назад

    Bro is goated, wht a video man luvu💕

  • @tomilola_ng
    @tomilola_ng 25 дней назад

    I want to see a part 2

  • @raghavendra6978
    @raghavendra6978 26 дней назад

    Thank you !

  • @AlviNoorHossain
    @AlviNoorHossain 27 дней назад

    What would you choose? Tailwind CSS or Material UI?

  • @hikaru_e
    @hikaru_e Месяц назад

    4:44 that butterfly was a paid actor lol

  • @SheebaM-cn3oc
    @SheebaM-cn3oc Месяц назад

    Hi, pls solve my doubt i tried ur example but the page not rendering the service

  • @ashishsaini5096
    @ashishsaini5096 Месяц назад

    This helped solving one of the problems i was stuck from a long time

  • @Letchik44
    @Letchik44 Месяц назад

    что то мне напоминает русский акцент уэтого парня)

  • @ojitxs
    @ojitxs Месяц назад

    🙌

  • @ExplorewithZac
    @ExplorewithZac Месяц назад

    I don't agree with using TypeScript on the front-end. Using it in a runtime like NodeJS can be very helpful though. If you're using Flask on the server though, then you don't need TypeScript at all. In my opinion, people should learn Flask and forget about TypeScript... And definitely stop using TypeScript on the front end because that's just silly. It's hilarious when you see the most basic simple web app ever, and they used React, Next.js, TypeScript, Tailwind CSS, MUI, etc etc etc... Stop it... Get some help. It's literally not even that hard to write error free code in JS... Even at 10,000 lines of code, just use modules and use a dictionary of all your variables and constants. Before defining anything globally, check your dictionary. You can build an entire modern social media platform using ONLY Flask(Python), Vanilla JS, Regular old CSS and HTML, along with the bare minimum tools for running on GCP to handle storage and database.

  • @Doltrane
    @Doltrane Месяц назад

    Bro … did you put Angular in a Graveyard ! That where I noticed you are not a serious one !!

  • @sasikaadesh8184
    @sasikaadesh8184 Месяц назад

    So useful for both UI/UX and Frontend developers. Thanks alot. Please create more useful videos like these!

  • @hummxt
    @hummxt 2 месяца назад

    Thanks dude

  • @HariNair108
    @HariNair108 2 месяца назад

    How can I use Figma code connect wthi MUI components?

  • @nguyentam2211
    @nguyentam2211 2 месяца назад

    Excellent video. You got a new subscriber! You deserve to have so much much more subscribers dude Typescript is just a tool, an efficiency tool or a risky tool, it depends on how we use it. And the cost to understand Typescript to maintain some code or contribute to a community product is way less than the cost to find an issue from vanila Javascript Float - I have never tried it, having a look after watching this Thanks again for the video!

  • @navedkhan6643
    @navedkhan6643 2 месяца назад

    Watching this for old legacy project because lied on resume 😢

  • @AttiqaZaki1
    @AttiqaZaki1 2 месяца назад

    Kindly add some more Videos about MUI. It really helps me.

  • @MahmoudGamal-t6n
    @MahmoudGamal-t6n 2 месяца назад

    What kind of laptop is this ?

  • @InZodW3Trust
    @InZodW3Trust 2 месяца назад

    Material UI beginner and aspiring Dev here, working on a project. Trick 1,2 & 3 were very useful to me...I'm definitely subscribing for future content on front-end Dev.🦾

  • @Stellarisium
    @Stellarisium 2 месяца назад

    arent you the guy who learned Full Good form front lever within 50 days? :D

  • @sdfsfsfd437
    @sdfsfsfd437 3 месяца назад

    Gracias. Me ha servido 100% para entender la diferencia entre styled y unstyled. Many thanks! Awesome explanation! ❤💯💥

  • @sdfsfsfd437
    @sdfsfsfd437 3 месяца назад

    Very good video, sí señor. 💗💯👍

  • @antonyrichard369
    @antonyrichard369 3 месяца назад

    Absolutely brilliant. Very eye opening. This is how a deep dive has to be. Waiting for part 2. Thanks a lot for the knowledge.

  • @_tanzil_
    @_tanzil_ 3 месяца назад

    How do you add some custom colors with custom names

  • @WordsworthDonahue-s7r
    @WordsworthDonahue-s7r 3 месяца назад

    Marisol Streets

  • @DeborahJones-h9p
    @DeborahJones-h9p 3 месяца назад

    871 Mraz Lane

  • @LarryJohnson-s2v
    @LarryJohnson-s2v 3 месяца назад

    Rogahn Mountains

  • @Shkkmj6868
    @Shkkmj6868 3 месяца назад

    Thank you so much for so much info in under 10 minutes. This is what i was looking for. Really appreciated.

  • @KelleyMontague
    @KelleyMontague 3 месяца назад

    3021 Torp Highway

  • @frankdearr2772
    @frankdearr2772 3 месяца назад

    👍

  • @DojoDyo
    @DojoDyo 3 месяца назад

    very helpful thank you !!

  • @AustinClifford-b1n
    @AustinClifford-b1n 3 месяца назад

    Hodkiewicz Pass

  • @saileeladharsaranam1992
    @saileeladharsaranam1992 3 месяца назад

    Thanks alot for making this video short and Informative. Now I am confident enough to make decitions while applying styles to mui components

  • @_Squiggle_
    @_Squiggle_ 3 месяца назад

    Really good overview! Thank you!

  • @LoayAl-Said-j8p
    @LoayAl-Said-j8p 3 месяца назад

    This is absolutely excelent. I love it Thanks a lot! Appreciate the error. Thanks. Loay here from Egypt!

  • @laerciogarotinho1199
    @laerciogarotinho1199 3 месяца назад

    Agradeço sua amizade e vamos crescer o time do bem

  • @laerciogarotinho1199
    @laerciogarotinho1199 3 месяца назад

    Deus mim em guiou para eu fazer o chá do milagre e fiz mim curei e quem mim segue tambem

  • @laerciogarotinho1199
    @laerciogarotinho1199 3 месяца назад

    Receita do chá do milagre 2lt de água ferver com 1colher de endro 1c de camomila e folhas de cidrelha ferver tudo junto sem açúcar coar e colocar na geladeira tomar 3vezes por dia serve para pressão alta sono e nervo

  • @laerciogarotinho1199
    @laerciogarotinho1199 3 месяца назад

    Tenho uma ONG que eu distribuir gratuitamente o chá do milagre e a receita do chá do milagre

  • @laerciogarotinho1199
    @laerciogarotinho1199 3 месяца назад

    Sou da Paraíba

  • @PaulHernandez-l4e
    @PaulHernandez-l4e 3 месяца назад

    Lexus Loop

  • @LeightonSteward-q9x
    @LeightonSteward-q9x 4 месяца назад

    Davion Track

  • @CampArmand
    @CampArmand 4 месяца назад

    14516 Reina Track

  • @JamesMeredith-f2o
    @JamesMeredith-f2o 4 месяца назад

    Rossie Neck

  • @ShirleyJackson-q9u
    @ShirleyJackson-q9u 4 месяца назад

    Braxton Street

  • @EmersonRalbovsky
    @EmersonRalbovsky 4 месяца назад

    3195 Abernathy Street

  • @CharlesBachar
    @CharlesBachar 4 месяца назад

    358 Christelle Bridge

  • @DelindaMonteith-m2p
    @DelindaMonteith-m2p 4 месяца назад

    Anabelle Highway