Последние комментарии сообщества - страница 56
Пишите СОЛИДный код и впечатляйте своих друзей
Anonymous
Could you add: Design Patterns for Fun and Proficiency from. https://symfonycasts.com/screencast/design-patterns
Рекурсия, Бэктрекинг и Динамическое программирование в Java
suitcase5935
Please update, it is a best seller course and was updated 04/2023 on udemy https://www.udemy.com/course/algorithmic-problems-in-java/
Полное руководство по Git: поймите и освойте Git и GitHub
Anonymous
Please update. New material has been added since the last update. The course sums upto 23 hours now, hence requesting updates. Thank you!
Основы Angular (v18)
roma.novomodniy
@Admin Can you please get the "Angular PRO" ?https://ultimatecourses.com/learn/angular-pro
Веб-разработка с Go (v2)
Kosingas
Hello guys, can you update the course? Last update on the website usegolang.com is on September 2023.
Продвинутые алгоритмы
gogo
@adminplease check the course again there are 6 lectures missed with 8 hours https://neetcode.io/courses/advanced-algorithms/21
Паттерны/шаблоны проектирования для удовольствия и профессионального мастерства
ahmed.gamal2016
i think there is a mistakethis course's material is wrong it's identical to this courshttps://coursehunter.net/course/pishite-solidnyy-kod-i-vpechatlyayte-svoih-druzey please update the course with the right materialthanks admin
[Книга] Let's Go! Научитесь создавать профессиональные веб-приложения с Golang
Anonymous
Hi. Is there any Java book similar to this and the second one by this author? I want to use the book to solve 1-2 serious projects using standard cloude stack (Spring, Hibernate, Postgres, Kafka and so on).
Паттерны/шаблоны проектирования для удовольствия и профессионального мастерства
armensarkisoff
Содержимое дубликат https://coursehunter.net/course/pishite-solidnyy-kod-i-vpechatlyayte-svoih-druzey
«Computer Science во Frontend». 2 поток
CourseHunter Team
Курс для нас завершен. Спасибо одному из наших подписчиков, который уведомил Андрея о нас. Аккаунт "нашего" парня был заблокирован. К сожалению, продолжение не предвидится.
Основы микрофронтендов
redpilled
Hi Andrew Can you please add this course too: Microfrontend Architecture Intro ?This is the 2nd part
70+ задач JavaScript: структуры данных и алгоритмы
Anonymous
Course materials download link is still wrong, archive is with Kafka course instead of JS challenges
70+ задач JavaScript: структуры данных и алгоритмы
Anonymous
Course materials download link is wrong. There's archive with Kafka course instead of JS challenges.
CSS-проекты
Radislaw
9:30AM Introduction, approach, and what to expect10:00AM Challenge 1: Instant Coffee - Columns and Cover11:00AM Challenge 2: Five Amazing Coffee Facts - Backgrounds and Overflow12:00PM Lunch12:45PM Challenge 3: Make Time for Coffee - Wacky Grids1:45PM Challenge 4: Our Team - Quirky Positio...
Next.js 13 с TypeScript
Amstel
The response to your query is in Lesson 3.This course is all about the theory and the Part 2, which is coming later (date unknown), is where the project will h=be handled.
Next.js 13 с TypeScript
Heppietechie
Hi,The author says, there is a issue tracker project with this course. But it is not listed in the course content in the authors site also. Is here planning to add it later. If anyone has access to his content or forum, please update.
iOS-разработчик с нуля за 20 недель
onaxiz
очень слабые лекции, по времени слишком размазанообщее впечатление "ни о чём"советую не тратить время на курс
Асинхронный Python
Грандстантин
Большое спасибо за публикацию. Понятные объяснения, коротко и по делу, простой код в качестве примеров.
Алгоритмы и структуры данных для начинающих
parnasmi
Very good lessons. I liked them. They make excellent addition to Colt's Algorithms course in my opinion.
От Нуля до Завершения. Овладейте быстрой full stack разработкой
suitcase5935
Ah ok makes sense!I have a problem with the course though. It seems that the sound is out of sync in every video, perhaps slight lag? Is that how the original videos from his website are too or just here on coursehunter?
От Нуля до Завершения. Овладейте быстрой full stack разработкой
suitcase5935
Is this the full course? I didn't watch it yet, but i t seems it just stops at lesson 98 with no outro or final product. Perhaps I am seeing wrong.
Three.js Путешествие - Полное руководство по Three.js
jeka69873
не могу не согласиться)я даже научился нейросетями распознавать голос и переводить в субтитры на руссиш. Так как енглиш знаю плохо)))
Основы микрофронтендов
Tr0Y4N0
Hello, I join for the request for “Microfrontend Architecture Intro”. Please Admin try to add it. It would be really helpful. Thanks in advance!
ПРОФЕССИОНАЛЬНЫЙ Full Stack Разработчик
mrrubox1
Lesson 318. WTF is promise. No explanation about it, NOTHING. Like we already know the concept of it. And lessons that comes after is just not understandable because he didnt exaplain what promise is.
Vue Advanced продвинутый курс по разработке SPA (Vue 3)
jeka69873
Сам только на половину понял но потом использовал учебную сборку в новом проекте и во время кодинга и ударов о подводные камни через пару месяцев понял как оно устроено)))
MongoDB (amigoscode)
fruity4pie
Да, их не было, но, если вбить название канала + github в гугле, то можно было найти этот "блядский файлик", админ даже ссылку уже под видосом закрепил) нахуя вы хомячки рветесь в айти не умея даже гуглить, блять?
Angular - Полное Руководство (2023 Edition)
sueannnnnnnn
Accessibility in this couse is bad. For example, the author creates buttons that redirects a user to another page. That should be links according to semantics. And visa wersa: he creates that have event handlers and js logic is performed on click. That should be buttons tags according semantics and...
Java (Джава) для начинающих: с нуля до сертификата Oracle
andritokar
почему в 26 уроке при методоахabc(long)abc(Object)abc(Integer)и при Main{abc(50)}сначала используется лонг,потом Integer потом Object.Разве оно не должно по возрастанию идти?Типо lont > int по 2 правилу должен идти онПотом же Object>int А только потом по 3 правилу анбокса должен идти Inte...
Стройте с Bricks
Siddique
hey admin can get this course?https://misha.agency/course/sozdanie-temy-wordpress-c-nulya
Упрощенный React - Продвинутым
nick_shimura
Is there a chance that the course will get updated any time soon? The Asynchronous React section is missingThere's no point in buying it in its current state
Добрый, добрый Python ООП - обучающий курс от Сергея Балакирева
dxdyds
Вроде бы се эти видео есть в бесплатном доступе на ютубе. Курс ахеренен и стоит свои 3.5К рубасов, но ценность его в куче задач которые надо решить и в решениях других людей, которые изучаешь когда свой вариант решил.
Apache Maven
tonikjean
Админ, нельзя скачать курс архивом, пишет ошибку:"File not foundPremium user? Contact info@coursehunter.net"
Проектирование систем для интервью и не только
gaurav.tcs15
Just curious where is the second module - can anyone help ?Course ended at pretty abruptly - and there are no further lectures or updates
Tailwind Plus (ex Tailwind UI)
mammutcris
Не запускається preview (там в html посилання на скрипти з доменом https://tailwindui.com/build/assets/app-f92f78a4.css)
Python Разработчик в 2025: С Нуля до Мастера
CourseHunter Team
попобуйте использовать впн ЕС, сервера в Европе, видимо у Вашего провайдера плохая связь с ней.
Английский Язык для Начинающих на все 100!
natali.bobrovskaya1973
Напишите, пожалуйста, почему будет "My grandfather is not painting a picture". A не "My grandfather doesnt painting a picture".
Эпический React
escaro
Could you say the information about would you planning to update this course ? Thank you
MongoDB (amigoscode)
Anonymous
в материалах курсах нет этого блядского ямлика.version: "3.8"services: mongodb: image: mongo:latest container_name: mongodb ports: - "27017:27017" volumes: - data:/data environment: - MONGO_INITDB_ROOT_USERNAME=rootuser - MONGO_INITDB_ROOT_PASSWORD=ro...
Angular Developer в 2025 году: от нуля до мастерства
mamasay
Lesson 41 contains the 'Backend masterclass' from another course. Nothing related to 'Emitting Events' here.
Избегаем распространенные ошибки с RxJS
kazayooka
This is not a course and it should not be considered a course. But here are some very nice little lessons. Could be very helpful when preparing for an interview
Основы Angular (v18)
Anonymous
There is no v16, it is just name was updated and as the course beginner level, it doesn't matter v14 or v16
Java от нуля до первой работы, практическое руководство
k88qbkrj6m
Lesson 12. - he forgot to mention why he created all these packages at all. Why in the world are these packages at all, and why anyone needs them?
Premium Javascript
dasr43475
Is this course any good ? The Free version of the course has also been removed which previously served as the entrypoint to javascript . Can complete newbies in JS , take up this course ?
Сплошной TypeScript
Anonymous
There's a new section called "Advanced Patterns" in the Advanced React with TypeScript module, could you update it?
Dart и Flutter: Полное руководство разработчика
dajan526
lesson 56 is also not alright. There is no sound and image is from some another course. Subtitles are right but disappears in the middle. Please make it right!
Vue 3 - Полное руководство (включая Router, Vuex, Composition API)
ace
Файлы с практическими заданиями: https://github.com/nareshkumarjaggiexiver/Vue---The-Complete-Guide-incl.-Vue-Router-Vuex-and-Composition-API-/archive/08e5115cfe0654e0423f6651a02ca6e008706601.zip
Enterprise мышление системного дизайна
bahoc47
Enterprise Design Systems Thinking скорее переводится как "Мышление в Enterprise Дизайн Системах"
Компьютерная наука на Java для начинающих
dzhin_4one
SHIFT + F6 = rename переменных ALT + ENTER = подсказка и создает за вас методы итд.СTRL + / = закомментировать строку или разкомм.СTRL + ALT + L = корректирует ваш код ))
Жесткие части разработки пользовательского интерфейса
amirjani
This man is so amazing, he has the ability to explain why 2 + 2 is equal to four nearly for 10 hours.
Буткемп по Next.js 13 - Полное руководство разработчика
suitcase5935
https://www.udemy.com/course/the-nextjs-13-bootcamp-the-complete-developer-guide/Says it was updated 4/2023, and this course is released here 3/2023. Is there an update @admin?