개발/토막난 상식(243)
-
내가 모은다는거는 다른 누군가도 모으고 있다 (디자인 모음)
디자인 사이트 모음https://velog.io/@ewaterbin/%EA%B0%9C%EB%B0%9C%EC%9E%90%EA%B0%80-%EB%94%94%EC%9E%90%EC%9D%B8-%ED%95%A0-%EB%95%8C-%EC%B0%B8%EA%B3%A0%ED%95%98%EB%A9%B4-%EC%A2%8B%EC%9D%84-%EC%82%AC%EC%9D%B4%ED%8A%B8-%EB%AA%A8%EC%9D%8C%EC%A7%91 👀 개발자를 위한 디자인 아카이빙Components, colors, fonts, UI/UX 레퍼런스, 인터렉션, 웹빌더, 3D, Mockup, 일러스트 등등 계속 업데이트 예정velog.io
2025.01.22 -
OuterLayout 지양 근거
function OuterLayout({ children }) { return ( {children} );}function HomePage() { return ( Home Page Content );}function AboutPage() { return ( About Page Content );}// Header, Sidebar, Footer가 모든 페이지에서 항상 렌더링function OuterLayout({ children, showSidebar }) { return ( {showSidebar && } {children} );}fun..
2025.01.13 -
2024년도 연말정산! 외국인 기준 JS 설문 조사
https://2024.stateofjs.com/en-US State of JavaScript 2024Let's take a second to consider something: 2024's top three front end framework were all launched over a decade ago. Now sure, all three have evolved a lot along the way, and the patterns of 2014 would seem downright antiquated today. But given the JavaScr2024.stateofjs.com올해는 일찍 나왔습니다
2024.12.18 -
깃허브 2fa 인증 & 삼성 계정을 사용할 수 없음 애러 (255) 해결
https://github.blog/news-insights/product-news/raising-the-bar-for-software-security-github-2fa-begins-march-13/ Raising the bar for software security: GitHub 2FA begins March 13On March 13, we will officially begin rolling out our initiative to require all developers who contribute code on GitHub.com to enable one or more forms of two-factor authentication (2FA) by the end of 2023. Read on to ..
2024.12.17 -
<a> 심화편 noopener noreferrer
https://mathiasbynens.github.io/rel-noopener/#recommendations About rel=noopener0m6 you’ve been h4ck3d!!1one!shift!!!1 💩 About rel=noopener What problems does it solve? 2021 update: Browsers now implicitly set rel=noopener for any target=_blank link, following a spec change. If the demo on this page no longer seems scary, congratmathiasbynens.github.io rel="noopener noreferrer"를 사용하는 주요 이유는..
2024.12.11 -
ReferenceError: module is not defined
로컬에서는 정상 작동 하지만 도커 파일 빌드시 ERROR [build 5/5] RUN yarn build ReferenceError: module is not definedat file:///app/tailwind.config.js:2:1 해결방법 >> node ver 업그레이드 하니까 해결됨 원인: 아마도 4.0 ver 은 에러가 아닌 warning 도 애러처리하는 문제가 있을것으로 예상
2024.12.10 -
AI 웹에서 활용 사례
https://developers.googleblog.com/en/web-ai-summit-2024-recap/?utm_source=substack&utm_medium=email Web AI Summit 2024 Recap: Client-Side AI for Developers- Google Developers BlogGoogle's first ever summit for developers using AI on the client side On 18th October, 2024, Google hosted the very first Web AI Summit to bring together top minds from around the world working with machine learning mod..
2024.12.05 -
FE 디자인 관련 ui ux 좋은글
https://velog.io/@hyounglee/uxuiforfe (번역) 프론트엔드 개발자를 위한 UXUI 디자인 기초유저 인터페이스를 만드는데, 이건 알고 있어야지!velog.io
2024.12.05 -
개발자 ide 폰트 월드컵
https://www.codingfont.com/?utm_source=substack&utm_medium=email https://www.codingfont.com/?utm_medium=email&utm_source=substack www.codingfont.com 여기서 고를수 있다
2024.12.04 -
state of frontend 2024 (fe 통계)
https://tsh.io/state-of-frontend/?utm_source=substack&utm_medium=email The State of Frontend 2024Based on surveys filled in by 6028 developers from 139 countries, the State of Frontend 2024 is supported by 23 expert commentaries about frontend trends and the future.tsh.io
2024.12.04