분류 전체보기(525)
-
내가 모은다는거는 다른 누군가도 모으고 있다 (디자인 모음)
디자인 사이트 모음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 -
임금 밀리는 회사인지 확인하는 방법
https://www.moel.go.kr/info/defaulter/defaulterList.do 고용노동부체불사업주 명단공개 고용노동부는 공개 기준일(매년 8월 31일)이전 3년 이내 임금등을 체불하여 2회 이상 유죄가 확정된 자로서 기준일 이전 1년 이내 임금 등의 체불 총액이 3천만원 이상인 체www.moel.go.kr 국가에서 공개해준다
2025.01.13 -
2024 코딩 종합 feat-WakaTime 상위 3% 개발자
하루 평균 4시간이면 생각보다 적다 (순수한 코딩량) 올해는5시간 목표로 가즈아!
2025.01.06 -
개발자가 성장하면 세상이 성장한다. 잔디 기부
https://hanghae99.spartacodingclub.kr/campaign/41793830 개발자 커리어 개척 캠프 항해99 | 잔디 기부 캠페인세상의 성장에 기여하세요hanghae99.spartacodingclub.kr 항해99에서 잔디 기부 캠패인을 진행합니다잔디 기부 하세요! 213개 기부 완료! 다들 잔디 기부 하세요
2024.12.19 -
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