Пікірлер
@DUMIftw
@DUMIftw 17 күн бұрын
Keep up the good work!
@kevinrambo
@kevinrambo Ай бұрын
Great job, thanks for posting!
@DigitalAdapt
@DigitalAdapt Ай бұрын
Thank you sincerely
@TheEmqe
@TheEmqe Ай бұрын
this shows in swagger or blank page. how can i show the error in Trigged html page ? in a Modal etc. incase it is MVC application. not api
@CrisAlex14
@CrisAlex14 Ай бұрын
With MVC, you can display an error HTML page showing the list of error messages when IsSuccess = false from the Result object.
@andri1022
@andri1022 Ай бұрын
Nice code...
@yafiecake
@yafiecake 2 ай бұрын
what do u prefer? runtime translation or compile-time?
@CrisAlex14
@CrisAlex14 Ай бұрын
I prefer runtime translation for UI dynamism. However, compile-time could be helpful when you need to improve performance.
@arozendojr
@arozendojr 2 ай бұрын
Have you been able to use sentry, front trancing, apdex, in angular 17?
@CrisAlex14
@CrisAlex14 2 ай бұрын
Hi, no unfortunately
@r.dwayne2067
@r.dwayne2067 3 ай бұрын
Promo-SM 🙏
@chedilahmer
@chedilahmer 4 ай бұрын
highly appreciated
@prukenope
@prukenope 4 ай бұрын
Thank man! Good tutorial vid
@andtkach
@andtkach 5 ай бұрын
I really liked this and the previous video about Elasticsearch. Well explained and good examples. The source code is available as well. Thank you so much ))
@CrisAlex14
@CrisAlex14 5 ай бұрын
Glad to help you!
@andtkach
@andtkach 6 ай бұрын
Great video, thanks! Now when we have documents inserted and indexed what is the best way to search over it? Could you please make a demo of how to execute the search for some products
@CrisAlex14
@CrisAlex14 6 ай бұрын
Thanks for your comment, about querying operations, elasticsearch has a lot of searching capabilities. At the moment, you can check some documentation here www.elastic.co/guide/en/elasticsearch/client/net-api/7.17/writing-queries.html. I'll be uploading some tutorials about filtering, sorting and pagination!
@CrisAlex14
@CrisAlex14 5 ай бұрын
Hey, this is my new video about querying operations with Elasticsearch: kzfaq.info/get/bejne/n96flNterdKtmIE.html
@andtkach
@andtkach 5 ай бұрын
@@CrisAlex14 thank you so much!
@MihaiMoisei
@MihaiMoisei 7 ай бұрын
Awsome presentation, thanks.
@buvanes_
@buvanes_ 7 ай бұрын
I'll like your all lectures. It's awesome and very simple for me.
@CrisAlex14
@CrisAlex14 7 ай бұрын
Thank you, keep learning!
@buvanes_
@buvanes_ 9 ай бұрын
Super explanation
@CrisAlex14
@CrisAlex14 9 ай бұрын
Thanks, I'm glad to help you!
@buvanes_
@buvanes_ 9 ай бұрын
Thanks for your support bro❤
@kendallwalter4877
@kendallwalter4877 9 ай бұрын
❗ P r o m o S M
@BboyKeny
@BboyKeny 10 ай бұрын
What I liked about this book is that Uncle Bob explicitly says to not see his way of thinking not as dogma but as an example of someone putting time into thinking how another developer will read your code and needs to understand it as quickly and intuitively as possible. Which is also why I like that you kept it to the principle instead of saying "According to clean code you need to use a language with function hoisting so you can always put the function in order of abstraction and when it's used, like a newspaper". To me consistency is really important. Even if the code base is messy, as long as the terminology and structure is consistent I can wade my way through. I think the hardest part of clean code is knowing what kind of developer will be working on the code base? Will it be beginners? Maybe avoid recursion and use for loops. When using a known data structure or algorithm, leave a comment with a link to a good explanation of said data structure or algorithm. Point people to a test file so they can see how it's used. That way I protect the code from ignorance by teaching. Making the scary things less scary. High level developers often have their own method to navigate your code base anyway, so the few educational comments or use of simpler concepts shouldn't be an impairment for them.
@CrisAlex14
@CrisAlex14 10 ай бұрын
Thank you for your comment @BboyKeny. Absolutely, Clean code is independent of any programming language; it aims to keep consistency and best practices among developers to avoid messy code as much as possible.
@plutoh28
@plutoh28 11 ай бұрын
Good vid. I'm just a student but this video helped me out a ton with my java class. Satisfying voice too
@CrisAlex14
@CrisAlex14 11 ай бұрын
I'm glad to help you with your class, keep doing well!