Frontend สาธารณะ
[search 0]
เพิ่มเติม
ดาวน์โหลดแอปเลย!
show episodes
 
Artwork

1
FrontEnd Frontier

Eddie Chen

Unsubscribe
Unsubscribe
รายวัน
 
Welcome to FrontEnd Frontier, where we explore the cutting edge of web development and dive deep into the technologies shaping the digital landscape. Join us as we decode the latest trends, discuss best practices, and interview the experts leading the charge in frontend innovation.
  continue reading
 
Artwork

1
Frontend Coffee Break

Chucho Castañeda & Ricard Torres

Unsubscribe
Unsubscribe
รายเดือน
 
Take a break, grab a cup of coffee and join us to discuss what's new in frontend development and, why not, outside of it? Jesus 'Chucho' Castañeda is a Senior Frontend Software Engineer and Ricard Torres is a Principal Frontend Software Engineer, both at Cognizant Netcentric. We bring your most needed monthly break. Tune in!
  continue reading
 
Artwork

1
Frontend Weekend

Андрей Смирнов

Unsubscribe
Unsubscribe
รายเดือน+
 
Самые честные интервью с известными людьми из мира web-разработки. Впечатляющие истории успеха, забавные моменты из жизни и полезные советы – мы показываем человеческое лицо frontend’а и не только.
  continue reading
 
Artwork

1
Frontend Friday

Tommi Pääkkö & Olli Aapro

Unsubscribe
Unsubscribe
รายเดือน
 
Friday on oululainen web-aiheisiin keskittyvä podcast. Aiheet liikkuvat suunnittelusta toteutuksen kautta optimointiin ja koodaamiseen. Kantaa otetaan ja välillä mennään freestylenä aiheen vierestä.
  continue reading
 
Artwork

1
Frontend Union Podcast

Andrey Salomatin

Unsubscribe
Unsubscribe
รายเดือน
 
Frontend Union Conf is a yearly conference about interface design and development. In the podcast, we interview speakers and attendees, share the most recent news about the conference.
  continue reading
 
Artwork

1
Frontend Heroes

Scott Francis & Evan Payne

Unsubscribe
Unsubscribe
รายเดือน
 
Welcome, citizens of the globe, to the Frontend Heroes podcast, where we discuss all things villainous and heroic about the front-end of software development. Co-hosted by Scott Francis and Evan Payne.
  continue reading
 
Artwork

1
Mr Frontend Podcast

Raymon S

Unsubscribe
Unsubscribe
รายเดือน
 
In the Mr Frontend Community podcast I try to help People who are (starting) in programming, web development, frontend development, backend development to keep motivated and firedup!
  continue reading
 
Stay up to date with Frontend News - the podcast about tech and front end innovations. Fresh delivery of insights and news. Want more? Watch the Experts Zone series - our professionals share precious experience in design, project management, development, and others. More tech videos, articles and insights you will find on frontendhouse.com.
  continue reading
 
Gosh - keeping up with web development technologies is hard! We interview the best devs in the industry who share their strategies on how they do it. We get insight into their passion for programming, the methods and tools they can’t live without, and how they keep up with the industry's rapid pace. Every episode ends with a "Quickfire Question Round": answers to 5 rapid-fire questions provide some invaluable tips on how to become a first class dev. Keep pushing the limits, and keep pushing ...
  continue reading
 
Loading …
show series
 
We talk about web development conferences, going in-person or attending online. Are they worth it? What's the benefit? Couldn't you just watch a recording? What's the most interesting conference you've ever attended? If you haven't yet, any conferences you'd like to go to? Follow us: - Chucho Castañeda https://twitter.com/honupo - Ricard Torres htt…
  continue reading
 
The source describes a tool called "NX Migrate" that helps developers automatically update their codebases to the latest versions of tools and libraries. This tool simplifies the process of upgrading by updating package.json files, configuration files, and even making source code adjustments through ASD parsing methods. NX Migrate first analyzes th…
  continue reading
 
Павел Минеев, software engineer в компании Blend, в гостях у Андрея Смирнова из Frontend Weekend. Бесплатный курс по JS от AvitoTech – https://clc.to/JWbVKw Телеграм-канал Андрея Смирнова – https://t.me/itsmirnov 00:00 Начало 00:31 Чем можешь быть известен моей аудитории? 01:11 Открытый курс по JavaScript 02:09 Карьерный путь – от Мамбы и Рамблера …
  continue reading
 
Tom Occhino, Chief Product Officer at Vercel and former Engineering Director at Facebook, joins Sam to talk about the pivotal moments in React's history. He talks about how React popularized the ideas of declarative rendering and unidirectional data flow, how GraphQL furthered React's goal of co-locating all the concerns of a particular piece of UI…
  continue reading
 
The first source provides an introduction to Electron, a framework for building desktop applications with web technologies. Electron leverages Chromium and Node.js to enable developers to build cross-platform apps using JavaScript, HTML, and CSS. The source outlines key concepts, such as the Electron Process Model, and provides resources for gettin…
  continue reading
 
In the relentless world of software development, devs often embrace habits that, while boosting immediate productivity, severely undermine long-term brain health. Here's a rundown: 1. Marathon Coding Sessions: It's almost a rite of passage for developers to pull all-nighters or code for extended periods. However, this habit deprives the brain of ne…
  continue reading
 
Structural design patterns, often referred to as "structural patterns," focus on building more complex structures from individual objects and classes. These patterns aim to make these structures adaptable and maintainable. For example, the Adapter pattern allows two incompatible interfaces to work together, while the Composite pattern combines mult…
  continue reading
 
Creational design patterns are software development techniques for creating objects in a flexible and reusable manner. The provided sources explore various creational design patterns, including Singleton, Prototype, Builder, Factory Method, and Abstract Factory. Each pattern addresses specific object creation scenarios, offering advantages like con…
  continue reading
 
System Design is pivotal in the development process, defining the architecture, components, and interfaces of systems to meet specific requirements. It's not just about coding; it's about creating a blueprint that ensures scalability, efficiency, and reliability. Here's why learning System Design is essential: Crucial for FAANG Interviews: Mastery …
  continue reading
 
The episode delves into the Command Design Pattern, a behavioral design pattern used in software development to encapsulate a request or an operation as an object. This approach allows for the parameterization of clients with different requests, supports queuing of requests, and facilitates operations that can be undone. Here's a concise summary: P…
  continue reading
 
In this episode, the focus is on prompt engineering for AI like ChatGPT: Core Concepts: The essentials for effective prompts are clarity, specificity, context, and neutrality. Prompt Styles: Various styles like interrogative (questions), imperative (commands), declarative (statements), and conversational are discussed for different outcomes. Contex…
  continue reading
 
The podcast discusses the evolution from Angular 13 to Angular 17 in handling dynamic component loading, focusing on improvements for developer experience (DX) and performance. In Angular 13, dynamic components required less boilerplate than before but still involved manual steps with ViewContainerRef. Angular 17 introduces Deferred Components with…
  continue reading
 
Creating full-stack applications with Angular for the front end and NestJS for the back end within an Nx monorepo environment offers a streamlined development process, enhancing code sharing, type safety, and project management efficiency. Here's a concise summary: - **Monorepo Advantage**: An Nx monorepo allows developers to house both Angular and…
  continue reading
 
Андрей Себрант, директор по стратегическому маркетингу и профессор ИТМО, в гостях у Андрея Смирнова из Frontend Weekend. Команда Trisigma в Авито развивает свою платформу проведения A/B-тестов – https://clc.to/QshrGg Телеграм-канал Андрея Смирнова – https://t.me/itsmirnov 00:00 Начало 00:57 Чем можешь быть известен моей аудитории? 01:43 Преимуществ…
  continue reading
 
Sam and Ryan talk about render props in React. They discuss where they came from, how Hooks superseded them for sharing stateful logic, how data attributes compare to them for customizing styling, and how for certain complex components like forms they're still a great solution for accessing slices of internal state. Timestamps: 0:00 - Intro 3:40 - …
  continue reading
 
Sam and Ryan discuss controlled and uncontrolled components in React. They talk about how uncontrolled components can be thought of as components that manage their own internal state, why you should model your complex React components after the simpler APIs of native HTML elements like inputs, why you shouldn't try to make components that are both …
  continue reading
 
Андрей Ермаков, руководитель группы разработки клиентской архитектуры в Купере, в гостях у Андрея Смирнова из Frontend Weekend. Статья «Успех тимлида — это успех команды: три ошибки тимлидов в начале пути»: https://clc.to/m1CnRA Телеграм-канал Андрея Смирнова – https://t.me/itsmirnov 00:00 Начало 00:39 Чем можешь быть известен моей аудитории? 00:59…
  continue reading
 
Sam and Ryan talk about the pattern of building unstyled components with React. They discuss why unstyled components were created, how they improve upon composition patterns from UI libraries like Bootstrap, how they can be used to share behavior and logic without prescribing any styling opinions, and how they fit into a larger collection of React …
  continue reading
 
Максим Соснов, руководитель группы разработки b2c-отелей в T-Банке, в гостях у Андрея Смирнова из Frontend Weekend. Курс по JavaScript от AvitoTech – https://clc.to/Rc8HIw Телеграм-канал Андрея Смирнова – https://t.me/itsmirnov 00:00 Начало 00:27 Чем можешь быть известен моей аудитории? 01:05 Открытый курс по JavaScript 02:02 Как из тестировщика по…
  continue reading
 
Sam and Ryan talk about what sorts of capabilities a tool should have to be considered a web framework. They discuss how frameworks tackle the complexity of getting different systems to communicate with each other, how good frameworks embrace the strengths and patterns of the language they're written in, and why frameworks and services are not in o…
  continue reading
 
Антон Непша, техлид в Сбере, в гостях у Андрея Смирнова из Frontend Weekend. Первая конференция AvitoTech – погружение в технокультуру крупнейшего в мире классифайда по количеству пользователей – https://youtube.com/live/h38Ku-0KbOI Телеграм-канал Андрея Смирнова – https://t.me/itsmirnov 00:00 Начало 00:28 Чем можешь быть известен моей аудитории? 0…
  continue reading
 
Sam joins Lane Wagner in a crossover episode with the Backend Banter podcast. They talk about abstractions in frontend and backend frameworks, what JavaScript is doing differently from other languages and frameworks, why the frontend should drive the backend even if you're building in a server-side framework, and what's so special about React Serve…
  continue reading
 
Sam and Ryan read and discuss a fantastic interactive blog post about queueing in HTTP written by Sam Rose. Timestamps: 0:00 - Intro 6:57 - Queueing: An interactive study of queueing strategies 9:05 - Why do we need queues? 13:16 - FIFO and timing out 17:55 - LIFO 20:58 - Priority queues 25:21 - Active queue management 29:08 - Comparing queues 36:3…
  continue reading
 
Анастасия Авдонина, аккаунт-директор в компании SpiceIT и сертифицированный коуч ICF, в гостях у Андрея Смирнова из Frontend Weekend. Открытый курс по JavaScript от команды AvitoTech – https://clc.to/Q7zR3A 00:00 Начало 00:35 Чем можешь быть известна моей аудитории? 01:33 Открытый курс по JavaScript 02:25 Как пришла в IT и продвигалась по карьерной…
  continue reading
 
Sam and Ryan discuss the new features in React 19 that will specifically benefit developers building single-page applications. They talk about how Suspense and Transitions let developers "teach" React about when their apps are in a loading or a pending state, how Client Actions improve upon using events in React 18 to handle data mutations, and how…
  continue reading
 
Sam tells Ryan about a recent talk he gave at BigSkyDevCon. They chat about how backend frameworks are raising the ceiling of what UIs they’re capable of delivering, how frontend frameworks are raising the floor of what backend features they come bundled with, and what each community can learn from the other. Timestamps: 0:00 - Intro 4:23 - Recap o…
  continue reading
 
We chat what is code quality, what are code smells, tips and tricks to make your code readable and maintainable. What are your tips? Code quality metrics: https://www.sealights.io/code-quality/code-quality-metrics-is-your-code-any-good/ Follow us: - Chucho Castañeda https://twitter.com/honupo - Ricard Torres https://ricard.social/@ricard…
  continue reading
 
Артём Зиннатуллин, staff software engineer в компании Lyft, известный под никнеймом Абстрактный Мужик, в гостях у Андрея Смирнова из Frontend Weekend. Первая конференция AvitoTech All Day Long: https://clc.to/QrfTUg 00:00 Начало 00:39 Чем можешь быть известен моей аудитории? 02:43 Конференция Avito All Day Long 03:38 Как оказался в разработке и поп…
  continue reading
 
Sam and Ryan talk about the difference between the costs of building a feature and the benefits that feature brings to our end users. They discuss how libraries and frameworks can lower the technical cost of building a given feature, how Ryan Florence framed this calculation in his talk at Big Sky Dev Con, and how sometimes developers’ opinions and…
  continue reading
 
We discuss different ways to do knowledge sharing in your team or company. The challenges we've faced and what has worked for us. Find out about our Netcentric Academy https://www.netcentric.biz/jobs Follow us: - Chucho Castañeda https://twitter.com/honupo - Ricard Torres https://ricard.social/@ricard…
  continue reading
 
Валерия Зеленая, продюсер образовательных проектов в YADRO и автор психологического блога на YouTube, в гостях у Андрея Смирнова из Frontend Weekend. Подкаст AvitoTech «Свободный слот» – https://clc.to/SqqpJw 00:00 Начало 00:45 Чем можешь быть известна моей аудитории? 01:24 Подкаст «Свободный слот» 02:06 Как и зачем перешла из журналистики в мир IT…
  continue reading
 
Ryan tells Sam about his experiments with using the new View Transitions API in a React photo gallery app. He talks about how he likes the flexibility of the API, how to think about integrating it into any client-rendered app regardless of the framework, and how he used a Promise with an Effect to tie a View Transition to a React Transition. Topics…
  continue reading
 
Did you know we have both this and a different internal FE podcast? The internal podcast started first and gave us the idea to start one on YouTube. Tune in to know how it all began and what we learned along the way. Follow us: - Chucho Castañeda https://twitter.com/honupo - Ricard Torres https://ricard.social/@ricard…
  continue reading
 
Александр Гончаров, руководитель отдела фронтенд-разработки в компании UseTech и «тормознутый» из uWebDesign, в гостях у Андрея Смирнова из Frontend Weekend. НЕмитап TeamLead#2: Игорь Гранщиков — «Управление людьми: инструкция для тимлида»: https://clc.to/ohUOhw 00:00 Начало 01:00 Чем можешь быть известен моей аудитории? 02:09 Доклад об управлении …
  continue reading
 
What is Accessibility? What's your experience with Web Accessibility? What does it mean a website is accessible? Keyboard navigation? Labels? These and more in today's episode. https://accessibility.day/ https://www.w3.org/WAI/ https://dynomapper.com/blog/27-accessibility-testing/273-wcag-the-web-content-accessibility-guidelines-explained Follow us…
  continue reading
 
What's your take on Web Components? What are the best use cases? Should you use them for regular AEM projects? What's the best thing about Web Components? Check out a performance comparison of different frameworks and techniques to create Web Components: https://webcomponents.dev/blog/all-the-ways-to-make-a-web-component/ Follow us: - Chucho Castañ…
  continue reading
 
Кира Кузьменко, основатель международного агентства NewHR и автор курса по поиску работы HelloNewJob, в гостях у Андрея Смирнова из Frontend Weekend. Avito QA meetup #1 на ютуб-канале AvitoTech – https://clc.to/UZhdpg 00:00 Начало 00:42 Чем можешь быть известна моей аудитории? 01:24 Первый Avito QA meetup 02:26 Почему всё ещё интересно в IT и сколь…
  continue reading
 
Михаил Фесенко, Site Realibilty Engineer в компании Booking.com, в гостях у Андрея Смирнова из Frontend Weekend. Как нанимают инженеров в Авито – https://clc.to/GAZPZw 00:00 Начало 00:35 Чем можешь быть известен моей аудитории? 01:02 Доклад о найме инженеров в AvitoTech 01:57 Работа в букинге, повышения и компании в Амстердаме 07:12 Типичный рабочи…
  continue reading
 
Александр Ильин, программист на Кипре и автор популярного ютуб-блога про IT, в гостях у Андрея Смирнова из Frontend Weekend. Подборка про фронтенд-разработку на сайте AvitoTech: https://clc.to/uhKNoQ 00:00 Начало 01:04 Чем можешь быть известен моей аудитории? 01:23 Статьи про фронтенд-разработку от AvitoTech 02:13 Как и зачем пришёл в IT после 30 л…
  continue reading
 
Loading …

คู่มืออ้างอิงด่วน