English
Русский
Українська
Голубая
Фиолетовая
Cветлая
Терминал
Norton
Войти
🌸 Май уже здесь — скидки 50% до конца выходных, и сегодня тоже ☀️
Последние комментарии сообщества - страница 59
hazartilirot
Lesson 280. Bloody hell.... Why does he explain Javascript from scratch? On top of that he has switched Intellij IDEA to VS Code!!!!!!!!!!!!
hazartilirot
LESSON 261 - He seems to have forgotten to show how he retrieved DOCKERHUB_ACCESS_TOKEN and DOCKERHUB_USERNAME values from Docker or did I miss something? I think I didn't skip any lesson....
Anonymous
Holly molly, how can he speak for hours and yet still remain on the same topic and giving no useful information at all? I'm mind blown.
hazartilirot
Браток твой (голубок) у подъезда семки щёлкает в абибасе) Ничего не имею общего с ним и с тобой) Стараюсь пользоваться контрацептивами. В твоём случае, ты можешь увидеть его в зеркале, это если относительно говоря) Так что иди гуляй и не мешай мне наслаждаться просмотром.)))))
hazartilirot
LESSON 258 I personally had an issue with substituting the latest string with an environment variable. Here's what I suggest doing:https://github.com/amigoscode/full-stack-professional/issues/12I don't know what the difference is since I use MacOS as well as Mama Samba. However, mine is 13.3.1 V...
alexander_linder
На сайте указан язык английский, когда фактически курс на русском. Исправьте это, пожалуйста.
hazartilirot
LESSON 252 - Before you type the Github Workflow schema select it at the bottom right corner of the Intellij IDEA. Literally select Schema and type Github workflow - it will helps you to autocomplete the parameters. As for his port at 03:40 - I didn't understand the issue.... how his local versio...
hazartilirot
LESSON 236 ADD the line POSTGRES_DB: customer to compose.yml https://github.com/amigoscode/full-stack-professional/issues/11
MAC
Documented CodeCopy React + TypeScript snippets and components, paste them into your favorite editor and have your responsive page ready in minutes!TS files are missing
support guy
All is up to date. All extra materials videos you can watch at Complete Web Developer in 2023: Zero to Masteryhttps://coursehunter.net/course/veb-razrabotchik-2018-s-nulya-do-mastera
hazartilirot
Talking of quality what do you mean? Could you be more specific. He uses a decent microphone recording his video in full hd, his pronunciation is quite legible, he uses background when he appears in a flesh, he provides slides and documentations. He refers to the official docs. He wants to encompass...
hazartilirot
LESSON 204 - THE LUCKY ME! )https://github.com/amigoscode/full-stack-professional/issues/10
usedev
Can you please add tag 'Math' or smth like that?There is a data analytics and data science, but it's a bit different
george
This course is a huge scam, it has no quality whatsoever. The practical project of the course is a joke, terrible, ugly, and poor. This guy is supported by fanboys who are infatuated with him. There are better options on Udemy. Anyone who says this course is good is blind, because this course is gar...
Anonymous
просто java вбиваешь в поиск и его фото практически везде на превью. Я так скачал все го курсы
hazartilirot
LESSON 200 (IT MIGHT BE CHANGED IN THE FUTURE)Configuring Jib plugin - the issue with mvn clean packagehttps://github.com/amigoscode/full-stack-professional/issues/9You re going to encounter the issue. Mind I'm working with JDK 20. There is a chance yours is a former version;
Nick Knock
Нашел ещё 2 недостающие страницы:Refactoring Microservices for k8s 2 - No need for API Gateway AnymoreRabbitMQ - 11 - Zikin Dashboard With RabbitMQ
Nick Knock
Добрый день. Не хватает некоторых страниц/разделов с текстом, например:Deploying Microservices to k8s - 4. Exercise, Managed Kubernetes Cluster with Linode - новый раздел.Bringing Back API Gateway for Security - новый разделSecurity - API Key Authentication - новый раздел.Заранее спасибо за ...
utysca
там ссылка на яндекс диск и все материалы -> https://disk.yandex.ru/d/5YgWT1esBQLVlA/Project-1
nurgiz.zhoomart
Здраствуйте! Купил пакет на 1 месяц и на 3 месяца. Мне отказано в доступе. Пожалуйста, проверьте
escaro
Hi Admin !Would you inform what with course update ? Last update was 2 month agoThank you
wawidi7221
Please add these three Rust courseshttps://www.ardanlabs.com/training/rust/#main-courses-list
wawidi7221
Please add these three Rust courseshttps://www.ardanlabs.com/training/rust/#main-courses-list
morenocasado
This course was recently revamped with the latest versions of TypeScript and CDK, please update it.
Anonymous
Для случая валидации скобок не обязательно использовать стек, можно просто завести счетчик и по нему все проверить (go implementation):func isValid(str string) bool { var c int for _, ch := range str { if ch == '(' { c += 1 } else if ch == ')' { c -= 1 } } return c ...
JScripter
Уроки не совпадают с названиямиLesson 18: "Классы", по факту: "JSON"Lesson 20: "JSON", по факту: "Переменные и типы"...
pavel.uber2
курс не работает, выкидывает ошибку в консоле ; ps://vss5.coursehunter.net/s/c71066f121026e2da6cb9283522230a9/nana-dbcamp/lesson62.mp4 net::ERR_CONNECTION_TIMED_OUTdevops-bootcamp?lesson=62:1 The resource https://coursehunter.net/fonts/icons/ch.woff2 was preloaded using link preload but not used wi...
hazartilirot
Lesson 138 Timeline 2:35 https://github.com/amigoscode/full-stack-professional/issues/8That's really strange! We've got a block **@BeforeEach** setup.... why don't we place the piece of code into it?```var customer = new Customer( FAKER.name().fullName(), FAKE...
lunasy26
Вообще не включается не один урок. Просто черный экран и бесконечная загрузка. Другие курсы нормально включаются
hazartilirot
Lesson 129export FORMAT="ID\t{{.ID}}\nNAME\t{{.Names}}\nIMAGE\t{{.Image}}\nPORTS\t{{.Ports}}\nCOMMAND\t{{.Command}}\nCREATED\t{{.CreatedAt}}\nSTATUS\t{{.Status}}\n"docker ps --format=$FORMATBTW Before the129th lesson, don't useassertThat(postgreSQLContainer.isHealthy()).isTrue();it won't ...
hazartilirot
Lesson 119 He just wants me to die with frustration. What the fuck he is doing with the update method.updateCustomer has more unnecessary logic!Okay folks, I just share with you my implementation. What he does is just overkill.@Override public void updateCustomer(Customer customer) { ...
hazartilirot
Lesson 116 - I have found it and it's much easier than the fuss you suggest with the RowMapper! Just use new BeanPropertyRowMapper(Customer.class) - and Bob's your uncle! :D @Override public Optional selectCustomerById(Integer customerId) { var sql = "SELECT * FROM customer c WHERE c.i...
hazartilirot
Lesson 113 - OMG!My implementation is succinct: @Override public List selectAllCustomers() { var sql = "SELECT * FROM customer"; return jdbcTemplate.query(sql, new BeanPropertyRowMapper(Customer.class)); }and don't forget to inject the Postgres language into query. I d...
hazartilirot
Oh Christ! I've just realised I should've implemented Model Mapper for Dto to map an Entity and vice versa,.
hazartilirot
As simple as that:PUT is a method of modifying resource where the client sends data that updates the entire resource . PATCH is a method of modifying resources where the client sends partial data that is to be updated without modifying the entire data.````@PutMapping( path = "{cus...
andris14446
Курс вроде и не плохой, но так не нравится, когда он, после того как сделает сам, показывает уже готовое решение, вместо того, чтобы полностью пройтись и создать с нуля. Сделал бы курс на 20 часов, но более подробным, было бы больше профита.
mous.71@mail.ru
Lesson 4: mapping types https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-types.htmlfirst create index vehicles:PUT /vehicles{ "mappings": { "properties": { "make": { "type": "text" }, "color": { "type": "text" }, "price":...
anonuser
@admin can you please look at the following requests orders-id=12188 , 12007 , 12008. pending from quite long.
hazartilirot
?lesson=88 Wow! The updateCustomer method is shown at 2:10 with a quite ridiculous implementation. Why do we need to overload the method with the logic? What's the point in all those conditions? If he had a choice between PUT and PATCH - yes, this logic would be justified, but for the PUT itself -...
hazartilirot
?lesson=88 timeline 1:44public void updateCustomer(Customer customer) { customers.add(customer)}And how is the method going to override the actual object in the List if it simply adds a new object to the end of the List? That's really interesting.
vision8r
Please update it!Now, it includes Pinia (instead of Vuex), which is the way to go on state mgmt.Thanks!
Anonymous
Please add more payment options. we cannot upgrade. Last time member fee paid by Paypal. Thanks Admin
hazartilirot
Mate, I've just passed the 67th lesson, the video is called Outro. Basically he appears in the episode and says that you can suck his black dick and lick his balls with your tongue. He told something about your white arse. He's going to smash your bitch up or something alike. Unfortunately I couldn'...
Anonymous
Ты либо недалёкий от разработки гражданин, либо просто не умеющий беспристрастно оценить ценность этой информации. И да, повторяю, потому, что теория без практики быстро забывается, особенно когда раз в 100 лет что-то прикручиваешь, а на собесах за это спрашивают для некоторых проектов. А тут как ра...
hazartilirot
Что же ты, дружок, по десятому разу повторяешь, если всё так легко) А? Тебя деменция мучает?)))) Или всё таки тяжело взять с первого раза? Ага.
Anonymous
Не гони про глубину погружения )))Он основы основ по верхам даёт как этот проклятый спринг и спринг-бут под капотом работает. Считай проходишь теорию устройства и обслуживания автомобиля для водителя))Кстати эти же вещи спрашивают на собеседованиях.А так да, мозг слегка плавится, особенно когда с...
hazartilirot
Хосспади, да в твою голову не влезет тот поток информации, если исходить из того, что надо знать и гнаться за всем. Если ты водишь автомобиль, тебе не обязательно знать из чего она состоит и как её исправить. Ты водитель, а не механик. Для этого и существует понятие инкапсуляции и документация, тебе...
Anonymous
А я первый раз вижу курс, который адекватно и подробно разъясняет как всё работает, начиная с xml, лишь немного, на самом деле, углубляясь в детали реализации, на ровно достаточном уровне. И при этом самый минимум воды из возможного, если она вообще есть.
Anonymous
Это нужно для того, чтобы мы знали, что там есть такие механизмы, а не выдумывали велосипед когда возникнет какая-то кастомщина, нужная в очень специфических случаях. Использовать их или нет уже личный выбор девелопера.
Prylax
Administration, check it please!Something went wrong with the ordering of the lessons. Lesson 80 has UIDocument but this topic wasn't earlier. The topic of UI is starting from lesson 191. The course is really good. Good explanation and examples. Nice view of the useful packages I didn't know fro...