본문 바로가기
닫기
토픽 주제별 분류
서브토픽
필터

  • Golang - int slice를 역정렬하는 빠른 방법은?

    jusths.tistory.com

    Golang - int slice를 역정렬하는 빠른 방법은?

    Photo by Honey Fangs on Unsplash 아주 잡다한 테스트이다. 정수를 역정렬하는 방법은 크게 두 개가 떠오르는데 둘 중 어느게 더 빠른지 알고 싶었다. 전체 테스트코드 링크: https://github.com/nicewook/golan..

    dracure

  • Best use of Skinny Controller Fat Model in Laravel

    hafiqiqmal93.medium.com

    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…

    dracure

  • [BaekJoon] 15552번 : 빠른 A+B (Python)

    somjang.tistory.com

    [BaekJoon] 15552번 : 빠른 A+B (Python)

    코딩 1일 1문제! 오늘의 문제는 백준의 빠른 A+B입니다. 15552번: 빠른 A+B 첫 줄에 테스트케이스의 개수 T가 주어진다. T는 최대 1,000,000이다. 다음 T줄에는 각각 두 정수 A와 B가 주어진다. A와 B는 1 이상,..

    dracure

  • 검색 자동 완성 UI 만들기(With Vanilla JS) - p-iknow's devlog

    p-iknow.netlify.app

    검색 자동 완성 UI 만들기(With Vanilla JS) - p-iknow's devlog

    Vanila JS로 검색 자동완성 라이브러리를 만든다. 코드의 재사용을 고려하여 객체를 설계했고 설계과정에서 MVC 패턴을 적용했다. 사용자와 성능을 고려하여 debounce, throttle 등의 UI 제어 기술을 사용하였다.

    dracure

  • [JS]디바운스와 쓰로틀

    velog.io

    [JS]디바운스와 쓰로틀

    올 해 초에 경험 삼아 프로그래머스의 코딩 및 과제 테스트를 봤습니다. 지금까지 공부해온 길이 맞는지 글고 부족한 점이 무엇인지에 대해 알고 싶었고 결과적으로 부족한 부분이 아주 많았고 그것을 느끼게 해준 점 하나가 바로 디바운스입니다. debounce 기법을 사용하여

    dracure

  • Swift: Custom Camera Like Snapchat (2021, Xcode 12, AVFoundation) - iOS Development

    youtube.com

    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

    hjunnn

  • Flutter NoSQL 데이터베이스 Hive

    youtube.com

    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

    hjunnn

  • 2019 Web Development Tutorials For Beginners

    11

    youtube.com

    2019 Web Development Tutorials For Beginners

    hjunnn

  • Laravel Livewire Load More Example

    nicesnippets.com

    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

    dracure

  • Livewire을 이용하여 사이트 만든 후기 - GGAMI.NET

    ggami.net

    Livewire을 이용하여 사이트 만든 후기 - GGAMI.NET

    이번에, 부동산관련해서 알아보다보니… 계산기 사이트 만들면 좋겠다 싶어서 https://finz.co.kr/ 을 만들었다… 이렇게 만들면서 Laravel + Livewire + Alpine.js 을 이용했다.(아 물론, 이거말고 다른 사이트에도 적용해서...

    dracure

  • Laravel: When to Use Dependency Injection, Services and Static Methods – Quick Admin Panel

    blog.quickadminpanel.com

    Laravel: When to Use Dependency Injection, Services and Static Methods – Quick Admin Panel

    dracure

  • phabloraylan/lumen-middleware-trim-or-convert-strings

    github.com

    phabloraylan/lumen-middleware-trim-or-convert-strings

    Dealing with Spaces in Form Inputs using Middleware in Lumen. - phabloraylan/lumen-middleware-trim-or-convert-strings

    dracure

  • Swift: Delegate Pattern & View Actions (2021, Xcode 12, Swift 5) - iOS Development

    youtube.com

    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

    hjunnn

  • Swift: MVVM Bindings Pattern (2021, Xcode 12, Swift 5, Architecture) - iOS Development

    youtube.com

    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

    hjunnn

  • Laravel Beginner tutorial | Laravel Service Provider

    youtube.com

    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!

    dracure

라이브러리에 저장

좋아하는 강좌들을 수집하고 관리하고 공유하세요

닫기