잠시만 기다려 주세요.
IGotAnOffer: Engineering
2024. 4. 26.
Watch an ex-Meta data engineer answer a typical Meta system design question: Design Instagram Book a coaching session with Karthik: https://igotanoffer.com/en/coach/karthik-2?utm_source=Youtube&utm_medium=eng-video&utm_campaign=karthik-instagram Chapters: 00:00 Intro 00:50 How would you design Instagram? 01:01 1. Clarifications and requirements 05:50 2. APIs 11:25 3. Metrics 22:27 4. Data Model 33:40 5. High-level design 41:25 6.1 Design storage 46:13 6.2 Design: upload/download 50:07 6.3 Design: newsfeed 57:02 6.4 Design: following 58:45 7. Bring it all together 1:01:22 Outro About us: IGotAnOffer is the leading career coaching marketplace ambitious professionals turn to for help at high-stakes moments in their career. Get a job, negotiate your salary, get a promotion, plan your next career steps - we've got you covered whenever you need us. Come and find us: https://igotanoffer.com/?utm_source=Youtube&utm_medium=eng-video&utm_campaign=karthik-instagram
[설명] 캐시(Cache)와 Redis. 스프링에도 적용해봅시다. [프로젝트해시태그] #server #spring [관련링크] https://github.com/ohhoonim/jdbc-query-dsl.git [챕터] 00:00 캐싱 04:39 Redis 입문 11:22 Redis 스프링 설정 14:24 RedisTemplate 17:55 스프링 Caching 27:09 스프링 Caching 데모 33:44 마무리
2024. 10. 5.
본 강의는 『이것이 취업을 위한 컴퓨터 과학이다 with CS 기술 면접』의 내용을 바탕으로 제작하였습니다. 👨🏫주요 강의 내용 CH 02 컴퓨터 구조 4. 메모리 - 메모리에 바이트를 밀어 넣는 순서: 빅 엔디안과 리틀 엔디안 ----- ✅어떤 내용을 다루고 있나요? • 컴퓨터 구조 • 운영체제 • 자료구조 • 네트워크 • 데이터베이스 ⠀ ★특별 제공★ + CS 기술 면접 질문 100제(도서 수록) + CS Note: https://csnote.net ⠀ ⠀ ✅누구를 위한 책인가요? • 기술 면접을 앞둔 취업 준비생 • 부족한 CS 지식을 보완하고 싶은 컴퓨터 공학 전공자 • 실무에 필요한 CS 개념을 체계적으로 정리하고 싶은 개발자 🔗도서 자세히보기: https://bit.ly/3XaghGC 🔗저자님께 질문하기: https://github.com/kangtegong/cs/issues #개발자 #취업 #기술면접 #CS지식 #컴퓨터과학 #컴퓨터구조 #메모리 #빅엔디안 #리틀엔디안
2024. 10. 24.
In this tutorial, I'll demonstrate two ways of updating styling of navbar on scroll. ✍️Full-Stack Roadmap: https://webdecoded.gumroad.com/l/full-stack 🏠Airbnb Tutorial: https://youtu.be/1kON7Q9MBak ✉️Check out DevForm: https://devform.vercel.app/ 🛤️Host your DB on Railway: https://railway.app?referralCode=rHmMH3 🐝Start your newsletter with Beehiiv: https://www.beehiiv.com/?via=judy 📚Quiz AI Application: https://www.youtube.com/watch?v=Oyd7pND0RYE 🗒️ AI Form Builder: https://www.youtube.com/watch?v=zzWypOl4JkY 👾Join my Discord: https://discord.gg/VGTVNvwReW ☕Support the channel: https://buymeacoffee.com/webdecoded5 🙆♂️ Order your own Memoji https://webdecoded.gumroad.com/l/weooa
2024. 6. 13.
Learn how to build and deploy a modern developer portfolio with animations using Next.js 14 and framer motion. Perfect for showcasing your web development skills! 🔗 Links ------------------------------- 💻 Demo animatedportfolio.vercel.app 🤑 Donate www.paypal.me/sylvaincodes 🌍 Github Repo github.com/sylvaincodes/portfolio_nextjs 🔴 Patrean www.patreon.com/sylvaincodes 🔔 Subscribe www.youtube.com/channel/UC1PZ... ++ Portfolio www.sylvaincodes.vercel.app Time Stamps 👇 00:00:00 — Intro 00:15:24 — Environment setup 00:16:47 — Project Folder Structure 00:23:10 — Optimization (SEO SMO) 00:40:40 — Setup KIT UI 01:52:00 — Landing Page 06:55:35 — Project page 07:38:00 — Blog page 08:28:30 — Contact page 08:47:18 — Test & Fixing bugs Tags: #nextjs14 #react #framer-motion #sylvaincodes #nextjs #tailwindcss #frontend #portfolio #nextjsportfolio #animation #nextjstutorial #nextjsfreecourse #next #reacttailwindcss #learnnextjs #fullstatck
2024. 5. 31.
In this tutorial I showed step by step how to build a fullstack voting system desktop app with Electron JS and Laravel I used the following technologies Electron Forge React JS ChartJS-React TypeScript Redux-Toolkit Laravel Laravel JWT for login Please subscribe to my YouTube channel it motivates me to do more tutorials like this Note: I later changed to HashRouter because BrowserRouter didn't work well Links Follow me on GitHub Link to the lesson files on GitHub The files for both the Electron JS app and the backend API are in the same repository but on different branches: Electron JS is on the main branch and the Laravel API is on the voting-api branch Electron JS files https://github.com/paulosabayomi/database-voting-system-with-electron-js-nd-laravel/tree/main Laravel files https://github.com/paulosabayomi/database-voting-system-with-electron-js-nd-laravel/tree/voting-api Electron JS documentation https://www.electronjs.org/docs/latest/ Electron Forge documentation https://www.electronforge.io/#creating-a-new-app Laravel https://laravel.com/docs/11.x/installation Laravel JWT https://laravel-jwt-auth.readthedocs.io/en/stable/quick-start/ Axios https://www.npmjs.com/package/axios React Router https://reactrouter.com/en/main/start/overview Hash router https://reactrouter.com/en/main/routers/create-hash-router Redux Toolkit https://redux-toolkit.js.org/introduction/getting-started TypeScript https://redux-toolkit.js.org/tutorials/typescript Bootstrap https://mdbootstrap.com/docs/react/getting-started/installation/ ChartJS https://www.chartjs.org/docs/latest/ CharJS React https://react-chartjs-2.js.org/ Electron Store https://www.npmjs.com/package/electron-store JWT decode https://www.npmjs.com/package/jwt-decode
2024. 5. 31.
------------------------------------------- [OJ TUBE 정보] ▷ 질문하는 곳 : https://cafe.naver.com/ojtube ▷ 매주 토요일 오후10시 뉴스 방송 진행 - 종료 시간에 매주 책 추첨 및 무료배송. ▷ 금 오후 8시 하이라이트 영상 업로드 ▷리눅스 커널 강의 인프런 오픈 https://inf.run/n47Uy ▷임베디드 강의 인프런 https://inf.run/WAbM 15만원 할인 쿠폰 : 17442-182d7818702b (쿠폰은 항상 최신 영상을 참조해주세요. 바뀔 수 있습니다.) ▷ 임베디드 유료 강의 (맛보기) https://www.youtube.com/watch?v=8JebKNKx6G4&list=PLz--ENLG_8TMQ1HKzZKiRkaeL4jeSYVsx ▷오제이 스토어 (임베디드 교육 물품, 자율 강의료, 자율 후원, 면접 피드백 서비스) https://smartstore.naver.com/oj-store -------------------------------------------
2024. 10. 12.