Web Development: My Tech Journey
51:42
Infrastructure as Software with Pulumi
1:02:56
React Refs: The Complete Story
44:45
4 жыл бұрын
Пікірлер
@el_aslysoufyane
@el_aslysoufyane 2 ай бұрын
Thanks
@fenshu2834
@fenshu2834 4 ай бұрын
Thank you, you saved me
@larsverschoor
@larsverschoor 4 ай бұрын
Nice! I want to make an iot device to water my plant automatically. My plan is to have my raspberry pi 4 act as a websocket host server, which has a connection to a zero 2 wh which would be the node.js websocket client. When you press water on your phone it should send it to the pi4, which should then via a websocket send it to the zero 2. I have a question though, what is the arm version of the zero 2? If it it 7 i should be able to use the normal way to install node.js right? I want to make sure before i buy my parts
@MelissaMartinez-z9t
@MelissaMartinez-z9t 5 ай бұрын
Hessel Spur
@FlashGamesNemesis
@FlashGamesNemesis 6 ай бұрын
As someone with experience with this. Do you think it's possible to gather both info from Twitch and KZbin to put into a single overlay? Like a rotator that shows different goals from different platforms?
@tgdb-ace
@tgdb-ace 6 ай бұрын
This implementation seems dumb, with the way he's hiding the code. And no proper flow of implementation. Don't do this if you ain't gonna do it well
@tajudeentaiwo808
@tajudeentaiwo808 7 ай бұрын
Please can you drop your github link for me to learn from the project you did with electron. Thanks
@sergioaxelbenitez2168
@sergioaxelbenitez2168 7 ай бұрын
for some reason when i try to get the version with PlayerSettings.bundleVersion the build crashes, thanks :D
@higiniofuentes2551
@higiniofuentes2551 8 ай бұрын
I'm using mustache instead of jade, I like the unification idea of templating (Python, Express, Go, etc) Thank you!
@higiniofuentes2551
@higiniofuentes2551 8 ай бұрын
Thank you for this very useful video!
@higiniofuentes2551
@higiniofuentes2551 8 ай бұрын
Thank you for this very useful video!
@higiniofuentes2551
@higiniofuentes2551 8 ай бұрын
Thank you for this very useful video!
@da9224
@da9224 9 ай бұрын
Yea but partition based syncs are disabled now, it's totally different and this tutorial shows nothing to date...
@GoWithAndy-cp8tz
@GoWithAndy-cp8tz 9 ай бұрын
Hi, Compilation on the RPi may still be a bit time-consuming, so cross-compilation seems to be a better approach. I use the RPi 1A+ and RPi 1 B+, and the compilation time for my own sources is about 2.5 minutes when compiling for the first time since it downloads packages, but after that, it takes about 1 minute. On my Linux laptop, it takes the time of an eye blink :) Now you fully comprehend why I'm cross-compiling almost all the time, with only minor exceptions. Cheers!
@ФорменШульц
@ФорменШульц 10 ай бұрын
how to remove the version for mobile advertising and stay for PC? Please help me
@JajimiSaiSurya
@JajimiSaiSurya 11 ай бұрын
saved 1 day time
@Nhoxell
@Nhoxell 11 ай бұрын
Nice and easy to understand
@izuekenonso
@izuekenonso Жыл бұрын
Needed a POC. Helpful. Thanks
@ahmedalkhawlany5402
@ahmedalkhawlany5402 Жыл бұрын
Thanks
@akioasakura3624
@akioasakura3624 Жыл бұрын
🔥🔥🔥 tyy
@DDGM-t5r
@DDGM-t5r Жыл бұрын
what if it says "Failed to open the serial port"
@kushtra24
@kushtra24 Жыл бұрын
After being logged in and then refresh, the store is wiped out, so this guard is no longer functional. Instead, with this approach, you have to check the session cookie after a refresh to make sure the store for the logged-in user is set again. Otherwise, this works fine.
@016632
@016632 Жыл бұрын
how to set global settings?
@016632
@016632 Жыл бұрын
is there a way to reference an instence of an action and its coordinates on the canvas as well as alter its state?
@016632
@016632 Жыл бұрын
can you have layered icons?
@marxman1010
@marxman1010 Жыл бұрын
Is there anyway of doing the same with ionic vue?
@nicholascole161
@nicholascole161 Жыл бұрын
great video
@beavermexicano
@beavermexicano Жыл бұрын
Can you provide a link to a webhook plugin that you created so that we don't have to go through the coding process?
@D4rkJvck
@D4rkJvck Жыл бұрын
You're using Verdandi theme right...
@knrking2
@knrking2 Жыл бұрын
And if you don't have. touch screen to spread out for edit?
@kevinmccabe741
@kevinmccabe741 Жыл бұрын
Seems things have improved, I no longer have to reinstall the plugin every change I want to test. But I do have to restart StreamDeck app to see my changes
@KLNYC
@KLNYC Жыл бұрын
omg thanks mah!!
@Tiberiumgod
@Tiberiumgod Жыл бұрын
Hi. What is the best way to implement a TOTP secret key reset mechanism? What if the user loses his phone or accidentally deletes his account from the authentication application?
@hseinb
@hseinb Жыл бұрын
Thank you so much, exactly what I needed.
@GamepadStudios
@GamepadStudios Жыл бұрын
Thanks a lot, I want to add the Konami Code and other cheat codes for debug menus, secrets and even a tribute.
@Luancap
@Luancap Жыл бұрын
that's the best tutorial of MongoDB Atlas on Unity i ever found, thank you so much for sharing your knowledge, you really helped me a lot 🙏
@trongnhandev
@trongnhandev Жыл бұрын
How we remove dummy data when we get api ?
@iwinters3459
@iwinters3459 Жыл бұрын
Promo_SM 😋
@TheSheepyCell
@TheSheepyCell Жыл бұрын
Good XD
@cheesypizzajokes
@cheesypizzajokes Жыл бұрын
Getting a "[Warning] Failed to generate IntelliSense configuration" error even though I thought I did??
@aniavetisyan1641
@aniavetisyan1641 Жыл бұрын
Everyone can do copy like this const copy = async () => { Clipboard.setString(phoneNumber); }; But you didn't show how to do paste using clipboard. const paste = async () => { let pastedData = await Clipboard.getString(); setPhoneNumber(pastedData) }; Because every time doing this we see a security permission popup. Which says 'app whould like to paste from 'anotherAppName' DO you want to allow this?'. Every time pasting some value user see this and should give his permission to paste. How to handle this without showing the popup?
@MrYanissab
@MrYanissab Жыл бұрын
hello .. I manage to connect to realm (realm exists) but instantly get disconnected. having this error: RealmException: The following changes cannot be made in additive-only schema mode: - Property 'GameDataModel.user_id' has been made optional. Rethrow as RealmException: A system error occurred while operating on a Realm. See InnerException for more details.
@AjayKrishnaM-ol6bc
@AjayKrishnaM-ol6bc Жыл бұрын
i got the same error
@franciscooteiza
@franciscooteiza Жыл бұрын
I got the same error
@Rin_Pr
@Rin_Pr Жыл бұрын
thank you this video help me alot!
@taylorferguson5221
@taylorferguson5221 Жыл бұрын
Clear and concise. Gives a basic understanding without having to watch a 2 hour video. Thanks!
@ashtondu8342
@ashtondu8342 Жыл бұрын
This really helped me a lot! Thanks so much! another question, how can I connect docker server from outside. I have local python which is not in docker and I have database which is in docker. Is there a way for me to connect from python? I used your method to find address but it won't connect.
@kameronoberle442
@kameronoberle442 Жыл бұрын
Question: When you inherit from a class do you also inherit the constructor from the parent class?
@pearlbar6223
@pearlbar6223 Жыл бұрын
Super helpful, thank you
@therobustmole1137
@therobustmole1137 Жыл бұрын
Is this possible to do without Node? I can´t seem to find any examples of it.
@gowris442
@gowris442 2 жыл бұрын
I have one doubt sir how replication factor will work if we say from Overall 4 nodes if replication factor equal to 2 then how it will consider and maintain replication of two from for nodes
@gowris442
@gowris442 2 жыл бұрын
Great video about rebalance and replication with cluster