https://tube.dianaband.info/videos/watch/356b564c-c26e-418b-8699-5b0e5588cbc4


FlexBox is an experimental Jetpack Compose container that lays out items in a single direction, dynamically resizing, wrapping, and aligning them to optimally fill the available space. We just launched new documentation for this feature last week:
https://developer.android.com/develop/ui/compose/layouts/adaptive/flexbox
Пример оптимизации интерфейса динамического списка в мобильном приложении, сделанном на 1С при помощи HTML + CSS
Добрый день! Хочу привести пример небольшой оптимизации интерфейса (frontend) мобильного приложения, сделанного на 1С. Разницу вы сами можете проверить, скачав приложение и переключив флаг в настройках "Оформление HTML".
https://habr.com/ru/articles/1002726/
#1с #мобильное_приложение #html #css #flexbox #frontend #backend

Добрый день! Хочу привести пример небольшой оптимизации интерфейса (frontend) мобильного приложения, сделанного на 1С. Разницу вы сами можете проверить, скачав приложение и переключив флаг в...
Curso de CSS Intermediário Gratuito da Codecademy
https://guiadeti.com.br/curso-css-intermediario-gratuito-codecademy/
#codecademy #css #cssgrid #cursogratuito #desenvolvimentoweb #flexbox #frontend #programacao #responsivo
https://guiadeti.com.br/curso-css-intermediario-gratuito-codecademy/?fsp_sid=816
So I saw a demo in the @codepen Spark and I liked the idea, but it was too JS-heavy for my taste, plus I would have preferred the rotation animations to be "hinged" around the top/ bottom edge depending on direction.
So I did it with pure #CSS on scroll https://codepen.io/thebabydino/pen/JoKqRjZ
cc @bramus
#cssScrollAnimation #scrollEffect #code #cssTransforms #cssTransform #css3D #3D #coding #frontend #cssLayout #web #dev #webDev #webDevelopment #cssGrid #cssFlex #flexbox #cssVariables #cssTransition
Understanding the Fundamentals of CSS Layout, by @polypane.app:
https://polypane.app/blog/understanding-the-fundamentals-of-css-layout/
[Item Flow 1부: CSS의 새로운 웹 구조 설정 방식
CSS의 새로운 웹 구조 설정 방식인 Item Flow가 제안되었습니다. 이 방식은 Masonry, Grid, Flexbox 레이아웃을 하나로 통합하여 item-direction, item-wrap, item-pack, item-slack 등의 새로운 프로퍼티를 도입합니다. 이는 웹 개발의 효율성을 높이고, 브라우저 간 호환성을 개선할 수 있는 중요한 변화입니다.
AI 에이전트가 3시간 만에 Flexbox를 구현하다: Agentic Loop 실전 사례
AI에게 코드를 한 번에 완벽하게 짜라고 요구하는 대신, 스스로 테스트하고 디버깅하며 개선할 수 있는 환경을 만들어주면 어떻게 될까요? 전문 개발자가 2주 걸린 작업을 AI 에이전트가 단 3시간 만에 완성한 실험 결과가 그 답을 보여줍니다. 사진 출처: Scott Logic Blog 소프트웨어 컨설팅 기업 Scott Logic의 Colin Eberhardt가 AI 에이전트의 'agentic loop' 능력을 테스트한 실험 결과를 […]