I Learnt Another JavaScript Framework

  Рет қаралды 24,835

conaticus

conaticus

Күн бұрын

Пікірлер: 74
@virusblitz
@virusblitz Жыл бұрын
Wow! This one is a noticeable step up in production quality! Love seeing you go into a bit more detail on the implementation, also great jokes!
@conaticus
@conaticus Жыл бұрын
Thank you
@mezabyte
@mezabyte Жыл бұрын
As a backend dev, this is really interesting to see you make your own backend without any prior knowledge (well you still have a bit but you get my point). Congrats, this video is amazing!
@SoreBrain
@SoreBrain Жыл бұрын
I hope commenting this made you feel better
@StephenMoreira
@StephenMoreira Жыл бұрын
Neat. I never heard about the honey pot input field technique, learned something new here.
@vaisakh_km
@vaisakh_km Жыл бұрын
I don't know hoe effective is it, bot could easly check for visible elements and many bots for big sites are made by humans, so while making, they will notice it right?
@StephenMoreira
@StephenMoreira Жыл бұрын
​@@vaisakh_km That would be my thought as well. I'm sure it could prevent just the lazy ones, but if you have a recaptcha anyway, probably redundant/meaningless to include? You would then also have to manage this honey pot field on forms on your app which would be unsightly for sure. Right now cool to know this could be an approach, but don't think I would actually use it.
@ExediceWhyNot
@ExediceWhyNot Жыл бұрын
Making multiple series for all the aspects of an app seems like an amazing idea. It will be interesting to see how it all works out. Keep it up! Tbh i'm glad this video wasn't Unity gamedev with a JS plugin, that would've been cursed as hell.
@AquaQuokka
@AquaQuokka Жыл бұрын
There's no such thing as secure JavaScript.
@GGLVXD
@GGLVXD Жыл бұрын
UwU
@AquaQuokka
@AquaQuokka Жыл бұрын
@@GGLVXD OwO
@vaisakh_km
@vaisakh_km Жыл бұрын
Secure Javascript is UwU
@princecodes247
@princecodes247 Жыл бұрын
Yeah. It’s tautology
@REAZNx
@REAZNx Жыл бұрын
Elaborate…
@parlor3115
@parlor3115 Жыл бұрын
The best way to ensure that an API is secure is to never expose it publicly. Let it run locally and each time someone wants to use, give them physical access to your PC while you're there watching them. This way, you get to watch how they use it and guide them if necessary, and if they try something funny, you can kick their ass*s on the spot!
@ARKGAMING
@ARKGAMING Жыл бұрын
I never would have thought about the invisible input for bot verification That's very smart
@movrew
@movrew Жыл бұрын
Smart but very easy to bypass
@audunmo3805
@audunmo3805 Жыл бұрын
Adding the invisible form field, won't that screw with accessibility software?
@DisturbedNeo
@DisturbedNeo Жыл бұрын
Not if you add [aria-hidden="true"] to the element to hide it from accessibility APIs, which wasn't done in this video, so yes that form will absolutely screw with accessibility software. But yours doesn't have to.
@LodeStarYT
@LodeStarYT Жыл бұрын
I'm curious what made u switch from VScode to WebStorm. Possibly a video idea 👀
@dehsaW
@dehsaW Жыл бұрын
these short coding videos are so easy to binge
@acidopcodes
@acidopcodes Жыл бұрын
I'm glad I found your channel
@frxstingz
@frxstingz Жыл бұрын
You should quite definitely try making a website or even an API in Python, would be quite a learning experience and would be fun to watch you learn the quirks of Python libraries. Again, amazing video mate.
@sreejishnair5922
@sreejishnair5922 Жыл бұрын
Bro which keyboard do you use, love the sound it makes!
@SDFTDusername
@SDFTDusername Жыл бұрын
all the methods you used to secure it is way better than mine, I should've watched this video before making my first website with a database and user system
@johanrong
@johanrong Жыл бұрын
what webstorm theme is that?
@NderFN
@NderFN Жыл бұрын
Your videos are incredible
@mcnugget3851
@mcnugget3851 Жыл бұрын
What tool are you using at 0:58?
@mvwouden
@mvwouden Жыл бұрын
postman
@SoreBrain
@SoreBrain Жыл бұрын
Great video execution
@TheShelfman
@TheShelfman Жыл бұрын
"I should probably read the documentation before doing things" You just described why I'll never be a competent developer🙃
@krateskim4169
@krateskim4169 Жыл бұрын
Awesome video
@stephenkwokdev
@stephenkwokdev Жыл бұрын
so, is the api secured?
@glansingColt
@glansingColt Жыл бұрын
if you use that type of music, i will watch your vids everyday
@TheGamingMaik
@TheGamingMaik Жыл бұрын
Him: Hates Javascript. Also Him: Complaining about Rust. Classic Developer.
@ph03n1x_dev
@ph03n1x_dev Жыл бұрын
Mom! I'm on KZbin!
@ARKGAMING
@ARKGAMING Жыл бұрын
Just realized I'm not subscribed So I changed that
@s43dgam3r
@s43dgam3r Жыл бұрын
Good video I enjoyed that. As a developer channel maybe add some simplified code insight for better context. Thank you.
@OmikronClient
@OmikronClient Жыл бұрын
fire
@ponderpiece
@ponderpiece Жыл бұрын
Bro said JavaScript and secure in the same sentence
@SteveBClark
@SteveBClark Жыл бұрын
It's 31 July 2023 , when the next video is coming
@joenutt1232
@joenutt1232 Жыл бұрын
Jet brains gang
@brxnni
@brxnni Жыл бұрын
\*hates javascript* \*uses it again and again* guys i think he has a problem
@devloper344
@devloper344 Жыл бұрын
No, it's simply the programming language that average viewers are familiar with.
@brxnni
@brxnni Жыл бұрын
@@devloper344 i dont think anyone picks a programming language to use just because the viewers know it, he used java, goland and rust before
@Metrix2024
@Metrix2024 Жыл бұрын
@@brxnni everyone hates javascript but its their go to language
@darkenlightmage
@darkenlightmage Жыл бұрын
@@Metrix2024 "There are only two kinds of languages: the ones people complain about and the ones nobody uses." - Bjarne Stroustrup
@luxsomnusaeterna7438
@luxsomnusaeterna7438 Жыл бұрын
Great Video Man. 😘😘😘😘😘😛😛😛😛😛😛😜😜😜😜😜
@giftedlyl
@giftedlyl Жыл бұрын
Is that Java???????
@giftedlyl
@giftedlyl Жыл бұрын
Also your invisible input kinda makes it so no mouse users cant get in.
@BorretSquare
@BorretSquare Жыл бұрын
Make it secure by running it locally 😂
@foqsi_
@foqsi_ Жыл бұрын
Bro, can you just do daily uploads? haha
@universaltoons
@universaltoons Жыл бұрын
sus
@its_code
@its_code Жыл бұрын
❤😊😊😊😊😊
@sercantor1
@sercantor1 Жыл бұрын
> it's less code, but it's more confusing to my brain you just described any boilerplate-y highly opinionated framework. nestjs is definetely in that category.
@realspinelle1
@realspinelle1 Жыл бұрын
Try bun instead of nodejs
@muskoce
@muskoce Жыл бұрын
wow
@neofox2526
@neofox2526 Жыл бұрын
Just write SQL 🤓
@porroapp
@porroapp Жыл бұрын
Using firebase you could have done this in an hour.
@vaisakh_km
@vaisakh_km Жыл бұрын
Firebase is just someone else's server, but vendor locked
@zsrobinson
@zsrobinson Жыл бұрын
Feels like the idea of these videos is moreso just to learn new tech instead of making stuff in as short of time as possible. "Just using firebase" might be faster, but it wouldn't translate into learning new skills that could be transferred to more advanced projects in the future. At least that's the way I look at it
@vaisakh_km
@vaisakh_km Жыл бұрын
@@zsrobinson exactly
@GGLVXD
@GGLVXD Жыл бұрын
Mommy❤
@sockthatdoes
@sockthatdoes Жыл бұрын
make an antivirus program
@nicholaschilembo
@nicholaschilembo Жыл бұрын
Hmmm crazy
@RedStone576
@RedStone576 Жыл бұрын
by not using javascript
@KwiatekMikiKwiatekMiki
@KwiatekMikiKwiatekMiki Жыл бұрын
ok
@stefan3816
@stefan3816 Жыл бұрын
How dare you call typescript javascript? Typescript does get transpiled to javascript yes, but you can avoid most of the issues that come with javascript, the bigger one being that java isn't typed (hence typescript). So you used typescript for this project, not javascript
@edward_lmao
@edward_lmao Жыл бұрын
lolll
@DisturbedNeo
@DisturbedNeo Жыл бұрын
Do you really think your API is "Secure" just because you're passing a bearer token in a request header? You're not even hashing and salting your users' passwords.
Using AI To Ban Cringe People (with JavaScript)
5:21
conaticus
Рет қаралды 13 М.
How I RUINED My Rust Project
4:58
conaticus
Рет қаралды 57 М.
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 62 МЛН
IL'HAN - Qalqam | Official Music Video
03:17
Ilhan Ihsanov
Рет қаралды 700 М.
The purest coding style, where bugs are near impossible
10:25
Coderized
Рет қаралды 1 МЛН
I Made a Revision Software
6:04
conaticus
Рет қаралды 66 М.
Learning to code SUCKS!
7:44
Creative Coders
Рет қаралды 1,4 М.
Malware Development: Processes, Threads, and Handles
31:29
How I Made My Own Redis (In Rust)
12:09
conaticus
Рет қаралды 26 М.
Kerbal Space Program 2 Was Murdered.
11:26
Bellular News
Рет қаралды 197 М.
When You Give Programmers a HUGE Database
5:21
conaticus
Рет қаралды 28 М.
you need to stop using print debugging (do THIS instead)
7:07
Low Level
Рет қаралды 460 М.
I Built a FAST Package Manager (in Rust)
7:36
conaticus
Рет қаралды 36 М.
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 62 МЛН