No-Nonsense Backend Engineering Roadmap

  Рет қаралды 145,682

Codebagel

Codebagel

Күн бұрын

If you want to become a backend engineer, this roadmap will provide you a guide of what to learn, without wasting your time on nonsense.
Start the FREE Software Development Introduction Course with CourseCareers Now, and get $50 off the Backend Engineering Course: coursecareers.com/a/CodeBagel...
📘 Chapters
0:00 - Intro
0:30 - What is Backend Engineering?
1:28 - Coding Fundamentals
2:59 - API Development
4:11 - Data & Databases
5:48 - Debugging & Testing
8:04 - System Design
#coding #softwareengineer #backend

Пікірлер: 195
@jeffreyepsteinsstepson21
@jeffreyepsteinsstepson21 25 күн бұрын
These videos are genuinely both entertaining and informative while being straight to the point. Looking forward to more system design in the future. Keep up the good work!
@Codebagel
@Codebagel 25 күн бұрын
Thank you! Excited to get to the system design content!
@mohamedaityoussef9965
@mohamedaityoussef9965 Күн бұрын
what a username
@dwainhanlon1988
@dwainhanlon1988 16 күн бұрын
This feels like more of an intro to backend engineering, rather than a roadmap.
@myonlylovejesus887
@myonlylovejesus887 14 күн бұрын
exactly, he didn't go into detail how much programming should we learn. how much deeper we should go into api. nothing.
@muertaqueen
@muertaqueen 11 күн бұрын
Ikr. Just click bait. All this info is entry level.
@gadgetboyplaysmc
@gadgetboyplaysmc 22 күн бұрын
I clicked because the title promised a lot haha. But it kinda oversimplifies the backend a bit too much. I expected more. I feel like beginners gloss over what makes backend hard. No offense tho. What I got from the video is all know how to code + database (store data woohoo)api (serve data woohoo) + tests + system design (I kinda wish you talked about a VPS, CDNs, SES, or even just S3 here). There's definitely a lot harder parts I wish I learned better back then: • REST and the HTTP Protocol • Parts of the Request-Response lifecycle (You should definitely learn how Request and Response headers work or how cookies pass through between the browser and your backend, or how you can redirect browsers using the Header) • Implementing your auth from scratch (JWTs vs Sessions) - This is probably super fundamental and I did not see it talked about here at all. Implementing UN/P and OAuth2. • Setting up a database migration system (actually enlightening as hell when you first learn it) - migrate:up, migrate:status, migrate:down, etc. • Backend Architecture - Actually knowing how to vertically/horizontally slice your backend codebase into layers. Appropriately of course. DDD is a must-learn for intermediate developers (a bit overkill in some projects but learning these concepts changed my life). Learn what DAOs, DOs, Repository Pattern, Entities, Aggregates, DTOs, etc. are. You don't need to apply all the concepts but just pick what makes sense. • And yeah, Systems Design probably. Like maybe just an explanation of why you'd probably need S3 (because you can't store blobs in the database, which is a very common usecase for saving pictures, videos, pdfs, etc), and a bunch of other cloud services. • A little bit of CI/CD as well. GitHub actions, making a deployment to a VPS upon pushing to the repo. There's a ton of uncomplicated examples out there (Kamal for example). • A bit of Linux and VPS skills as well: NGINX or Caddy, TLS, adding a domain name, PM2, etc. Deploying a node application on a VPS is a grueling, but valuable learning effort that platforms like Vercel just spoonfed to most devs nowdays.
@Kurauone__
@Kurauone__ 21 күн бұрын
This is very helpful. Can you recommend sources for learning these concepts? I would like to study them on my own.
@Codebagel
@Codebagel 21 күн бұрын
I appreciate you taking the time to leave a detailed comment! Yeah you’re right about everything, but it’s very hard to fit all of these topics into a video meant to serve as an introduction. I will of course expand on these topics in later videos, but I personally feel it’s hard to understand these concepts without having the grasp of the fundamentals of backend engineering. For example, how can you understand slicing your backend codebase into layers when you don’t even know what a backend codebase looks like? TL;DR - Very good points, but I feel these advance concepts are more suited for a more advanced video - this roadmap is meant to highlight stuff for people looking to just get started with backend engineering.
@Kurauone__
@Kurauone__ 21 күн бұрын
@@Codebagel would you mind sharing resources for understanding these topics for someone who is doing a self study?
@NoName-lz6bc
@NoName-lz6bc 19 күн бұрын
Send resources my dudes
@kianyanglee4618
@kianyanglee4618 19 күн бұрын
Quite extensive, definitely agree with you
@firemidg3
@firemidg3 22 күн бұрын
I loved your content man! I learned new perspective, new insights. Thank you, keep it up! ❤😊
@cbhudd
@cbhudd 23 күн бұрын
Thank you so much this was so informative and helpful, much much better than 99% popular youtubers who only talk about shitty AI and give nothing useful to viewers
@Eeeff
@Eeeff 16 күн бұрын
That lead up made 'cache's make perfect sense!
@egemen261
@egemen261 13 күн бұрын
Thank you so much! It was extremely helpful and informative.
@vishal-shinde
@vishal-shinde 23 күн бұрын
Worth subscribing. I'm glad it was recommended to me
@Codebagel
@Codebagel 23 күн бұрын
Thanks! I’m glad it was recommended to you too!
@danielniels22
@danielniels22 13 күн бұрын
looking forward for system design videos, that is beginner friendly and have study case examples
@darelbvcr687
@darelbvcr687 17 күн бұрын
i started with javascript, coded 1.5 years in it, then moved to python bcs i lost my job, now i find python easier then javascript/typescript. but in general my preferred way is first to learn JS/TS and then move to full stack
@mrthug101
@mrthug101 12 күн бұрын
This video is all over the place. Learn python, django, maria db for database, learn to deploy the python app, call it a day
@exystenze4719
@exystenze4719 24 күн бұрын
Genuinely a good roadmap because it gave context around everything
@Codebagel
@Codebagel 24 күн бұрын
I’m glad it was helpful! I’ll be making more roadmaps for other specializations going forward so stay tuned!
@exystenze4719
@exystenze4719 22 күн бұрын
@@Codebagel as a frontend engineer, I'd love to see what you put in frontend roadmap! best of luck.
@harddiskkosong3661
@harddiskkosong3661 20 күн бұрын
Use debugger and breakpoints are game changer for me on testing and debugging part.
@Snurklll
@Snurklll 15 сағат бұрын
where do i find it in notepad?
@elliotlassey3118
@elliotlassey3118 10 күн бұрын
such an amazing video. Straight to the point and very informative Thanks
@kartikagarwal3955
@kartikagarwal3955 10 күн бұрын
Good introductory video. Such things are not available on youtube
@a-classzone1998
@a-classzone1998 23 күн бұрын
You are a good man. Wish you will continue to come up with good content.
@Codebagel
@Codebagel 23 күн бұрын
Comments like these make it easy to continue! Lots of content coming up!
@dev_ression
@dev_ression 24 күн бұрын
earned yourself a sub buddy, good stuff!
@Codebagel
@Codebagel 23 күн бұрын
Thanks so much!
@MinecraftMods779
@MinecraftMods779 25 күн бұрын
Good video, I really like how you summarize the info
@Codebagel
@Codebagel 24 күн бұрын
Thanks so much!
@emalibella1228
@emalibella1228 16 күн бұрын
Amazing well put!
@ShivamSharma-dq4pu
@ShivamSharma-dq4pu 23 күн бұрын
i truly feel like if you know the database really well then rest is really easy
@sohailsheikh7171
@sohailsheikh7171 22 күн бұрын
Why is that?
@coolboss3530
@coolboss3530 22 күн бұрын
Lol it’s far from it
@sakatagintoki8835
@sakatagintoki8835 22 күн бұрын
Lmao 😂😂 not at all
@mohansampath3981
@mohansampath3981 21 күн бұрын
Why is that ?
@aruns6214
@aruns6214 21 күн бұрын
Absolutely
@Redyf
@Redyf 25 күн бұрын
Great video, the animations are on point and you also explained everything really well. I'm currently trying to improve at making APIs
@Codebagel
@Codebagel 24 күн бұрын
Thanks so much! It’s good that you’re improving - one day you’ll be able to write APIs in your sleep haha
@memo.a937
@memo.a937 19 күн бұрын
That's really good info 👌🏻
@MandarKarekar
@MandarKarekar 9 күн бұрын
Good video, great voice & simple explanation
@0meeee
@0meeee 18 күн бұрын
very insightful
@ArqamKarim
@ArqamKarim 2 күн бұрын
Video Title: Backend Roadmap Actual Video: Buy it on Course Careers
@hs6291
@hs6291 3 күн бұрын
Really nice video, could you do one for data/cloud engineering?
@aleexcif
@aleexcif 10 күн бұрын
Is it weird that I watched this video while being a back-end engineer, writing code and eating a bagel?
@DonaldFranciszekTusk
@DonaldFranciszekTusk 14 күн бұрын
Being a junior developer can be very overwhelming. Which IT branch should I choose? Web, gaming, AI, science, mobile, hardware? Which path should I choose? Backend, frontend, forehand, fullstack? What technology? .NET? React? Next.JS? Django? Oh, something new has come out, I'll check it out too. What languages to practice? C, C++, C#, Java, Python, JS? Or maybe TS, maybe some Go, Rust, Carbon etc.? Any Python libraries? One roadmap? Second? KZbin? Books? Courses? Documentation? ProjectOdin? Leetcode? AdventOfCode? Kaggle? What else? Maybe design patterns and paradigms? Terribly frustrating and mentally damaging. It is a scandal that neither universities nor companies want to help young people enter the market and become good, happy employees. (I appreciate how many opportunities the IT industry offers, how interesting it all is, but we are not robots to understand it all.)
@OlafXD
@OlafXD 13 күн бұрын
hahah i feel it
@DonaldFranciszekTusk
@DonaldFranciszekTusk 13 күн бұрын
@@OlafXD How do you deal with it?
@meowrbius
@meowrbius 5 күн бұрын
Do you know analysis = paralysis?
@Muhammed-nani964
@Muhammed-nani964 20 күн бұрын
For current job market i think java go and js are best
@nikhiltelase
@nikhiltelase 20 күн бұрын
Very nice explained ❤
@jirisuster6165
@jirisuster6165 8 күн бұрын
My "struggle" with backend after 2 years of working as a backend dev mainly consists of just the sheer number of technologies I have to be familiar with beyond surface level. Headers, migrations, auth, caching, redis, redis clustering, azure, docker, containers, kubernetes, logging, elastic, kibana, grafana, jaeger, Java - maven/gradle, nexus, Linux, "insane" db designs, security, microservice architecture, kafka, holy **** kafka, dealing with bad data, testing, fkin java 6 legacy systems build with ant or smth ffs, postman/curl, Prometheus, Jenkins haha more like Hudson. Sometimes even understanding the hierarchy of your own company, zero documentation beyond detail design with no understanding what the thing you're writing is even supposed to do, very busy seniors that always answer stuff after 8pm, meetings where you have exactly 0 idea what's even being discussed, outdated internal wiki... But I love it honestly because even though I'm lost most of the time, the high you get when you overcome something like this is insane
@Nautyy9
@Nautyy9 20 күн бұрын
i become god at backend, wait how should i write the db queries again ?!
@sumitrawat2289
@sumitrawat2289 2 күн бұрын
people should start from C or C++ and then after they can choose lang. according to their liked domain
@muertaqueen
@muertaqueen 11 күн бұрын
This is becoming a backend beginner lol. All info in here is entry level
@aninditabatra3810
@aninditabatra3810 25 күн бұрын
thanks for this video
@Codebagel
@Codebagel 25 күн бұрын
Thanks for watching!
@hineko_
@hineko_ 19 күн бұрын
I think the goal is to become someone useful and not just someone versed in academic programming. Java and golang… Even google doesnt use golang that much. And I remember trying to learn Clean Coders stuff for java. its like a talmud 6000pages long. Id still take something useful like js or python over java and golang.
@MysterCannabis
@MysterCannabis 19 күн бұрын
I'm a frontend dev and I know all that stuff. I was hoping for something more in depth. Or maybe I'm ready and don't even know it
@shivamdohare8294
@shivamdohare8294 13 күн бұрын
great info
@DevPandaSuraj
@DevPandaSuraj 10 күн бұрын
great video
@nimittbhargava6512
@nimittbhargava6512 18 күн бұрын
Awesome content ! Also please tell, how to apply for jobs as backend developer.
@Codebagel
@Codebagel 18 күн бұрын
I’ll make a video on this in the future!
@aadarshb.k.6883
@aadarshb.k.6883 20 күн бұрын
thanx for your video.can there be any possible way to work out for youtube backend engineer in real too
@kaizenics_
@kaizenics_ 16 күн бұрын
PHP left the group
@avrakadavra1552
@avrakadavra1552 8 күн бұрын
Any good sources to learn system design and data structure?
@honkhonkv2236
@honkhonkv2236 18 күн бұрын
Not even mentionning PHP OMEGALUL
@yassineaitphone5321
@yassineaitphone5321 12 күн бұрын
Im sorry be the laguages that you should really start with should be either C or Assambly x86 if you got much freetime. Then C++ and OOP in C++. Here you've mastered algorithms and OOP time for some DBs and .net with C#. And finaly ur ready to learn whatever you want.
@crashito_x
@crashito_x 22 күн бұрын
This feels similar to fireship
@GiyuTomiokaTheOneAndOnly
@GiyuTomiokaTheOneAndOnly 11 күн бұрын
Came here for some advices as a backend myself, ended up hearing absolutely basic shit 😂😂!! 👍 Great video for beginners though.
@Isaac-gz8wx
@Isaac-gz8wx 9 күн бұрын
You don't need fireship, we have fireship at home. fireship at home:
@finishedworks3250
@finishedworks3250 14 күн бұрын
The recommendation algorithm, backend!? Ooh men, that's from Machine Learning Engineers/Data Sciencetists.
@jyothishkamal7722
@jyothishkamal7722 13 күн бұрын
That's still something that happens in the backend I believe
@keithprice1950
@keithprice1950 2 күн бұрын
Backend engineer does sound like a euphemism though.
@UCrjhmrVAvDXjApQo4EH
@UCrjhmrVAvDXjApQo4EH 20 күн бұрын
"Golang" not "go" , right?
@apexyu164
@apexyu164 20 күн бұрын
is cloud deploy as backend?
@youssfhazem7310
@youssfhazem7310 14 күн бұрын
i need one for data analyst plss
@neilohene6376
@neilohene6376 10 күн бұрын
I wonder if people are freaking over picking Java as your first language though😆
@andreas_tech
@andreas_tech 19 күн бұрын
Start with php... ;)
@jyothishkamal7722
@jyothishkamal7722 13 күн бұрын
No, HTML
@bartolomejelias6391
@bartolomejelias6391 9 күн бұрын
PHP is valid choice. People are just not so well informed.
@bilenalemayehu4675
@bilenalemayehu4675 8 күн бұрын
No don't learn php is not worse it
@NineInchTyrone
@NineInchTyrone 6 күн бұрын
Is JAVA modern COBOL ?
@SomethingRandomChannel
@SomethingRandomChannel 15 күн бұрын
I would think python with flask
@aristonsaizoxic1048
@aristonsaizoxic1048 23 күн бұрын
Unfortunately, I already started learning python and I intend to finish learning python before switching another language.
@Ohiostategenerationx
@Ohiostategenerationx 23 күн бұрын
What are you talking about?? That's how you are supposed to do it. It's stupid to try to learn multiple languages at once. Focus on python first then other languages.
@aristonsaizoxic1048
@aristonsaizoxic1048 23 күн бұрын
@@Ohiostategenerationx I see. Thank you for reminding me that I'm on the right track.
@Codebagel
@Codebagel 23 күн бұрын
@@aristonsaizoxic1048 I started learning with Python too! There’s nothing wrong with Python at all, it’s one of the most used languages for a reason! I just recommend that after you feel comfortable with Python, you should take a quick look at a language like Java (or C if you’re brave) to understand a few things that Python does automatically for you. You may work with another language in the future so it’s good to know those things. Keep up the great work, you’ll be an excellent engineer!
@aristonsaizoxic1048
@aristonsaizoxic1048 23 күн бұрын
@@Codebagel I have misunderstood. Thank you for clarifying 😊.
@blackswordsman9745
@blackswordsman9745 21 күн бұрын
Just go over pointers, memory concepts in c/c++ after python and you should be good at a high level. But do go over c/c++ if you get the time as it will make transition of languages easy
@x-6790
@x-6790 14 күн бұрын
What about kotlin?
@aniketbasu3865
@aniketbasu3865 22 күн бұрын
I just feel you broke up with node 😅
@Haibrayn42
@Haibrayn42 9 күн бұрын
No one mentions authentication
@frazikram1
@frazikram1 17 күн бұрын
Is it worth going full stack in this day and age?
@Codebagel
@Codebagel 16 күн бұрын
Yes 100%. Every engineer should be full stack somewhat. Backend engineers’ work impacts the frontend, and vice versa. Also gives you more job opportunities, especially at startups where all engineers are required to work on all parts of the stack.
@gabem9419
@gabem9419 14 күн бұрын
im already a backend god, if you know what i mean, if you feel me
@amolk7184
@amolk7184 21 күн бұрын
“java: easy to learn“, yeah definitely 💯
@alyjahbarros5175
@alyjahbarros5175 18 күн бұрын
Sarcasm??
@LakiaYT
@LakiaYT 9 күн бұрын
Yes ​@@alyjahbarros5175
@Anne_one
@Anne_one 8 күн бұрын
Lol it’s intimidating as a first language, but it isn’t that bad.
@Hariharan-fr2ve
@Hariharan-fr2ve 7 күн бұрын
Skill issue
@notpersuingrelaxation8835
@notpersuingrelaxation8835 4 күн бұрын
It's only hard for idiots
@user-ky4hc1bx7s
@user-ky4hc1bx7s 13 күн бұрын
Most of this data should be illegal... Invasion of privacy.
@matthewmason7992
@matthewmason7992 20 күн бұрын
fireship 2.0
@davidomar742
@davidomar742 23 күн бұрын
will this roadmap get me a lambo tho?
@multiverse915
@multiverse915 23 күн бұрын
Much more than that🤑🤑
@newHorizon985
@newHorizon985 8 күн бұрын
An Advice ╰(*°▽°*)╯ Don't pick Rust as your first language Trust me Pick Rust when you have done coding at least a year or 2
@siddhuxyz
@siddhuxyz 15 күн бұрын
tf is he talkin about
@rongitmukherjee
@rongitmukherjee 15 күн бұрын
sharks
@esmael_abd4496
@esmael_abd4496 11 күн бұрын
he is trying to describe how to correctly butcher a goose, but he is having trouble coming up with it
@bjrshussain
@bjrshussain Күн бұрын
“Most backend engineers don’t learn how to work with SQL or databases”. 🙄 I would say learning advanced SQL and database is fundamental for backend engineers.
@Codebagel
@Codebagel Күн бұрын
I agree! Every backend engineer should know SQL and database work!
@VirendraBG
@VirendraBG 7 күн бұрын
The non-sense thing about this video is distracting and annoying background music.😡 Content was good. 😊 👍🏻
@proharbiswas3056
@proharbiswas3056 24 күн бұрын
Start with GoLang
@Codebagel
@Codebagel 24 күн бұрын
I believe Go will be one of the most used languages in the world in a couple years!
@bawbee27
@bawbee27 15 күн бұрын
I don’t agree with anything here lol. You’ll never get a junior job in Go or Java
@codeguy7309
@codeguy7309 15 күн бұрын
pure balloney
@monadstack
@monadstack 22 күн бұрын
bruh
@TheBlackmanIsGod
@TheBlackmanIsGod 12 күн бұрын
Ohhhhhhhh now you guys wanna teach everyone to be a backend God, now that ai is here but when we needed it 10 years ago you guys were hoarding the knowledge like assholes
@Alex-hy7nx
@Alex-hy7nx 2 күн бұрын
Honestly, I would rather not recommend anyone start with Java if they're doing backend. Java backend usually means Spring and learning Spring won't teach you as much about the backend as something like Golang where you have to build a lot of stuff yourself and learn how to do things.
@lookin4raj
@lookin4raj 9 күн бұрын
Roadmap to mediocrity.
@tecassowebandwebappssoluti4337
@tecassowebandwebappssoluti4337 21 күн бұрын
I don't think java snd Ho is easy
@upendrameena5129
@upendrameena5129 22 күн бұрын
If I were to follow the steps in this video I will at most become a backend peasant let alone a god. Please get your titles right!
@Codebagel
@Codebagel 21 күн бұрын
I’d love to improve my content - can you provide specifics on what you feel this video is lacking?
@Fresh-sh2gc
@Fresh-sh2gc 12 сағат бұрын
I unsubbed quick!! He put in no effort at all he used wikipedia to make this video.
@donald5297
@donald5297 16 күн бұрын
Talking about backend and you didn't mention the most popular server side language that powers over 70% of the Web. Keep on disrespecting php
@dipanshusabharwal
@dipanshusabharwal 19 күн бұрын
The title is sus
@eldin899
@eldin899 19 күн бұрын
𝓕𝓻𝓮𝓪𝓴𝔂 𝓮𝓷𝓰𝓲𝓷𝓮𝓮𝓻𝓲𝓷𝓰 🫦👅
@user-gb2ml3hi6r
@user-gb2ml3hi6r 19 күн бұрын
dont misguide
@siddhanttripathi5224
@siddhanttripathi5224 22 күн бұрын
you got yourself a dislike as soon as you said java is easy and great for beginners
@aninditabatra3810
@aninditabatra3810 21 күн бұрын
java is literally considered a beginner language. maybe you should go talk to Stanford and MIT because they also believe java is the ideal language for beginners.
@user-iy8mi2eu7y
@user-iy8mi2eu7y 21 күн бұрын
I think Java is easy too 😅
@_kurohana
@_kurohana 10 күн бұрын
Ok but try not to copy too much from Fireship's visual identity
@reddixiecrat
@reddixiecrat 15 күн бұрын
Did you seriously recommend Java? Java is a dying language
@Adunadura1
@Adunadura1 21 күн бұрын
I feel there's a propaganda being propagated here Like JavaScript was not even the first to be mentioned Like what..? Saying java is easy for beginners? That's a joke yh? Bruhhhh..
@Codebagel
@Codebagel 21 күн бұрын
This is a BACKEND engineering roadmap. JavaScript is frontend. It will be included in the frontend engineering roadmap. And yes, Java is easy for beginners. The only “simpler” language is Python, and it oversimplifies things that beginners need to learn.
@useryash09
@useryash09 21 күн бұрын
​@@Codebagel Node.js( JavaScript)
@Codebagel
@Codebagel 21 күн бұрын
@@useryash09 Node.js is used by a small percentage of companies in the backend. Java, Go, and Python will make you a far more employable backend engineer.
@riturajthakur9547
@riturajthakur9547 7 күн бұрын
Complete-nonsense backend engineering roadmap
@aninditabatra3810
@aninditabatra3810 7 күн бұрын
why dont you go play some among us
@riturajthakur9547
@riturajthakur9547 5 күн бұрын
@@aninditabatra3810 keep yapping
@kirito7991
@kirito7991 14 күн бұрын
you just waste my time >!
@Jdbdjdbdkdbdjjd
@Jdbdjdbdkdbdjjd 13 күн бұрын
You can never become GOD
@myonlylovejesus887
@myonlylovejesus887 14 күн бұрын
CLICKBAIT AS USUAL
No-Nonsense Frontend Engineering Roadmap
15:09
Codebagel
Рет қаралды 47 М.
How to Solve ANY LeetCode Problem (Step-by-Step)
12:37
Codebagel
Рет қаралды 20 М.
格斗裁判暴力执法!#fighting #shorts
00:15
武林之巅
Рет қаралды 63 МЛН
OMG 😨 Era o tênis dela 🤬
00:19
Polar em português
Рет қаралды 6 МЛН
Como ela fez isso? 😲
00:12
Los Wagners
Рет қаралды 19 МЛН
20 System Design Concepts Explained in 10 Minutes
11:41
NeetCode
Рет қаралды 850 М.
Projects Every Programmer Should Try
16:58
ThePrimeTime
Рет қаралды 344 М.
STOP Watching Programming TUTORIALS!
1:53
Practical Coding
Рет қаралды 8 М.
Why I focus on patterns instead of technologies
7:55
NeetCodeIO
Рет қаралды 200 М.
Reacting to Controversial Opinions of Software Engineers
9:18
Fireship
Рет қаралды 2 МЛН
The Importance of Specialization in Coding
7:13
Traversy Media
Рет қаралды 125 М.
This Is Why Managers Don't Trust Programmers...
28:04
Thriving Technologist
Рет қаралды 144 М.
3 Types of Algorithms Every Programmer Needs to Know
13:12
ForrestKnight
Рет қаралды 430 М.
Why Great Developers DON'T Create Content (and a lesson to learn)
6:56
A4 Reset to zero
0:26
STYLE YT
Рет қаралды 17 М.
How much charging is in your phone right now? 📱➡️ 🔋VS 🪫
0:11
IPad Pro fix screen
1:01
Tamar DB (mt)
Рет қаралды 4,8 МЛН
Добавления ключа в домофон ДомРу
0:18