What Does Large Scale Software Look Like?

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 พ.ย. 2024

ความคิดเห็น • 187

  • @goosydev
    @goosydev 2 หลายเดือนก่อน +400

    Lemme add my experience with companies:
    Usually they have their own hosted git solution (like a gitlab instance). Then the team works with some kindof process (like Scrum). So then someone writes all the issues and "backlog" items that should be done (like bugs, features, ...). Then you plan what to do next (in a team usually) and developers can start implementing it (moving item to progress, opening branch, opening MR/PR, giving it a good description, implementing (passing all tests, requirements), other dev will then review/give feedback, then its merged (often into a dev branch and not the production branch), the dev branch is connected to a CI/CD pipeline and result is hosted on a testing version of your product, then the testers jump on it and test manually, pontentially moving the issue back to the developer where they start with implementing the fix(review->merge->test)) until the testers are happy, then it can be planned into a release and eventually released (where all production server will be updated). In that whole process its often a thing where requirements arent clear so youd have to ask the one who wrote the requirements, or the tester might have questions to the developer, and many other communication that can delay the progress of a feature being implemented. Thats why big companies often take very long to finish things.

    • @NizzyABI
      @NizzyABI  2 หลายเดือนก่อน +29

      Amazing expiation man!
      That’s some great insight into deeper level stuff that many of us haven’t reach yet so it’s awesome to see what it could be like one day :)

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

      @@sam-pt7rt There is a new vid from Nizar about exactly this issue. Keep searching and make you own hands dirty by working on projects and make yourself stand out.

    • @sam-pt7rt
      @sam-pt7rt 2 หลายเดือนก่อน +1

      @@goosydev :(

    • @b4shkir83
      @b4shkir83 2 หลายเดือนก่อน +3

      I just started my first developer job 2 months ago and this is very accurate.

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

      @@sam-pt7rt why are you job hunting in a replies to a random youtube comment

  • @heyarvee
    @heyarvee 2 หลายเดือนก่อน +491

    can confirm, this is large-scale, production grade code because there is tons of code but no comments.

    • @NizzyABI
      @NizzyABI  2 หลายเดือนก่อน +21

      lmao

    • @Jarvis2077
      @Jarvis2077 2 หลายเดือนก่อน +4

      Yeah same thing in the company I work. No comments.

    • @shyshka_
      @shyshka_ 2 หลายเดือนก่อน +23

      comments are useless 90% of the time

    • @Jorma___
      @Jorma___ 2 หลายเดือนก่อน +35

      If you need comments, then your naming is terrible or your code is over complicated

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

      @@Jorma___ nope that's popular WRONG statement. Actually comments help a lot and often substitute the docs. For example, the docstrings in Python can easily explain things very well - so you won't have to create a separate technical docs, README, anything.
      It's a big question what's better - tech docs or code comments - because they are basically very similar things and serve the same purpose. But saying that you don't need any of them, and the code itself is enough, is utter BS. Try to onboard a new developer on a new huge codebase with no comments and no docs. Good luck having him/her lost and unproductive for at least 1-2 weeks. That's just a waste of time and money

  • @Peeeeeew
    @Peeeeeew หลายเดือนก่อน +82

    Usually there's ""Grandmaster Agile Scrum Blackbelt Ninja Overlord of Kanban, Certified Professional Extraordinaire in Synergistic Waterfall-Agile-Hybrid Methodology, Supreme Overseer of Gantt Charts and Timelines, Archduke of Sprint Planning, Commander of the Infinite Backlog, Emperor of Deadline Extensions, Master Conductor of Stakeholder Alignment and Scope Management, All-Seeing Eye of Budgeting and Resource Allocation, Guardian of Milestones, Wielder of the Holy Project Charter, and Divine Protector of All Things Asana and Jira" project manager who makes the whole process of code-production 1000 times slower.

    • @rudrakshguntuka6171
      @rudrakshguntuka6171 26 วันที่ผ่านมา +1

      chill man , maybe it's just your manager .

    • @NizzyABI
      @NizzyABI  20 วันที่ผ่านมา +3

      holy crap that was a read

  • @jackpaulcollins
    @jackpaulcollins 2 หลายเดือนก่อน +140

    You don’t only write tests to avoid bugs in your commits, but to prevent future commits from breaking what you wrote

    • @adammouaddine8866
      @adammouaddine8866 หลายเดือนก่อน +1

    • @Schwein41
      @Schwein41 หลายเดือนก่อน +1

      AND making new features/refactorings/dependency updates easier, as, if you can run the tests from unit to e2e, you can be somewhat sure that everything still works.
      Ye

  • @SiimKoger
    @SiimKoger 2 หลายเดือนก่อน +94

    Tons of security measures, auditing tables, tons of monitoring, i18n, custom UI elements, rigorous testing, different styles of code even after linting, data migrations, library and framework verion updates, ... the list goes on.
    Joining a big company that has decades of legacy to it is a complete different beast than anything you could do or would need in a hobby project.

    • @NizzyABI
      @NizzyABI  2 หลายเดือนก่อน +5

      I bet!
      The company I work at is just a few years old so the code is at least somewhat relatable to my side projects but I bet the larger company code must be much much harder to use

    • @permanasibarani6966
      @permanasibarani6966 19 ชั่วโมงที่ผ่านมา

      Sounds like Magento 2 😂

  • @josephperkins-z7n
    @josephperkins-z7n 2 หลายเดือนก่อน +12

    Hey Nizar, Been in a programming rut of recent, Happy to see your still around. I'm gonna just feedoff your programming rizz and energy and get back on my A game. Srsly, Thx for being an amazing developer and friend.
    Also 😘😘

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

      Glad to have u back bro!!!

  • @robertodelgado6387
    @robertodelgado6387 2 หลายเดือนก่อน +5

    Super interesting video, as a dude who mainly codes for fun since I mainly work in Excel and never seen any large scale project, I really apreciate this video

  • @itsbare5172
    @itsbare5172 9 วันที่ผ่านมา +1

    I am still pretty early in my career have worked for a large cap company and now a small cap. I think the biggest thing that threw me off when first seeing industry code is the sheer amount of custom objects/types. I worked mainly on backend microservices and you can't just pick up a ticket go to that endpoint and find the bug these things are using like 4-8 custom types that each have their own logic, the amount of nesting that you have to sift through to even get to the base definition is 2-4 layers deep a lot of the time and you do this for all types to even understand what the piece of code is doing.

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

    this is an amazing video, and im so glad you contributed this here man

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

      Thanks for the kind words :)

  • @UCFc1XDsWoHaZmXom2KVxvuA
    @UCFc1XDsWoHaZmXom2KVxvuA 2 หลายเดือนก่อน +14

    Dude i can see that you have been grinding real hard on your youtube channel, its nice to see youve gotten to 10k subs, you certainly deserve :0

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

      Thanks man :)

  • @Kimi-xp2th
    @Kimi-xp2th 2 หลายเดือนก่อน +48

    I think my head would hurt having to deal with so many things.

    • @NizzyABI
      @NizzyABI  2 หลายเดือนก่อน +24

      That's why we get paid $$$

    • @Someoneyeeted
      @Someoneyeeted 2 หลายเดือนก่อน +5

      Yup, currently 2nd year CS and im already panicking

    • @FerdinandCoding
      @FerdinandCoding 24 วันที่ผ่านมา +2

      @@Someoneyeeted It's gonna get worse. But you're gonna learn to enjoy it.

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

    That's great. Thank you for sharing. Keep up your amazing content!

  • @georgebaraza9141
    @georgebaraza9141 หลายเดือนก่อน +8

    I recently switched to Angular for the urge of writing production grade codes. React doesn't appeal to me more in terms of code quality.

    • @NizzyABI
      @NizzyABI  หลายเดือนก่อน +1

      yeah angular is great

    • @worthywizard
      @worthywizard 11 วันที่ผ่านมา

      Ever since I wrote backend for my pet project using nest.js, I understood why companies prefer Angular for production level apps

    • @blacklife-s6h
      @blacklife-s6h 9 วันที่ผ่านมา

      In terms of libraries for angular what can you do coz react has a lot of open source libraries

    • @georgebaraza9141
      @georgebaraza9141 8 วันที่ผ่านมา

      @@blacklife-s6h What library does an Angular Developer need when Angular is a full-fledged framework that has everything they'd need for UI development?

  • @jakubgawronski658
    @jakubgawronski658 2 หลายเดือนก่อน +1

    A very cool video! Keep it up!

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

      Thanks 😊

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

    😘😘Nice and informational video bro!! Thanks

    • @NizzyABI
      @NizzyABI  29 วันที่ผ่านมา

      Welcome 😊

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

    Your eyebrows are well done.

    • @NizzyABI
      @NizzyABI  2 หลายเดือนก่อน +1

      thanks 😊

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

      @@NizzyABIyea bro it got my erekASF 🔥🔥

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

    we need more videos like this !!!

    • @NizzyABI
      @NizzyABI  2 หลายเดือนก่อน +1

      ok :)

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

    that 100% high quality content.

  • @yuvraajbhatter2669
    @yuvraajbhatter2669 2 หลายเดือนก่อน +11

    god forbid the number of errors 2:05

    • @NizzyABI
      @NizzyABI  2 หลายเดือนก่อน +11

      problem on my computer (JS linter is messed up)
      code works perfectly

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

      @@NizzyABI haha i know that you are a good coder, just messing with you

  • @omarsoufiane4evr
    @omarsoufiane4evr 2 หลายเดือนก่อน +10

    After seeing the intro, I thought you were going to show a code that is better than my personal projects that makes 0 dollars

    • @NizzyABI
      @NizzyABI  2 หลายเดือนก่อน +1

      u saw software making $100k a month lol so maybe it’s ur idea 😉

  • @angryktulhu
    @angryktulhu 2 หลายเดือนก่อน +1

    well it's not even a BIG company. In the big companies, inter-department communications become more and more common and eat time. Like, you have to write and document how all your team's microservices work, and don't forget to update these docs, because a bunch of other IT teams rely on them

  • @TheFrewah
    @TheFrewah 2 หลายเดือนก่อน +5

    I hate seeing comments that say something like ”Here I loop”. I can see there’s a loop. One comment said something like ”stop fooling around, let’s do some work”. So, all you did until this comment was to ”fool around ”

    • @NizzyABI
      @NizzyABI  2 หลายเดือนก่อน +3

      comments themselves are sooo annoying the code itself should speak for itself for the most part

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

      @@NizzyABI It should but it doesn’t always do. 99% of the time, the first person to fail to understand how or why some code works is the person who wrote it because the clever parts lacked a comment.

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

      I only write comments for things I can't change and always explain WHY the code is there instead of how or what it's doing.

  • @3VERone
    @3VERone 2 หลายเดือนก่อน +3

    tl;dr: naming things, scalability and not pushing directly to main?

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

      ye there’s obviously a lot more but that’s what i know rn

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

    I was offended in the first 10 seconds 😂

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

    Do companies create their own CMSs?

    • @NizzyABI
      @NizzyABI  2 หลายเดือนก่อน +1

      idk if they create their own but i know many (including mine) that use something like Dato, Contentful, etc.

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

    Can you provide a link to the open source code base that your company is associated with? Would be interesting to explore.

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

      sure here u go:
      github.com/calcom/cal.com

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

    Did you know how to use git before your first work experience?

    • @NizzyABI
      @NizzyABI  หลายเดือนก่อน +1

      a little (i'm talking about knowing how to commit and push code)
      i learnt it on the job

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

    Very Intuitive

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

    Testing is everything, on that, trust me!

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

      Yep!

  • @Stem.ai-
    @Stem.ai- 16 วันที่ผ่านมา

    What theme is it ?

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

    If you are a web developer, you are not even enterprise. Just remember that.

  • @mohammadalam9936
    @mohammadalam9936 11 วันที่ผ่านมา

    Looks scary to be honest.
    God help us.

  • @nyzel4489
    @nyzel4489 หลายเดือนก่อน +1

    "insert two kiss emojis"

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

      :)

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

    imagine a os written in one file one method

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

      can't relate

    • @goosydev
      @goosydev 2 หลายเดือนก่อน +1

      Imagine an os written in JQuery (yes it exists)

  • @hameeeed5992
    @hameeeed5992 2 หลายเดือนก่อน +1

    Got my sub. 👍

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

      Lfggg

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

    Great video 😘😘

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

      Thank you 🤗

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

    It was obvious, it's important to refresh knowledge though 👍

  • @mmmm-wm8ci
    @mmmm-wm8ci หลายเดือนก่อน

    Mostly large scale applications are written using java not js

    • @NizzyABI
      @NizzyABI  20 วันที่ผ่านมา

      fr

  • @jr.BoarOfGold
    @jr.BoarOfGold 16 วันที่ผ่านมา

    0:46 GIGI MURIN!!???

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

    good video bro 😘😘

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

      Thanks :)

  • @МихайлоДвалі
    @МихайлоДвалі 2 หลายเดือนก่อน +3

    Naming is so obvious and should be done even in pet-projects, I almost clicked off the video… but the error handling is a real difference, and abstraction too

  • @NewLondonMarshall
    @NewLondonMarshall 25 วันที่ผ่านมา

    Lol at 1:29 there are variables called 'z' which is impossible to workout what it means.

    • @muhammedibrahem9231
      @muhammedibrahem9231 22 วันที่ผ่านมา

      Usually frontend use z for Zod
      Zod is a validation library
      As in code you can see they're using it for validation schemas

    • @NizzyABI
      @NizzyABI  20 วันที่ผ่านมา

      yeah lmao

  • @carry_boats
    @carry_boats 9 วันที่ผ่านมา

    nice vid

    • @NizzyABI
      @NizzyABI  9 วันที่ผ่านมา

      thank uuuu

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

    ‘null’ is what it looks like

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

    I code for myself and I made everything foo1, foo2, foo3💀

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

      LOL

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

    Got my sub 😘😘

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

      :)

  • @Niululul1635
    @Niululul1635 2 หลายเดือนก่อน +3

    From germany 😘😘

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

      Hell yeah love my German bois 😻

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

    i really like your videos, lol except the video that you read 5 books in a weeek lol. you go to the point, are focused, and are topic that usually are so abvious but notbody talks so you bring up with new prespective. am already following you and subscribed. Looking up for a topic how do you learn and what resourcses do you use (beggining and now)

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

      Some vids hit some miss hehe glad u liked this one :)

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

      @@NizzyABI tell us how you learn lol :D am really curious like geniuenly (sorry typing lol)

  • @Bilz_-fd1do
    @Bilz_-fd1do 2 หลายเดือนก่อน +44

    Good morning! Posted 3min ago and 0 views... starting going down
    (It's a joke)

    • @NizzyABI
      @NizzyABI  2 หลายเดือนก่อน +16

      I fell off 😫

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

    Nice video but you showed us the code only like 5% of the time, may be you can put yourself in the corner with the code in the background for next time, subscribed.

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

      Thanks for the tip!

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

    u moroccan?

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

      Lebanese

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

    What do you suggest for the cms?

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

      DatoCMS, Contentful is good too

  • @NooblantisDistrict
    @NooblantisDistrict 23 วันที่ผ่านมา

    wdym leave 2 kiss emojis bro?

    • @NizzyABI
      @NizzyABI  23 วันที่ผ่านมา

      leave two kisses

    • @NooblantisDistrict
      @NooblantisDistrict 22 วันที่ผ่านมา

      @@NizzyABI aiit bro 😘😘

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

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

    If you dont want to write tests, you have obviously never worked on real large scale products... well at least one that has to work all the time. Like if there is A LOT of money involved, you WILL fall in love with tests. No way around it

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

    Preach

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

    yo brother what's going on

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

      Not much 😈

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

      Lol I commented on this because I was working on a project where I was designing the comment section that looked similar to this was not expecting your reply thankyou though ​@@NizzyABI

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

    Subscribe button >>>>>

    • @NizzyABI
      @NizzyABI  หลายเดือนก่อน +1

      :)

  • @theloststarbounder
    @theloststarbounder 16 วันที่ผ่านมา

    Two kiss emojis uwu

  • @SB-wn3gl
    @SB-wn3gl 2 หลายเดือนก่อน

    this typescript coders are not programmers 😂😂😂😂😂😂😂

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

      yes the language u write it determines if you're a programmer or not 🤦🏽

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

    🥰🥰

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

    😘 😘

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

      :)

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

    3:10 don't forget unit tests

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

    Lol nice😘😘

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

      :)

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

    Cool insights

  • @CNG.I
    @CNG.I 2 หลายเดือนก่อน

    😘😘😘😘

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

      😘

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

    Just show the code bro, no need to keep cutting to yourself 🤦‍♂️

    • @NizzyABI
      @NizzyABI  หลายเดือนก่อน +1

      no

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

      @@NizzyABI what a stupid decision to make a video about showcasing code and only showing it for 3 seconds every time before cutting to your shitty webcam. THINK

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

      @@NizzyABI use your brain

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

    😘😘

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

      😘

  • @biltokbilly3507
    @biltokbilly3507 26 วันที่ผ่านมา

    😘😘😂😂

    • @NizzyABI
      @NizzyABI  20 วันที่ผ่านมา

      HIIII

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

    It's harsh but 99% of developers can only make projects not a industry standard product. 😢😢😢

    • @NizzyABI
      @NizzyABI  2 หลายเดือนก่อน +1

      Idk man it takes learning and time to reach industry standard but we all have to start somewhere

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

    Amazing video😘😘

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

      Thanks 🤗

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

    😘😘

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

      :)

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

    😘😘

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

      😘😘 real

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

    😘😘

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

      😊

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

    😘😘

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

      😜

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

    😘😘

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

      🫥🫥

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

    😘😘

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

      hehehe

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

    😘😘

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

    😘😘

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

    😘😘

    • @NizzyABI
      @NizzyABI  2 หลายเดือนก่อน +1

      heyyy

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

      @@NizzyABI nice vid dude!

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

    😘😘

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

      kanye

  • @cnslgdhater
    @cnslgdhater 2 หลายเดือนก่อน +1

    😘😘

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

      :)

  • @紫晶-w5s
    @紫晶-w5s หลายเดือนก่อน

    😘😘

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

      hehe

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

    😘😘

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

      :))

  • @gezxgen6394
    @gezxgen6394 25 วันที่ผ่านมา +2

    😘😘

    • @NizzyABI
      @NizzyABI  20 วันที่ผ่านมา

      SUP!

  • @MgrMatMat
    @MgrMatMat 15 วันที่ผ่านมา

    😘😘

  • @itzvitkor_lit2229
    @itzvitkor_lit2229 12 ชั่วโมงที่ผ่านมา

    😘😘