Тёмный
Tigran Tech
Tigran Tech
Tigran Tech
Подписаться
Building software applications from scratch to a working business is very hard. This channel is aimed to give full guidance for software developers about how to build Full Stack projects, get to production and a little bit about how to make basic marketing as a software developer.
Комментарии
@pepikkk10
@pepikkk10 Месяц назад
Thank you SO much! well explained!!!
@icrmsoftware59
@icrmsoftware59 3 месяца назад
The problem i found with this approach that your server ip gets blocked by SpamHawk. How do you solve this challenge?
@sergioarieljuarez90
@sergioarieljuarez90 3 месяца назад
Thank you very much !!!!!
@mdsajaldeowan1054
@mdsajaldeowan1054 4 месяца назад
Thanks for the great video exactly the video I was looking for once again thank you for the informative video
@thienmr7930
@thienmr7930 4 месяца назад
please update your github's link 😍😍😍😍
@quilloai
@quilloai 4 месяца назад
Hi can you help me? i'm getting error ./node_modules/fluent-ffmpeg/index.js:1:48 Module not found: Can't resolve './lib-cov/fluent-ffmpeg'
@rodrigoniveyro9763
@rodrigoniveyro9763 4 месяца назад
i'm getting the same error, did u find the solution?
@aswathyraj1414
@aswathyraj1414 2 месяца назад
'npm i fluent-ffmpeg' should work
@franciscooteiza
@franciscooteiza 6 месяцев назад
You look scared, are you okay? Are you afraid that someone will know a dark secret about you?
@tigrantech
@tigrantech 6 месяцев назад
NestJS is scary 😱
@martinrucki2152
@martinrucki2152 7 месяцев назад
Repository not existing - 404
@martinrucki2152
@martinrucki2152 7 месяцев назад
Project sources unavailable - 404
@user-vb9dq6kk6d
@user-vb9dq6kk6d 9 месяцев назад
Great lecture! As useful and informative as it gets. Thank you.
@cuberos7430
@cuberos7430 9 месяцев назад
Amazing simple precise confortable explanation. Thanks a lot .Save my time.Keep making more amazing tutorials 💪🦾
@koldmane392
@koldmane392 10 месяцев назад
Thank you!
@carlooo00s
@carlooo00s 10 месяцев назад
Going threw it later going to see what the hype is all about
@joaomendoncayt
@joaomendoncayt 10 месяцев назад
this is beautiful, you attached me with the "boon" and I just couldn't leave
@tigrantech
@tigrantech 10 месяцев назад
That’s dangerous 😂 It is good that GitHub comments are not verbal; otherwise, that could have been a wall of shame 😂
@joaomendoncayt
@joaomendoncayt 10 месяцев назад
@@tigrantech never a shame! Keep being yourself without any regret! Don't stop
@arnoldsujankatru9667
@arnoldsujankatru9667 10 месяцев назад
BOON 🤣 , Great video though
@tigrantech
@tigrantech 10 месяцев назад
Ahh, right, it seems fucked up with the pronunciation 🌝 There is a Golang library named the same way, and founders pronounce as I do, so I forgot to double check on this one 🤷‍♂️
@Token-p1s
@Token-p1s 11 месяцев назад
Unfortunately the only way this works is if you build your app every time. This is not developer friendly.
@tigrantech
@tigrantech 11 месяцев назад
This is just a process of setting up the structure for making Electron.js apps. So either way you have to setup your project every time you build an app 🌝
@bpospanov
@bpospanov 11 месяцев назад
THANKS A LOT
@hashamkhan5121
@hashamkhan5121 11 месяцев назад
Thanks a lot for this wonderful lesson. Can you please help me a bit? The cookie is set in browser when i call the api directly in browser, but it is not set in browser when i make api call from my front end React app, what can be the issue? I have verified my cors police configuration. I have searched the web but still could not solve my problem. Thanks
@tigrantech
@tigrantech 11 месяцев назад
That might be because the API doesn’t have access to the Frontend domain name. Make sure that the UI client has the “credentials” enabled for the API origin, otherwise the Frontend can’t share the cookies
@e.magnoneto5101
@e.magnoneto5101 9 месяцев назад
hi,do you had fixed this problem? i had exactly the same thing in my project.
@hashamkhan5121
@hashamkhan5121 9 месяцев назад
@@e.magnoneto5101 just Make sure you do the below before making login endpoint call axios.defaults.withCredentials = true
@SR-zi1pw
@SR-zi1pw Год назад
Nice video
@ephremdemelew6218
@ephremdemelew6218 Год назад
great video
@mustafa-ahmed-dev
@mustafa-ahmed-dev Год назад
Thank you, very good explanation
@Sr-oj7wd
@Sr-oj7wd Год назад
I know its have been 2 y ago but if someone could answer me, I did the step by step on my pc and it worked but Im having a white window and this error on devtools "not allowed to load local resource: file:///C:/Users/david/Desktop/R_Js/Electron/sistema/index.html"
@allonstafadzwamazani1771
@allonstafadzwamazani1771 Год назад
source code ?
@tashfeenj8259
@tashfeenj8259 Год назад
is this blocking inside electron app, or external browser?
@priyadharshini9313
@priyadharshini9313 Год назад
Where can i find this code? The GitHub repository source code page is broken and showing "Page not found". Please help us to make use of this code. Looking forward to your reply. Thanks!
@priyadharshini9313
@priyadharshini9313 Год назад
Thank you so much for this video... Really helpful... Please make further videos like real-time project example videos which are really helpful for most of the people looking forward to this boilerplate.
@soniskoop9084
@soniskoop9084 2 года назад
Thanks you ! excellent video very helpful
@romulosendoromulo
@romulosendoromulo 2 года назад
Thank you very much. This helped me a lot
2 года назад
I would have loved to see how this example looks in react too, so that I could decide which syntax looks better for me. A lot of reasons you mentioned against redux are subjective: "easy to misconfigure", "more difficult", "adds a lot of complexity to your code". For me the only valid argument you mentioned in the whole video is that useContext comes out of the box with react, while redux is a separate dependency. Also, I feel you are comparing apples to oranges, the true counterpart or replacement for redux would be the useReducer, which you don't mention in this video. Having to build the functionality of redux using useContext and useReducer feels like assembling low level stuff to something, which works out of the box with redux. Finally, there are other options to ease development with redux, as a starter I would recommend Eric Elliot's autodux, which does a good job in reducing the boilerplate code necessary for redux. Would have been nice to actually see your refactoring in a diff view to see how the 100s of lines of codes were reduced to 10s of lines of code.
@vladkrutenyuk6715
@vladkrutenyuk6715 2 года назад
404 in **PROJECT SOURCES **
@nyanRETARD
@nyanRETARD 2 года назад
having any amount of stars doesn't mean that the project is mature
@cjambrosi
@cjambrosi 2 года назад
In the built app, when I force reload the screen, the localStorage is cleared. Is this correct? My app is integrated with React.
@djcardwell
@djcardwell 2 года назад
When I parse the content from matter() my markdown links aren't styled. I'd like my internal links to be blue to indicate a link rather than black. Does anyone know a workaround for this?
@djamaatul
@djamaatul 2 года назад
i learn recrt this year, and prever context than redux
@muzaradi
@muzaradi 2 года назад
This is not alternative of Redux. In large applications it causes performance problems. We should only use contexts when we need to access data in many components, which are at different nesting levels. Furthermore, we need to make sure that we only use contexts for non-frequently changing data. Frequently changing values of contexts can cause our whole component tree to re-render, resulting in performance problems. That is why, for frequently changing values, we should use a state management solution such as Redux or MobX, instead.
@At3nT
@At3nT Год назад
I think you solve that with useMemo and useCallback
@koubinhanz
@koubinhanz 2 года назад
why in the console there are basic logs twice and also data twice?
@autocracyful
@autocracyful 2 года назад
hi can you please share the source code link
@ppprisma
@ppprisma 2 года назад
If you are running on windows the build:web command will fail. You can fix it by creating a .env file in the main dir and setting PUBLIC_URL=./ Worked for me
@sagarjaid
@sagarjaid 2 года назад
😂
@hima2325
@hima2325 2 года назад
your github repo link is showing 404 error
@dileep_blst
@dileep_blst 2 года назад
Good Job brother Easy to understand Thanks for the video
@bennguyen1313
@bennguyen1313 2 года назад
Any thoughts on tauri vs other ElectronJs replacements, like neutralinojs v2 ? Since it's rather new, I understand documentation isn't as good as electron.. but can tauri create/debug apps that access hardware (like a usb/serial port)?
@roberto9369
@roberto9369 2 года назад
Putting Db try Connection fn, in an express middleware was a nice tip. Thanks
@harshil000raval
@harshil000raval 2 года назад
Tried this. It is not making the connection
@tigrantech
@tigrantech 2 года назад
You mean it is not connecting with Database?
@youknowme661
@youknowme661 2 года назад
i love your videos, very helpful
@Fedelios1
@Fedelios1 3 года назад
what is your icon package on vs?
@tigrantech
@tigrantech 3 года назад
It is just Material Icons theme
@miecioxxing
@miecioxxing 3 года назад
What monitor is to the right of the macbook?
@tigrantech
@tigrantech 3 года назад
If I remember correctly it is just a regular Dell 24inch monitor over HDMI dangle, nothing special
@KeithWhittingham
@KeithWhittingham 3 года назад
Did you get around to trying Tauri out? Just looked at the opening video on their website and the guy behind it looks like a really interesting guy.
@KeithWhittingham
@KeithWhittingham 3 года назад
This is a very good video indeed. I appreciate you using cut and paste rather than typing out the source code - I prefer you spending your time and effort explaining what things do and why rather than focusing on typing. Less work for you and more useful impact on the audience. One question - how do you get the bash prompt like that? The colors are nice but I particularly want the git branch showing
@tigrantech
@tigrantech 3 года назад
Thanks Keith, I use iterm2 + oh my zsh configuration, they have a lot of nice themes
@Shibi-graphics
@Shibi-graphics 3 года назад
Great content! I think you should problably speed up your videos by default at 1.5x . It plays quite nice that way. Keep up with the good content!