Stripe Webhooks Tutorial
7:44
Ай бұрын
How to Connect Node to Stripe
5:50
Nginx Access and Error Logs
6:26
Connect Node to OpenAI
9:01
2 ай бұрын
Пікірлер
@tdcode
@tdcode 4 сағат бұрын
you're a genius, thanks
@TheMindOfPurity
@TheMindOfPurity 2 күн бұрын
Good content
@jeff-creations
@jeff-creations 2 күн бұрын
Very well explained, without all the fluff. Great video, keep up the good work - thanks!
@ShubhamSudame
@ShubhamSudame 3 күн бұрын
Nice explanation. Are there any sources, where we could get more information about extending the lifetime of service worker, if we wish to handle network calls that take more than 30 seconds?
@WittCode
@WittCode 2 күн бұрын
I remember seeing a Stack overflow question on this which you could look up! But I'm pretty sure you could either periodically send a message from a conent script to the service worker, set up a port connection, things like that!
@kiyimbafahad6169
@kiyimbafahad6169 4 күн бұрын
Your content will always stand out! The way you concisely and precisely describe each step....❤🎉
@avihayasraf2404
@avihayasraf2404 4 күн бұрын
Thank you for a very demonstrative video. I've been looking at different manuals/guides for how to set up a simple demo with server components, and jeez most of those guides are not very good. some work with very very experimental packages or with next.js and create react app and ect. This is the only guide i came across that only requires express & webpack and it works. Thanks.
@Jaa1711
@Jaa1711 4 күн бұрын
Thank you so much..!
@Ahmed-vn6fd
@Ahmed-vn6fd 5 күн бұрын
Just curious though, what is the benefit of using TypeScript and React for developing Chrome extension?
@WittCode
@WittCode 4 күн бұрын
You can make some fairly large chrome extensions. My chrome extension has multiple pages!
@parhamyadollahi6279
@parhamyadollahi6279 5 күн бұрын
import java.util.*; public class Main { public static <T extends Number & Comparable<T>> List<T> getLowestThreeUniqueValues(List<T> numbers) { // Create a TreeSet to store unique values in ascending order TreeSet<T> uniqueValues = new TreeSet<>(numbers); // Create a list to store the lowest three unique values List<T> lowestThree = new ArrayList<>(); // Add the lowest three unique values to the list int count = 0; for (T value : uniqueValues) { lowestThree.add(value); count++; if (count == 3) { break; } } return lowestThree; } public static void main(String[] args) { List<Integer> integers = Arrays.asList(5, 2, 8, 1, 3, 4, 2, 1); List<Double> doubles = Arrays.asList(3.5, 1.2, 4.8, 2.1, 1.2, 3.5); System.out.println(getLowestThreeUniqueValues(integers)); // [1, 2, 3] System.out.println(getLowestThreeUniqueValues(doubles)); // [1.2, 2.1, 3.5] } }
@mohamedshahrul1750
@mohamedshahrul1750 5 күн бұрын
i cant find "docker explained video" from ur channel. i want u explain about dokcers please.
@mahmoudsamy8366
@mahmoudsamy8366 6 күн бұрын
You are really doing great, just simple and telling why for everything we need. Thank you so much for that. Really thankful
@Tygelin86
@Tygelin86 7 күн бұрын
Great tutorial!
@parvathysajeev9897
@parvathysajeev9897 7 күн бұрын
Great Explanation, Thank you.
@ktz440
@ktz440 8 күн бұрын
when I execute the command docker compose --env-file . env up I make this mistake. docker compose --env-file .env up time="2024-06-28T20:57:48+02:00" level=warning msg="C:\\Users\\path\\Documents\\path\\liveStreamTest\\docker-compose.yaml: version is obsolete" error during connect: Get "%2F%2F.%2Fpipe%2FdockerDesktopLinuxEngine/v1.45/containers/json?all=1&filters=%7B%22label%22%3A%7B%22com.docker.compose.config-hash%22%3Atrue%2C%22com.docker.compose.project%3Dlivestreamtest%22%3Atrue%7D%7D": open //./pipe/dockerDesktopLinuxEngine: The system cannot find the file specified. I don’t know how to solve this
@karthikraj9394
@karthikraj9394 8 күн бұрын
hi will it work on application which uses framer motion?
@omarelrafhi9595
@omarelrafhi9595 9 күн бұрын
Good and clear presentation 👍
@arsamhashempour8156
@arsamhashempour8156 9 күн бұрын
THAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANK YOU A LOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOT
@marcelputter6769
@marcelputter6769 10 күн бұрын
Hi I'm mining through a node using docker. So my question is where should my docker volumes etc file point to, as my mining gets stuck at block number 1
@UninspiredFilm5
@UninspiredFilm5 10 күн бұрын
THIS IS SO COOL! And I managed to reinforce sockets, IO, AND threads ALL AT ONCE <3
@stay-motivated23
@stay-motivated23 10 күн бұрын
thanks man save our life
@blind_judiciary
@blind_judiciary 11 күн бұрын
why my ip is shown as ::1 ?
@WittCode
@WittCode 11 күн бұрын
Thats an IPV6 address. Same as 127.0.0.1 (IPV4) but for IPV6
@blind_judiciary
@blind_judiciary 9 күн бұрын
@@WittCode Oh, I see. What do I do to change it to IPV4?
@S_Nayana
@S_Nayana 11 күн бұрын
Perfect!!!
@wagnermaciel4541
@wagnermaciel4541 12 күн бұрын
Awesome content! Keep it up, it's been helping a lot. Thanks from Brazil 🙂
@valentinooliphant8682
@valentinooliphant8682 12 күн бұрын
Hi everyone, I just got this video now... WittCode, I am a Java developer developing a point-of-sale system. look man this video was very essential but for a POS System how do things work is it the same, I have a server computer for the back office and a client computer for the front-end. this could be too much, I developed both my back office and front-end in the same computer but i figure there is a huge need to separate the two, can you help me with this one🙏
@huzaifa6466
@huzaifa6466 12 күн бұрын
Can't find it on ur website 😢
@GiannisBak
@GiannisBak 13 күн бұрын
thanks a lot
@snk-js
@snk-js 14 күн бұрын
very gooood!
@brandyn6124
@brandyn6124 15 күн бұрын
For anybody following along, if you have been separating your Models in separate files, you will need to create a new file (which I named associations.js in my models folder), and defined the associations in that file. Afterwards, export those models in that file. Then in index.js, or wherever you run the file, you will import those Models from the association file.
@coderlicious6565
@coderlicious6565 16 күн бұрын
Great demonstration. I'm having to use webpack for my extension, because i'm needing to use the Notion api npm package for my extension. One confusion, and I understand if you're not able to get to this question. You're using src/index.html as the popup, which refers to react.js. So this is already created by yourself. But not understanding the: new HtmlWebpackPlugin({ template: './src/index.html' }), And your explanation above, on your blog is: "The html-webpack-plugin creates an HTML file to place our bundled JavaScript code into". Do you actually need this entry in your webpack config file ? I always thought of this webpack plugin template reference as something needed to include all of the js files, but you only need to reference the react.js in this.
@WittCode
@WittCode 16 күн бұрын
Hey there! If you don't supply a template file to the HTML webpack plugin then it will create one itself and place the bundled code inside. I just like to use a template as I like to see the HTML file as opposed to it "coming out of nowhere" if that makes sense!
@coderlicious6565
@coderlicious6565 16 күн бұрын
@@WittCode Yes that makes sense. Thank you. I'm using regular js ( though I want to use react for next one ), and i really didn't need an index.html in root since my extension only launches when you right click something on a page. So I just left that template setting in there for now. It all works amazing - I used every single step from your web page and boom, extension working with webpack now, so thanks again.
@mik5686
@mik5686 16 күн бұрын
Is there any good tutorial for capturing and resending modified requests or source code of such extensions? Rn Im working on one and it seems pretty hard to find those
@2ru2pacFan
@2ru2pacFan 16 күн бұрын
Thanks Gordon Ramsay.
@WittCode
@WittCode 16 күн бұрын
haha not the first time ive gotten that!
@2ru2pacFan
@2ru2pacFan 16 күн бұрын
@@WittCode you honestly look like his younger brother lol
@ahmedmaged6832
@ahmedmaged6832 17 күн бұрын
great exercise
@AmanSingh-yy4fn
@AmanSingh-yy4fn 17 күн бұрын
nice explanation !
@RenukeshDeshpande
@RenukeshDeshpande 19 күн бұрын
Not working at my end , the log file is unchanged when i enter into the container i see like this # cd var # cd log # pwd /var/log # ld -l /bin/sh: 4: ld: not found # ls -l total 260 lrwxrwxrwx 1 root root 39 Jun 17 07:56 README -> ../../usr/share/doc/systemd/README.logs -rw-r--r-- 1 root root 4508 May 30 02:06 alternatives.log drwxr-xr-x 1 root root 4096 Jun 17 07:55 apt -rw-r--r-- 1 root root 61229 May 30 02:03 bootstrap.log -rw-rw---- 1 root utmp 0 May 30 02:03 btmp drwxr-xr-x 5 root root 4096 Jun 17 07:51 cron.log -rw-r--r-- 1 root root 29 Jun 17 11:07 'cron.log'$' ' -rw-r--r-- 1 root root 165221 Jun 17 07:56 dpkg.log -rw-r--r-- 1 root root 0 May 30 02:03 faillog drwxr-sr-x+ 2 root systemd-journal 4096 Jun 17 07:56 journal -rw-rw-r-- 1 root utmp 0 May 30 02:03 lastlog drwx------ 2 root root 4096 Jun 17 07:56 private -rw-rw-r-- 1 root utmp 0 May 30 02:03 wtmp
@vicky3333ful
@vicky3333ful 23 күн бұрын
Thankyou! This video solved my init db problem.
@thiagocosme242
@thiagocosme242 23 күн бұрын
Good job, i need code with python
@nikolapilipovic2552
@nikolapilipovic2552 25 күн бұрын
can someone explain how to run this in CMD like he did in the beginning please?
@atk65223
@atk65223 25 күн бұрын
Thanks for your work. Having the sample deployed somewhere would be really helpful :)
@pelumiodus5979
@pelumiodus5979 27 күн бұрын
Great video man! Thanks for also explaining what you were installing and their use.
@edunjobiemmanuel4200
@edunjobiemmanuel4200 28 күн бұрын
Thanks for this
@garfieldnate
@garfieldnate 28 күн бұрын
Very nice! Would you mind sharing the code on GitHub?
@seanwhitty3218
@seanwhitty3218 29 күн бұрын
my name is Sean Whitty, and i approve of Witt code, really helped my understanding of sequelized!
@samjacker
@samjacker 29 күн бұрын
keep going G
@petemoss3160
@petemoss3160 Ай бұрын
5:23 dynamic vs static - that's what did it for me, i'm working on a dynamic modules system this makes me feel like cjs is going to be cleaner, but i'll have to play around with the dynamic-import promise to get a feel for which will suit my flow better. thanks!
@WittCode
@WittCode Ай бұрын
Glad it helped!
@nguyenvutuongk16_hcm11
@nguyenvutuongk16_hcm11 Ай бұрын
your express tutorial very helpful to me, thank you so much. thank you. I hope you are always healthy to produce more quality videos.
@welcomeotp
@welcomeotp Ай бұрын
post selecting 2-factor auth, I am not seeing the APP options.. is there some change in google setting.
@WittCode
@WittCode 29 күн бұрын
Hey there! Did you try what is in the pinned comment?
@user-bk2xn5ei1e
@user-bk2xn5ei1e Ай бұрын
thanks, like your learning style would you plz, continue the sequelize tutorial for advanced topic
@sleepless1566
@sleepless1566 Ай бұрын
thanks a lot!
@samjacker
@samjacker Ай бұрын
man , you are a legend keep going