Golang - int slice를 역정렬하는 빠른 방법은?
Photo by Honey Fangs on Unsplash 아주 잡다한 테스트이다. 정수를 역정렬하는 방법은 크게 두 개가 떠오르는데 둘 중 어느게 더 빠른지 알고 싶었다. 전체 테스트코드 링크: https://github.com/nicewook/golan..
Best use of Skinny Controller Fat Model in Laravel
Bloating codes in single place would be devastating. It would be tons of duplication and unreadable codes which give your code maintainer…
[BaekJoon] 15552번 : 빠른 A+B (Python)
코딩 1일 1문제! 오늘의 문제는 백준의 빠른 A+B입니다. 15552번: 빠른 A+B 첫 줄에 테스트케이스의 개수 T가 주어진다. T는 최대 1,000,000이다. 다음 T줄에는 각각 두 정수 A와 B가 주어진다. A와 B는 1 이상,..
검색 자동 완성 UI 만들기(With Vanilla JS) - p-iknow's devlog
Vanila JS로 검색 자동완성 라이브러리를 만든다. 코드의 재사용을 고려하여 객체를 설계했고 설계과정에서 MVC 패턴을 적용했다. 사용자와 성능을 고려하여 debounce, throttle 등의 UI 제어 기술을 사용하였다.
Swift: Custom Camera Like Snapchat (2021, Xcode 12, AVFoundation) - iOS Development
In today’s video we will learn to create a custom camera like the ones used in Snapchat, Instagram, or TikTok in swift 5 and Xcode 12. We will work with AVFoundation, capture devices, inputs, and outputs to learn to take a photo and show it in our UI from scratch (programmatically).
#swift #snapchat #customCamera
** Like my teaching style? Check out some of my most popular courses!
https://courses.iosacademy.io
Join this channel to get access to perks, code, groups, and more:
Building Instagram: https://courses.iosacademy.io/p/build-instagram-swift-5-uikit-2021
Building TikTok: https://www.youtube.com/channel/UCnksRRifsSCGUZpQukUKAyg/join
SwiftUI for Beginners: https://ios-academy.teachable.com/p/swiftui-for-beginners
Join the iOS Academy Community: https://iosacademy.io/
** Get Skillshare free for 2 Months and learn iOS
https://www.skillshare.com/r/user/afraz
** Manage all your investments from app earnings on Betterment!
https://bit.ly/3eBwlI9
** Grow your own Youtube tech channel with TubeBuddy:
https://www.tubebuddy.com/iosacademy
Flutter NoSQL 데이터베이스 Hive
Flutter 의 NoSQL 데이터베이스인 Hive 에 대한 강의입니다.
[이메일 문의]
withj1123@gmail.com
[GitHub]
https://github.com/serendipity1004/flutter-tutorial-v2
[슬랙 채널]
도움이 필요하시면 슬랙 채널로 문의 주세요!
최대한 빠르게 초대를 보내드리겠습니다!
슬랙 초대 요청 링크 - https://forms.gle/xBwuE12spfVdUPdn6
[카카오 채널]
카카오 채널은 잡담용 채널입니다. 코드 또는 강의에 대한 문의는 슬랙 채널을 이용해주세요.
링크 - https://open.kakao.com/o/gg2S2GBc
[페이스북]
링크 - https://www.facebook.com/codefactorykorea
Laravel Livewire Load More Example
laravel livewire load more, load more with scroll laravel livewire, laravel livewire load more with scroll, load more using livewire, load more with scroll using livewire, load more using livewire in laravel
Laravel: When to Use Dependency Injection, Services and Static Methods – Quick Admin Panel
phabloraylan/lumen-middleware-trim-or-convert-strings
Dealing with Spaces in Form Inputs using Middleware in Lumen. - phabloraylan/lumen-middleware-trim-or-convert-strings
Swift: Delegate Pattern & View Actions (2021, Xcode 12, Swift 5) - iOS Development
In today’s video we will learn how to use delegates and protocols to communicate between view actions and other objects (most commonly controllers). This pattern is a pillar of iOS Development and Swift that every iOS Developer should master. We will work with Swift 5 and Xcode 12 to go through our real world example.
#swift #delegate #pattern
** Like my teaching style? Check out some of my most popular courses!
https://courses.iosacademy.io
Join this channel to get access to perks, code, groups, and more:
Building Instagram: https://courses.iosacademy.io/p/build-instagram-swift-5-uikit-2021
Building TikTok: https://www.youtube.com/channel/UCnksRRifsSCGUZpQukUKAyg/join
SwiftUI for Beginners: https://ios-academy.teachable.com/p/swiftui-for-beginners
Join the iOS Academy Community: https://iosacademy.io/
** Get Skillshare free for 2 Months and learn iOS
https://www.skillshare.com/r/user/afraz
** Manage all your investments from app earnings on Betterment!
https://bit.ly/3eBwlI9
** Grow your own Youtube tech channel with TubeBuddy:
https://www.tubebuddy.com/iosacademy
Swift: MVVM Bindings Pattern (2021, Xcode 12, Swift 5, Architecture) - iOS Development
In today’s video we will learn to implement bindable view models in the MVVM design pattern for iOS. We will work in Xcode and Swift 5 with no third party dependencies. The goal here to is to update our UI as a result of data and view model changes.
#swift #mvvm #bindings
** Like my teaching style? Check out some of my most popular courses!
https://courses.iosacademy.io
Join this channel to get access to perks, code, groups, and more:
Building Instagram: https://courses.iosacademy.io/p/build-instagram-swift-5-uikit-2021
Building TikTok: https://www.youtube.com/channel/UCnksRRifsSCGUZpQukUKAyg/join
SwiftUI for Beginners: https://ios-academy.teachable.com/p/swiftui-for-beginners
Join the iOS Academy Community: https://iosacademy.io/
** Get Skillshare free for 2 Months and learn iOS
https://www.skillshare.com/r/user/afraz
** Manage all your investments from app earnings on Betterment!
https://bit.ly/3eBwlI9
** Grow your own Youtube tech channel with TubeBuddy:
https://www.tubebuddy.com/iosacademy
Laravel Beginner tutorial | Laravel Service Provider
Laravel Service Provider Explained so easily
What is the service providers? What is the use of Service Provider?
Full course at https://bitfumes.com/courses/laravel/laravel-for-beginner-from-download-to-deploy
Check https://bitfumes.com For ads free and more advanced courses
Join Our Slack Community - https://goo.gl/pqCjZH
==================FOLLOW ME ==================
Subscribe for New Releases!
Twitter - https://twitter.com/bitfumes
Facebook - https://www.facebook.com/Bitfumes/
Instagram - https://www.instagram.com/bitfumes/
(ask me questions!)
--- QUESTIONS? ---
Leave a comment below and I or someone else can help you.
For quick questions you may also want to ask me on Twitter, I respond almost immediately.
Email me support@bitfumes.com
Thanks for all your support!