Programming Everyday Until I Find a Job | Day

Поділитися
Вставка
  • Опубліковано 19 лис 2024

КОМЕНТАРІ • 50

  • @JosephM1M5A4
    @JosephM1M5A4 Місяць тому +18

    Hope you don't run out of pokemon's

    • @0x_nietoh
      @0x_nietoh Місяць тому +2

      i hope he doesn't go through all 1000 pokemons to get a job LOL

  • @muhammadfuzailayaz1310
    @muhammadfuzailayaz1310 Місяць тому +2

    consistency level on peek gr8 brother

  • @MartinBenedictEYbas
    @MartinBenedictEYbas Місяць тому

    God speed brother, we're gonna make it

  • @VedantBorkar-w3f
    @VedantBorkar-w3f Місяць тому +1

    O(N) Java Solution for your last problem:
    class Solution {
    public boolean checkPossibility(int[] nums) {
    int n = nums.length;
    int count = 0;

    for (int i = 0; i < n - 1; i++) {
    if (nums[i] > nums[i + 1]) {
    count++;
    if (count > 1) return false;

    if (i > 0 && nums[i - 1] > nums[i + 1]) {
    nums[i + 1] = nums[i];
    } else {
    nums[i] = nums[i + 1];
    }
    }
    }

    return true;
    }
    }

  • @hazard-funk
    @hazard-funk Місяць тому

    Good luck and best wishes!

  • @anjaliupadhayay839
    @anjaliupadhayay839 Місяць тому +2

    went to yt for some entertainment.
    the entertainment:

  • @gavinmce660
    @gavinmce660 Місяць тому

    killing it bro

  • @xrexy
    @xrexy Місяць тому

    Great stuff, keep it up! If even I can get a job, so can you

  • @wrya141
    @wrya141 Місяць тому

    good luck my man

  • @thoup
    @thoup Місяць тому

    What resources are you using to learn? Is it just raytracing in one weekend? And what other projects have you worked on? I'm quite interested in getting deeper with C++ through projects but I can't think of anything to work on

    • @OneDayL8r
      @OneDayL8r  Місяць тому

      @@thoup I’ve only worked on two projects on this serious not counting this 1. I did a simple encryption script for files and a csv analyser on Java that did simple operations like mean standard deviation etc and graph creation. I am reluctant to give my list of projects as I might change them but honestly I really recommend asking ai for project ideas and going off that. Really good for getting you started.

  • @No_Masterpiece
    @No_Masterpiece Місяць тому

    the question will you ever find a job in this market right now?

  • @muralikrishnasiju
    @muralikrishnasiju Місяць тому

    Good luck

  • @niconiconichan2098
    @niconiconichan2098 Місяць тому +1

    How far are you on the language you're learning and do you make project on every new concept you are learning in programming?

    • @OneDayL8r
      @OneDayL8r  Місяць тому +1

      @@niconiconichan2098 I have a list of medium projects that I want to complete mostly all of em are c++ because that’s what I want to learn and be good at. I’m doing ray tracing because I wanted to do it and learn a little bit about it.

    • @thoup
      @thoup Місяць тому

      @@OneDayL8r What projects?

    • @OneDayL8r
      @OneDayL8r  Місяць тому +1

      @@thoup can’t spoil 🫢🫢🫢

    • @niconiconichan2098
      @niconiconichan2098 Місяць тому +1

      @@OneDayL8r How do you classify your projects according to difficulty and do you come up with your own projects or do you search online?

    • @OneDayL8r
      @OneDayL8r  Місяць тому +1

      @@niconiconichan2098I won’t lie bro I just ask ai to generate ideas and filter out bad ones or ones I’m not interested in.

  • @terraEl4379
    @terraEl4379 Місяць тому

    How do you config vim? Please give me your vim config link.

  • @Jagonnath-2007
    @Jagonnath-2007 26 днів тому

    I will comment in every video #8

  • @iwheeze4495
    @iwheeze4495 Місяць тому

    How long did it take for you to learn coding? I'm studying software engineering and currently learning python. I'm on week 3 and we already have big assignments to code every week, using loops, functions etc. I'm struggling very hard and might drop out because of the high tempo. Do you think it would be wise to continue?

    • @OneDayL8r
      @OneDayL8r  Місяць тому +1

      @@iwheeze4495 I’m just some guy but I’ve always been technical growing up. I always loved technology and I like interacting with it. When I first started I struggled pretty hard too and the class I took was relatively easy as it was a freshman high school intro summer course for like half a credit or whatever. I’m not ur dad so I can’t give you good advice that pertains to you but just ask yourself if u like at all what u are doing

    • @Captaine_Crunche
      @Captaine_Crunche Місяць тому +1

      if you dont genuinely enjoy the learning of it to the point where you could see it as a lifelong career of learning, then it would be wise to drop out. Otherwise, stick to it and you will get better with time, i personally suggest cs50x and cs50p, amazing teacher and you see your code in sucha different way that it comes together

    • @iwheeze4495
      @iwheeze4495 Місяць тому

      Thx for the replies. As of right now i'm just not getting any enjoyment out of it. It feels like this course is more aimed for people with programming experience. Might just be that the way i'm learning it that puts me off. But yeah i don't think i will be able to continue.

    • @BLINKBOXHD
      @BLINKBOXHD Місяць тому

      @@iwheeze4495 Coding always feels overwhelming especially at the start. You gotta enjoy the struggle or it aint for you

  • @anhluong4976
    @anhluong4976 Місяць тому

    nice i did this tutorial too but in rust

    • @OneDayL8r
      @OneDayL8r  Місяць тому

      Nice bro. Did you try to understand a lot of the math or were u as lost as i am?

  • @barisxaevir
    @barisxaevir Місяць тому

    which distro is this?

  • @peterkilian9100
    @peterkilian9100 Місяць тому

    war turtle war turtle war turtle

  • @nozomu9655
    @nozomu9655 Місяць тому

    Linux Distro?

  • @camoroz3080
    @camoroz3080 Місяць тому

    How much time do you spend googling stuff?

    • @OneDayL8r
      @OneDayL8r  Місяць тому +1

      I spent the entire video basically following a tutorial. It depends on the subject but if you are building something from scratch you will gradually get better and have to look less and less stuff up online.

    • @camoroz3080
      @camoroz3080 Місяць тому

      @@OneDayL8r Is it acceptable for a beginner to google things while doing a project?

    • @OneDayL8r
      @OneDayL8r  Місяць тому

      @@camoroz3080 of course my friend. Its acceptable for a senior to google things while doing a project.

    • @OneDayL8r
      @OneDayL8r  Місяць тому

      @@camoroz3080 yes

  • @moylababa8196
    @moylababa8196 Місяць тому

    which theme and font are you using?

    • @OneDayL8r
      @OneDayL8r  Місяць тому +1

      @@moylababa8196 carbon fox and Fira code.

    • @MirzaBaig-m8b
      @MirzaBaig-m8b Місяць тому

      @@OneDayL8r bro is DSA in c language necessary for bignners to start the programming

    • @OneDayL8r
      @OneDayL8r  Місяць тому

      @@MirzaBaig-m8b I’m offended you think I’m a beginner

    • @amazhobner
      @amazhobner Місяць тому

      @@MirzaBaig-m8bIt isn't. You can use C to gain knowledge of how low lvl works. Then you can pick something like python and learn DSA there.

    • @MirzaBaig-m8b
      @MirzaBaig-m8b Місяць тому

      @@OneDayL8r no bro i meant whether if DSA is a entry door to get into low level programming