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.
@NizzyABI3 ай бұрын
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 :)
@goosybs3 ай бұрын
@@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-pt7rt3 ай бұрын
@@goosybs :(
@b4shkir833 ай бұрын
I just started my first developer job 2 months ago and this is very accurate.
@cat472 ай бұрын
@@sam-pt7rt why are you job hunting in a replies to a random youtube comment
@heyarvee2 ай бұрын
can confirm, this is large-scale, production grade code because there is tons of code but no comments.
@NizzyABI2 ай бұрын
lmao
@Jarvis20772 ай бұрын
Yeah same thing in the company I work. No comments.
@shyshka_2 ай бұрын
comments are useless 90% of the time
@Jorma___2 ай бұрын
If you need comments, then your naming is terrible or your code is over complicated
@angryktulhu2 ай бұрын
@@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Ай бұрын
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Ай бұрын
chill man , maybe it's just your manager .
@NizzyABIАй бұрын
holy crap that was a read
@jackpaulcollins2 ай бұрын
You don’t only write tests to avoid bugs in your commits, but to prevent future commits from breaking what you wrote
@adammouaddine88662 ай бұрын
@Schwein412 ай бұрын
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
@SiimKoger2 ай бұрын
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.
@NizzyABI2 ай бұрын
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
@permanasibarani696620 күн бұрын
Sounds like Magento 2 😂
@zapking42447 күн бұрын
This was really nice to see. I've never worked at a company yet, but I'm about to graduate with my CS degree in a few weeks and getting some insight on larger companies is really helpful! Also this is for you - 😘😘
@robertodelgado63872 ай бұрын
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
@joemalatesta988316 күн бұрын
Honestly a banger overview. There is a lot to be said on the infra part as well. CI/CD actually becomes necessary and consistency in linting/formatting somewhat matters too
@josephperkins-z7n3 ай бұрын
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 😘😘
@NizzyABI3 ай бұрын
Glad to have u back bro!!!
@itsbare517229 күн бұрын
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.
@lafeo00773 ай бұрын
this is an amazing video, and im so glad you contributed this here man
@NizzyABI3 ай бұрын
Thanks for the kind words :)
@minhtrovert3 ай бұрын
That's great. Thank you for sharing. Keep up your amazing content!
@Kimi-xp2th3 ай бұрын
I think my head would hurt having to deal with so many things.
@NizzyABI3 ай бұрын
That's why we get paid $$$
@Someoneyeeted2 ай бұрын
Yup, currently 2nd year CS and im already panicking
@FerdinandCodingАй бұрын
@@Someoneyeeted It's gonna get worse. But you're gonna learn to enjoy it.
@UCFc1XDsWoHaZmXom2KVxvuA3 ай бұрын
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
@NizzyABI3 ай бұрын
Thanks man :)
@georgebaraza91412 ай бұрын
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.
@NizzyABI2 ай бұрын
yeah angular is great
@worthywizardАй бұрын
Ever since I wrote backend for my pet project using nest.js, I understood why companies prefer Angular for production level apps
@blacklife-s6h29 күн бұрын
In terms of libraries for angular what can you do coz react has a lot of open source libraries
@georgebaraza914128 күн бұрын
@@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?
@jakubgawronski6583 ай бұрын
A very cool video! Keep it up!
@NizzyABI3 ай бұрын
Thanks 😊
@MishaChorniy12 күн бұрын
I tried to assume that huge objects made of small have to fall apart due to unstable rules of Universe and therefore no one would not get anything better in this timeline due to its specifics..
@youneshenni54172 ай бұрын
we need more videos like this !!!
@NizzyABI2 ай бұрын
ok :)
@MR_BINGO_Ай бұрын
😘😘Nice and informational video bro!! Thanks
@NizzyABIАй бұрын
Welcome 😊
@yuvraajbhatter26693 ай бұрын
god forbid the number of errors <a href="#" class="seekto" data-time="125">2:05</a>
@NizzyABI3 ай бұрын
problem on my computer (JS linter is messed up) code works perfectly
@yuvraajbhatter26692 ай бұрын
@@NizzyABI haha i know that you are a good coder, just messing with you
@omarsoufiane4evr2 ай бұрын
After seeing the intro, I thought you were going to show a code that is better than my personal projects that makes 0 dollars
@NizzyABI2 ай бұрын
u saw software making $100k a month lol so maybe it’s ur idea 😉
@KazeemOlabodeAbdalah2 ай бұрын
Your eyebrows are well done.
@NizzyABI2 ай бұрын
thanks 😊
@alexpascal54032 ай бұрын
@@NizzyABIyea bro it got my erekASF 🔥🔥
@angryktulhu2 ай бұрын
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
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 ”
@NizzyABI2 ай бұрын
comments themselves are sooo annoying the code itself should speak for itself for the most part
@TheFrewah2 ай бұрын
@@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_Ай бұрын
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.
@taiwo_teninlanimi2 ай бұрын
Very Intuitive
@3VERone2 ай бұрын
tl;dr: naming things, scalability and not pushing directly to main?
@NizzyABI2 ай бұрын
ye there’s obviously a lot more but that’s what i know rn
@hameeeed59923 ай бұрын
Got my sub. 👍
@NizzyABI3 ай бұрын
Lfggg
@maxtayebwa89873 ай бұрын
Testing is everything, on that, trust me!
@NizzyABI3 ай бұрын
Yep!
@fearmyshotz3 ай бұрын
Great video 😘😘
@NizzyABI3 ай бұрын
Thank you 🤗
@aamrahmunawwar50332 ай бұрын
Can you provide a link to the open source code base that your company is associated with? Would be interesting to explore.
@NizzyABI2 ай бұрын
sure here u go: github.com/calcom/cal.com
@mwelpa2 ай бұрын
Do companies create their own CMSs?
@NizzyABI2 ай бұрын
idk if they create their own but i know many (including mine) that use something like Dato, Contentful, etc.
@cleyxds2 ай бұрын
good video bro 😘😘
@NizzyABI2 ай бұрын
Thanks :)
@muhammadhalimov4222 ай бұрын
It was obvious, it's important to refresh knowledge though 👍
@NewLondonMarshallАй бұрын
Lol at <a href="#" class="seekto" data-time="89">1:29</a> there are variables called 'z' which is impossible to workout what it means.
@muhammedibrahem9231Ай бұрын
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Ай бұрын
yeah lmao
@ronitgandhi771616 күн бұрын
@NewLondonMarshall. Bro that z is not a variable declared. That is a standard Typescript library. ZOD. Used to type-check in react-typescript project. And in that z.String() that is the way people write code in typescript. That is standard
@akintayokolawole78073 ай бұрын
Got my sub 😘😘
@NizzyABI2 ай бұрын
:)
@nyzel44892 ай бұрын
"insert two kiss emojis"
@NizzyABI2 ай бұрын
:)
@Niululul16353 ай бұрын
From germany 😘😘
@NizzyABI3 ай бұрын
Hell yeah love my German bois 😻
@carry_boats29 күн бұрын
nice vid
@NizzyABI28 күн бұрын
thank uuuu
@mmmm-wm8ciАй бұрын
Mostly large scale applications are written using java not js
@NizzyABIАй бұрын
fr
@skubed0073 ай бұрын
imagine a os written in one file one method
@NizzyABI3 ай бұрын
can't relate
@goosybs3 ай бұрын
Imagine an os written in JQuery (yes it exists)
@EvanPilbАй бұрын
Did you know how to use git before your first work experience?
@NizzyABIАй бұрын
a little (i'm talking about knowing how to commit and push code) i learnt it on the job
@Stem.ai-Ай бұрын
What theme is it ?
@МихайлоДвалі2 ай бұрын
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
@mohammadalam9936Ай бұрын
Looks scary to be honest. God help us.
@KJimah3 ай бұрын
Preach
@Bilz_-fd1do3 ай бұрын
Good morning! Posted 3min ago and 0 views... starting going down (It's a joke)
@NizzyABI3 ай бұрын
I fell off 😫
@CDev122 ай бұрын
I code for myself and I made everything foo1, foo2, foo3💀
@NizzyABI2 ай бұрын
LOL
@lakshmianandk26 күн бұрын
❤
@BeatsByYari2 ай бұрын
‘null’ is what it looks like
@opencode13 ай бұрын
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)
@NizzyABI3 ай бұрын
Some vids hit some miss hehe glad u liked this one :)
@opencode13 ай бұрын
@@NizzyABI tell us how you learn lol :D am really curious like geniuenly (sorry typing lol)
@bedruomer87772 ай бұрын
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.
@NizzyABI2 ай бұрын
Thanks for the tip!
@ooogabooga511126 күн бұрын
If you are a web developer, you are not even enterprise. Just remember that.
@NooblantisDistrictАй бұрын
wdym leave 2 kiss emojis bro?
@NizzyABIАй бұрын
leave two kisses
@NooblantisDistrictАй бұрын
@@NizzyABI aiit bro 😘😘
@Schwein412 ай бұрын
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
@davidbriggs81093 ай бұрын
What do you suggest for the cms?
@NizzyABI3 ай бұрын
DatoCMS, Contentful is good too
@gauravswami62133 ай бұрын
yo brother what's going on
@NizzyABI3 ай бұрын
Not much 😈
@gauravswami62133 ай бұрын
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
@midicine21142 ай бұрын
<a href="#" class="seekto" data-time="190">3:10</a> don't forget unit tests
@bobbytito63012 ай бұрын
Subscribe button >>>>>
@NizzyABI2 ай бұрын
:)
@theloststarbounderАй бұрын
Two kiss emojis uwu
@erhunmwonseredaniel28273 ай бұрын
🥰🥰
@aaronneoceinn95422 ай бұрын
Cool insights
@FN_SuperStudio2 ай бұрын
😘 😘
@NizzyABI2 ай бұрын
:)
@axhraf77122 ай бұрын
u moroccan?
@NizzyABI2 ай бұрын
Lebanese
@SB-wn3gl2 ай бұрын
this typescript coders are not programmers 😂😂😂😂😂😂😂
@NizzyABI2 ай бұрын
yes the language u write it determines if you're a programmer or not 🤦🏽
@PORYGON90012 ай бұрын
Lol nice😘😘
@NizzyABI2 ай бұрын
:)
@CNG.I3 ай бұрын
😘😘😘😘
@NizzyABI3 ай бұрын
😘
@Frost67923 ай бұрын
😘😘
@NizzyABI3 ай бұрын
😘
@biltokbilly3507Ай бұрын
😘😘😂😂
@NizzyABIАй бұрын
HIIII
@kheangheng47372 ай бұрын
Just show the code bro, no need to keep cutting to yourself 🤦♂️
@NizzyABI2 ай бұрын
no
@kheangheng47372 ай бұрын
@@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
@kheangheng47372 ай бұрын
@@NizzyABI use your brain
@sumandixit16353 ай бұрын
It's harsh but 99% of developers can only make projects not a industry standard product. 😢😢😢
@NizzyABI3 ай бұрын
Idk man it takes learning and time to reach industry standard but we all have to start somewhere