잠시만 기다려 주세요.
Lazy TechNo
2024. 9. 27.
In this video, we enhance our previous Flutter app where we manually entered latitude and longitude for the destination location and drew a polyline from the current user location. This time, you'll learn how to input pickup and destination locations by name, just like Google Maps, and receive location suggestions—without using the paid Google Places API! 🔗 Previous video: https://bit.ly/directionapi 🔗 Draggable Markers video: https://bit.ly/draggablemarkersvideo 🔗 Source Code: https://payhip.com/b/C1kZu 🔗 Watch Flutter Maps Linux: https://bit.ly/flutterlinuxmapvideo Here’s what you'll learn: 🔹 Typing location names to get auto-suggestions. 🔹 Automatically updating pickup and destination locations. 🔹 Drawing polylines and calculating distances between locations. 🔹 How to replace the Google Places API with free alternatives like OpenStreetMap and Nominatim. By the end of this video, you’ll have a fully working solution without any paid API! If you encounter any issues, feel free to leave a comment, and I'll be happy to assist. 🎥 Watch till the end to see how it all works, and don't forget to like, subscribe, and turn on notifications for more updates! 👍 ✅ Error Fixing & Adding Features: https://bit.ly/3RoJLdL ✅ Flutter Tutorials: 👉 Flutter Coffee App: https://bit.ly/coffeeappvideolist 👉 Flutter Complete Project Idea to Selling: https://bit.ly/3Xp1aJj 👉 Flutter The Ultimate Course: https://bit.ly/3J6A9Ds 👉 Flutter Web Hosting Firebase: https://bit.ly/3Jkyus9 👉 Flutter Map Uber Style: https://bit.ly/3IZTnZH 👉 Flutter 3 Phone Auth: https://bit.ly/3OzdGyn 👉 Flutter Getx Navigation Management: https://bit.ly/3cZ2UnP 👉 Flutter Firebase Search Query: https://bit.ly/3wyqBe8 👉 Retrieve Facebook Friends https://bit.ly/3Ii137C 👉 Flutter Facebook Auth Update: https://bit.ly/3t56P8f 👉 Flutter Appodeal Ads https://bit.ly/3EXlmWf 👉 Send Notification TO Topic: https://bit.ly/3akUJxW 👉 Flutter FCM Updated: https://bit.ly/2Qfc0Bz 👉 Multi Image TO PDF: https://bit.ly/2PwP5Bp 👉 Flutter YouTube Video Player: https://bit.ly/3q7Yj4D 👉 Flutter Text Recognition: https://bit.ly/3n9mXj0 👉 Flutter Face Detection: https://bit.ly/38GBi17 👉 Flutter AdMob Ads: https://bit.ly/36xTLNt 👉 Flutter Facebook Login: https://bit.ly/3orDeAH 👉 Flutter Firebase Storage: https://bit.ly/3fOpBIC 👉 Flutter Notifications: https://bit.ly/33lmTWe 👉 Flutter Phone Authentication: https://bit.ly/3nM4rhb 👉 Flutter Alarm Manager: https://bit.ly/398tjLZ 👉 Flutter Photo App Project: https://bit.ly/3jWKeCT 👉 Flutter Circular Profile: https://bit.ly/33Bh47C 👉 Flutter Like System: https://bit.ly/33Dg2rL 👉 Subscribe Here: https://bit.ly/2Q0MZqw 👋 Follow me on social media: Facebook: https://www.facebook.com/lazytechno Instagram: https://www.instagram.com/lazytechno_ig LinkedIn: https://www.linkedin.com/company/lazytechno GitHub: https://github.com/AmanullahGit
#AWS #AWS강연 #클라우드 #현대화 #생성형 AI #온라인컨퍼런스 AWS Innovate – Migrate. Modernize. Build 특집 가장 최신의 AWS 기술을 만나볼 수 있는 무료 온라인 컨퍼런스! 지금 바로 등록하세요! 일정 : 2024년 9월 26일 (목) 1회차: 09시~12시 2회차: 14시~17시 3회차: 19시~22시 위 회차는 가능한 시간대 선택해서 들으실 수 있고, 반복해서 들으실 수 있습니다. 신청 링크 : https://bit.ly/3TbL5UO
2024. 9. 4.
최근 급부상하는 모바일 앱 보호의 중요성! NHN AppGuard 하나로 완벽하게 대응할 수 있습니다.😃 NHN의 노하우가 담긴 소스 코드 난독화, 앱 위변조 방지, 게임 엔진 보호 등 앱 보안에 필요한 모든 기능을 간편하게 이용해 보세요. NHN AppGuard 더 알아보기 👉 https://nh.nu/rtwgT [☁️ NHN Cloud와 함께 하세요] ▷ 웹사이트: https://www.nhncloud.com ▷ 네이버 블로그: https://blog.naver.com/nhncloud_official ▷ 페이스북: https://www.facebook.com/NHNCloud/ ▷ 링크드인 : https://www.linkedin.com/company/nhncloud ▷ 밋업(기술 블로그): https://meetup.nhncloud.com/ #NHNCloud #NHNAppGuard #AppGuard #앱가드 #앱보안 #모바일앱보안 #앱보안솔루션 #안드로이드앱보안 #iOS앱보안 #모바일게임보안솔루션 #게임앱보안 #게임보안 #앱위변조탐지 #해킹툴탐지 #부정행위방지
2024. 8. 25.
해당 영상은 Spring boot - Mail, OAuth2.0를 활용하여 이메일 인증 및 SNS 로그인을 하는 방식에 대한 간단한 방식을 소개하고 있습니다. Spring boot 3 + Reactjs(ts) + MySQL 을 사용한 방식이며 아이디 중복체크, 이메일 인증, 이메인 인증 번호 확인, 회원가입, 로그인 API + OAuth2.0 활용 SNS 로그인을 진행합니다. 간단한 프론트엔드 구현과 데이터베이스 구현이 포함되어 있습니다. 기본적인 사용방법과 틀만 재공하기 때문에 학습시 응용하여 새로운 프로젝트를 만들어보시면 더 좋은 학습효과를 보실 수 있습니다. ########## application.properties ########## # Kakao OAuth 설정 spring.security.oauth2.client.registration.kakao.client-id=클라이언트아이디 spring.security.oauth2.client.registration.kakao.client-secret=시크릿키 spring.security.oauth2.client.registration.kakao.redirect-uri={baseUrl}/oauth2/callback/{registrationId} spring.security.oauth2.client.registration.kakao.authorization-grant-type=authorization_code spring.security.oauth2.client.registration.kakao.client-authentication-method=client_secret_post spring.security.oauth2.client.registration.kakao.scope=profile_nickname # Kakao OAuth2 프로바이더 설정 spring.security.oauth2.client.provider.kakao.authorization-uri=https://kauth.kakao.com/oauth/authorize spring.security.oauth2.client.provider.kakao.token-uri=https://kauth.kakao.com/oauth/token spring.security.oauth2.client.provider.kakao.user-info-uri=https://kapi.kakao.com/v2/user/me spring.security.oauth2.client.provider.kakao.user-name-attribute=id # Naver OAuth 설정 spring.security.oauth2.client.registration.naver.client-id=클라이언트아이디 spring.security.oauth2.client.registration.naver.client-secret=시크릿키 spring.security.oauth2.client.registration.naver.redirect-uri={baseUrl}/oauth2/callback/{registrationId} spring.security.oauth2.client.registration.naver.authorization-grant-type=authorization_code spring.security.oauth2.client.registration.naver.scope=email # Naver OAuth2 프로바이더 설정 spring.security.oauth2.client.provider.naver.authorization-uri=https://nid.naver.com/oauth2.0/authorize spring.security.oauth2.client.provider.naver.token-uri=https://nid.naver.com/oauth2.0/token spring.security.oauth2.client.provider.naver.user-info-uri=https://openapi.naver.com/v1/nid/me spring.security.oauth2.client.provider.naver.user-name-attribute=response ########## application.properties ########## Instagram : seotar_mong API 명세서 노션 링크 https://prickle-textbook-12d.notion.site/Rental-Housing-Price-Service-REST-API-2d636038734d453d98086a131b884670?pvs=4
2024. 1. 14.
AI 비트코인 투자 자동화 강의 보러가기 (1~5강 무료) https://youtu.be/EOnaOpZy9ew?si=fyglKbkL5QY41RyT 실시간 GPT 투자 현황 지켜보기 http://3.35.214.209:8501 매주 최신 AI 뉴스를 전달드립니다 ✅ 조코딩과 코딩 공부하기 https://jocoding.net/ 👉 조카소 - 자막/번역/더빙 AI, 사진 AI 등 https://jocasso.codemafia.io 📰영상 속 소식 모아보기 Meta Movie Gen https://ai.meta.com/research/movie-gen/ https://www.aitimes.com/news/articleView.html?idxno=163947 https://twitter.com/mushfiq_sajib/status/1842520753134313629 Flux 1.1 Pro 업그레이드 https://blackforestlabs.ai/announcing-flux-1-1-pro-and-the-bfl-api/ https://artificialanalysis.ai/text-to-image/arena https://twitter.com/minchoi/status/1842592291753787896 https://www.aitimes.com/news/articleView.html?idxno=163930 피카, 'AI 특수 효과' 동영상 모델 출시 https://www.aitimes.com/news/articleView.html?idxno=163880 https://pika.art/my-library OpenAI DevDay 소식 정리 https://news.hada.io/topic?id=17049 https://www.aitimes.com/news/articleView.html?idxno=163868 https://openai.com/index/introducing-the-realtime-api/ https://twitter.com/tsarnick/status/1841229808510042356 https://twitter.com/sawyerhood/status/1842225025501553044 https://twitter.com/nickscamara_/status/1842243883842904529 https://openai.com/index/introducing-vision-to-the-fine-tuning-api/ https://openai.com/index/api-prompt-caching/ https://openai.com/index/api-model-distillation/ 구글 듀플렉스 AI 미용실 예약 데모 https://www.youtube.com/watch?v=D5VN56jQMWM 오픈AI "내년에는 AI 에이전트가 주류될 것" https://www.aitimes.com/news/articleView.html?idxno=163910 오픈AI, '챗GPT 캔버스' 출시 https://www.aitimes.com/news/articleView.html?idxno=163923 https://openai.com/index/introducing-canvas/ 오픈AI, Sora 핵심 연구원 퇴사 https://x.com/_tim_brooks/status/1841982327431561528 오픈AI, 208조 가치로 8.8조 투자 마무리 https://www.aitimes.com/news/articleView.html?idxno=163905 오픈AI 40억 달러 대출로 100억 달러 유동성 확보 https://n.news.naver.com/mnews/article/025/0003391060 MS, '코파일럿' AI 음성 비서 업그레이드 https://www.aitimes.com/news/articleView.html?idxno=163874 https://www.microsoft.com/en-us/microsoft-copilot/blog/2024/10/01/introducing-copilot-labs-and-copilot-vision/ https://blogs.windows.com/windowsexperience/2024/10/01/new-experiences-coming-to-copilot-pcs-and-windows-11/ 동영상도 음성으로 질문 가능하다 https://n.news.naver.com/mnews/article/421/0007824121 https://www.aitimes.com/news/articleView.html?idxno=163920 https://blog.google/products/ads-commerce/google-lens-ai-overviews-ads-marketers/ Gemini 1.5 Flash-8B 업데이트 https://developers.googleblog.com/en/gemini-15-flash-8b-is-now-generally-available-for-use/ Claude 자동 RAG 업데이트 https://twitter.com/testingcatalog/status/1842291626049188330 Ray-Ban 스마트 안경 활용한 ‘인간 스카우터’ https://n.news.naver.com/mnews/article/011/0004398723 https://www.aitimes.com/news/articleView.html?idxno=163912 https://x.com/AnhPhuNguyen1/status/1840786336992682409 취업도 자동화하는 시대? https://twitter.com/rohanpaul_ai/status/1842712127556956230 엔비디아, 프론티어 모델 경쟁에 합류 https://www.aitimes.com/news/articleView.html?idxno=163873 AMD, 최초의 sLM 'AMD-135M' 오픈 소스 출시 https://www.aitimes.com/news/articleView.html?idxno=163913 리퀴드 AI, ‘액체 신경망’ 기반 트랜스포머 대안 모델 출시 https://www.aitimes.com/news/articleView.html?idxno=163900 MIT 경제학자, "10년간 AI에 영향받을 직업은 5% 불과?” https://www.aitimes.com/news/articleView.html?idxno=163929 https://www.mk.co.kr/news/special-edition/6219127 https://www.fntoday.co.kr/news/articleView.html?idxno=166950 🕖목차 00:00 Meta Movie Gen 02:05 Flux 1.1 Pro 업그레이드 03:27 피카, 'AI 특수 효과' 동영상 모델 출시 04:06 OpenAI DevDay 소식 정리 08:35 오픈AI "내년에는 AI 에이전트가 주류될 것" 08:56 오픈AI, '챗GPT 캔버스' 출시 10:55 오픈AI, Sora 핵심 연구원 퇴사 11:07 오픈AI, 208조 가치로 8.8조 투자 마무리 11:17 오픈AI 40억 달러 대출로 100억 달러 유동성 확보 11:26 MS, '코파일럿' AI 음성 비서 업그레이드 12:07 코파일럿 윈도우 사용 데모 12:28 동영상도 음성으로 질문 가능하다 12:49 Gemini 1.5 Flash-8B 업데이트 13:07 Claude 자동 RAG 업데이트 13:40 Ray-Ban 스마트 안경 활용한 ‘인간 스카우터’ 14:25 취업도 자동화하는 시대? 14:43 엔비디아, 프론티어 모델 경쟁에 합류 15:04 AMD, 최초의 sLM 'AMD-135M' 오픈 소스 출시 15:13 리퀴드 AI, ‘액체 신경망’ 기반 트랜스포머 대안 모델 출시 15:41 MIT 경제학자, "10년간 AI에 영향받을 직업은 5% 불과?” 16:17 비트코인 투자 자동화 현황 16:45 VVIP 감사인사 VVIP 멤버십 후원 빵쌤의 알고리즘님, 그림자그림자님, 라다님, 차딩Chading TV님, prochild님, turtleday터틀데이님, AI Beauty Artist님, eyuri chi님, 정진균님, Tae hwan Kim님, 콜로라도님, 엠이에스코리아님, TIPICE님, Byung Ahn님, 올소리님 감사드립니다. https://www.youtube.com/@jocoding/join #개발자 #프로그래머 #ai #it #뉴스 #ai뉴스 #it뉴스 #소식 #업데이트 #메타 #영상 #생성 #무비젠 #moviegen #이미지 #Flux #flux1.1pro #피카 #pika #특수효과 #CG #openai #오픈ai #gpt #gpt4o #devday #오픈ai #캔버스 #코드 #코딩 #글쓰기 #에이전트 #sora #소라 #연구진 #퇴사 #핵심 #가치 #투자 #대출 #ms #microsoft #마소 #코파일럿 #copilot #제미나이 #gemini #claude #클로드 #rag #rayban #스마트안경 #스카우터 #취업 #자동화 #엔비디아 #nvidia #llm #오픈소스 #AMD #온디바이스 #액체신경망 #MIT #경제학자 #예측
2024. 10. 7.
In this video we are going to explore how to process multiple input files from a directory as a single unit of work. For example: Our business team provides daily reports which are composed by multiple files and for every single dat we need to process all the files as one atomic operation. In that case we are going to use different approaches that spring batch offers to us. We are going to use also Virtual threads in order to process it concurrently to boost the performance. #Springbatch #springbatchjson #springbatchtest #springboot
2024. 1. 30.
Join this channel to get access to perks: https://www.youtube.com/@aicodeking/join -------- In this video, I'll be telling you that how you can create a new and 100% free coding copilot / assistant with Twinny, ShellGPT & the New Opensource Hermes-3 which is a Llama-3.1 based Fine-tuned Model. This new Hermes-3 model is providing a free API through OpenRouter which we'll use to make a fully free copilot. This Hermes-3 based copilot is fully opensource, free and better than Github's Copilot & every other local, opensource copilot I have ever seen. This Github Copilot alternative can work even without the need of GPUs which is really amazing. This alternative can also be used with any opensource LLM, OpenAI models or the other Claude models such as Llama-3.1, GPT-4O-Mini, Claude-3.5 Sonnet, GPT-4O, Claude-3, CodeQwen, Mixtral 8x22b, Mixtral 8x7b, GPT-4, Grok-1.5 & Gemini Code Assist. ------ Key Takeaways: 🔥 Unlock Free AI Power: Discover how to use Nous Hermes 3 model for free, an advanced version of Llama 3.1, ideal for coding and development! 🚀 Revolutionary AI for Developers: Learn how to access the powerful Hermes 3 405b model and integrate it seamlessly into your development workflow! 💻 Boost Productivity: Use ShellGPT and ContinueDev to create an unstoppable coding copilot that enhances your productivity with uncensored AI assistance. 🎯 Perfect Autocomplete Solution: Find out how Qwen2 1.5b model improves your coding speed with smooth, on-device autocomplete—no lag, just results! 🔗 Simple API Integration: See how easy it is to configure the OpenRouter API for free, allowing you to harness cutting-edge AI models in real-time. 💡 Fully Uncensored AI: Experience fully uncensored, high-quality AI models for code generation and chat-based copilot assistance, no restrictions! 📈 Maximize Your Coding Potential: Leverage the best AI tools for free before the API limits kick in—take advantage of this opportunity now! ----- Timestamps: 00:00 - Introduction 00:14 - About Hermes-4 and Free API 01:28 - ContinueDev + Hermes-3 + OpenRouter + ShellGPT 02:21 - Installation 07:33 - Ending
2024. 8. 18.