잠시만 기다려 주세요.
파이스탁
2022. 11. 25.
이 동영상은 파이썬 클래스와 인스턴스에 대해 설명합니다. 본 동영상 시리즈는 "그림으로 배우는 파이썬 기초 문법" 책과 보시면 도움이 됩니다. 구매처 http://www.yes24.com/Product/Goods/116222404 https://www.aladin.co.kr/shop/wproduct.aspx?ItemId=306962788&start=slayer https://product.kyobobook.co.kr/detail/S000200455714 0:00 도입부 0:10 파이썬 클래스 1:47 클래스로부터 인스턴스생성 4:04 여러 인스턴스 생성 5:26 인스턴스에 데이터 넣기 7:32 객체 공간의 값에 접근하기
😉📔 강의 범위: 11장 날씨 애플리케이션 만들기 ⏳ 타임라인 ⏳ 00:00 11.1 날씨 애플리케이션 살펴보기 03:24 11장 나머지 강의 확인 방법 🔥🔥 11장의 나머지 강의는 카카오톡 수코딩 채널을 추가하시면 발송되는 웰컴 메세지에서 확인할 수 있습니다. http://pf.kakao.com/_xcLXxmG/friend 🔥🔥 🚧 본 강의는 [코딩 자율학습 Vue.js, 프런트엔드 개발 입문] 도서의 무료 강의입니다. 동영상의 내용은 책과 밀접하게 관련이 있어서 책 없이 보면 이해가 안될 수도 있습니다. 반드시 책과 함께 보는 것을 권장합니다. 🚧 [📖코딩자율학습 Vue.js 프런트엔드 개발 입문📖]은 온라인 서점에서 절찬 판매중입니다. 😉 🚀 Yes24: http://gilbut.co/c/24059327pS 🚀 교보문고: http://gilbut.co/c/24052540pO 🚀 알라딘: http://gilbut.co/c/24054695wl ------- 📎 예제소스 : https://github.com/gilbutITbook/080384 ------- ----- * 책을 보면서 궁금한 점이나 문의사항은 아래의 방법으로 문의할 수 있습니다. 1. [길벗 홈페이지 → 고객센터 → 1:1 문의] 2. 저자 이메일(sucoding@naver.com) 3. 수코딩 유튜브 무료 강의 영상 댓글 ---- ----- 🔥 수코딩 카카오톡 채널 친구 추가하고 10% 할인 쿠폰 받기 🔥 http://pf.kakao.com/_xcLXxmG/friend ----- #코딩자율학습 #vue #vuejs
2024. 8. 12.
Get access to my private courses 👉 https://dub.link/devcourse Thanks for watching! Please subscribe ❤️ Guillaume 👇 Read my adventures 👉 https://dub.link/newsletter Join my Discord 👉 https://dub.link/discord Book a coaching 👉 https://dub.link/guillaume Looking for a repository? 👉 https://dub.link/repos Visit my website 👉 https://dub.link/codewithg Install my package UserItem 👉 https://dub.link/useritem 💥 TOP VIDEOS Learn Nuxt 👉 https://dub.link/nuxt Learn Nextjs 👉 https://dub.link/next Learn Supabase 👉 https://dub.link/supabase ⚙️ • Theme that I use: VSCode Dark • VSCode Icons package: miguelsolorio.symbols • Snippets: my own, coming soon :) Thank you :) Guillaume
2024. 9. 19.
Live At: https://twitch.tv/ThePrimeagen Wanna Become a Backend Dev & Support me at the SAME TIME??? https://boot.dev/prime
2024. 8. 27.
What are cookies, sessions, and tokens? Most web servers use cookies to send the session-ID after you log in. 🔻 Click on SHOW MORE 🔻 So the server will store the session information in the database while you will only have the session id in a cookie, which is stored in the filesystem of your computer. Next time you request another page, your browser will automatically send a cookie containing your sessionId, which the server will check to see if it is valid. The session-ID is randomly generated and should be hard to guess. If you log out, the session will be deleted on the server, but also the server will instruct the browser to delete the cookie containing the session-ID. An alternative to this is to store information on the client and sign it. In this scenario, anyone holding the signature can quickly check if the data was manipulated or not. One way to do this is to use JSON Web Tokens (JWT tokens). Let's now assume that you want to install an app on your phone, which can help you with your finances and keep track of your spendings. What you don't want to do is to give your username and password to this app, which was not created by your bank. This is when access tokens are being used to grant access to your data. Technologies mentioned in this video: JWT Tokens: https://jwt.io/ OAuth, OAuth2: https://oauth.net/ OpenId: https://openid.net/ #cookies #sessions #tokens -- ⭐️ Additional explanation ⭐️ [1] In the example shown, the user transitioned from a not-logged-in state (one session id) to a logged-in state (new session id). This is why you see two cookies. Make sure you check the HTTP requests for the Set-Cookie and Cookie headers. [2] While both the Cookie/Set-Cookie and Authorization are headers, a browser will always treat the Cookie/Set-Cookie differently. If this was helpful and you want to support me create more videos like this one, please consider subscribing. 👉 http://www.youtube.com/channel/UCUUl_HXJjU--iYjUkIgEcTw?sub_confirmation=1 -- ⭐️ Video contents ⭐️ ⌨️ 00:00 - Login example with cookies ⌨️ 05:26 - Recap: cookies and sessions ⌨️ 06:06 - Token-based authentication ⌨️ 09:20 - Difference between tokens vs session cookie ⌨️ 11:00 - Conclusion -- ⭐️ 💬 I have a question. ⭐️ I do my best to answer all comments here on YouTube but I cannot make any guarantees. Please do not email me or contact me on other channels as I might not be able to answer. Sorry! -- ⭐️ 💡 I have a video idea ⭐️ Do you want me to create a video on a specific topic? Just fill out the form below: https://forms.gle/uWEzXFQ2viJtZtvZ7 -- ⭐️ 📩 Contact & Imprint ⭐️ 👉 Follow me on Twitter: https://twitter.com/vdespa 👉 Follow me on Medium: https://vdespa.medium.com/ 👉 Follow me on Facebook: https://www.facebook.com/Valentin-Despa-113038143438826 👉 Let's connect on LinkedIn: https://www.linkedin.com/in/vdespa/ http://vdespa.com/imprint
2023. 10. 19.
In this video you will learn installation of java jdk in windows 11 / 10 and you will learn how to set jdk JAVA_HOME path in environment variables. #java #jdk #development
2024. 10. 20.
Become a YT Members to get extra perks! https://www.youtube.com/@webdevcody/join My Products 🏗️ WDC StarterKit: https://wdcstarterkit.com 📖 ProjectPlannerAI: https://projectplannerai.com 🤖 IconGeneratorAI: https://icongeneratorai.com Useful Links 💬 Discord: https://discord.gg/4kGbBaa 🔔 Newsletter: https://newsletter.webdevcody.com/ 📁 GitHub: https://github.com/webdevcody 📺 Twitch: https://www.twitch.tv/webdevcody 🤖 Website: https://webdevcody.com 🐦 Twitter: https://twitter.com/webdevcody
2024. 8. 2.