본문 바로가기
닫기
필터

  • [Python] Shapely, Geopandas 사용시 발생하는 오류 해결방법

    somjang.tistory.com

    [Python] Shapely, Geopandas 사용시 발생하는 오류 해결방법

    Shapely를 활용하여 코드를 작성하고 실행하니 OSError: Could not find lib c or load any of its variants []. 위와 같은 오류가 발생하였습니다. 이후에 geopandas 에서도 AttributeError: 'LGEOS360' object..

    dracure

  • [Spring Boot] Spring Security 세션 인증 정책 예제

    wondongho.tistory.com

    [Spring Boot] Spring Security 세션 인증 정책 예제

    동시 세션 제어 이전 사용자 세션 만료 현재 사용자 인증 실패 @Override protected void configure(HttpSecurity http) throws Exception { // 세션 관리 기능 작동 http.sessionManagement() .maximumSessions(1..

    dracure

  • Spot Instance pricing history

    jybaek.tistory.com

    Spot Instance pricing history

    AWS에서 EC2를 제 돈 주고 쓰면 많이 손해입니다. 비용을 절약할 수 있는 몇 가지 방법이 있는데요, SP (Savings Plans) RI (Reserved Instances) Spot 이렇게 기본적으로 세 가지를 언급할 수 있겠습니다. 이번..

    dracure

  • [Thinking] Join vs 쿼리 나누기 🤔

    velog.io

    [Thinking] Join vs 쿼리 나누기 🤔

    join vs 쿼리 나누기

    dracure

  • 로컬 개발 환경에서 Tilt를 이용한 신속한 빌드/배포 :: 조은우 개발 블로그

    jonnung.dev

    로컬 개발 환경에서 Tilt를 이용한 신속한 빌드/배포 :: 조은우 개발 블로그

    Tilt 소개 Tilt는 개발자 로컬 환경에서 애플리케이션을 개발하고, 배포하는 반복 과정을 도와주는 도구이다.
    만약 로컬 환경에서 Kind나 Docker Desktop을 이용해 Kubernetes에서 실행되는 애플리케이션을 개발할 때 코드 수정부터 배포까지 반복적인 과정을 자동화해준다.
    Tilt는 코드가 변경되거나 Kubernetes의 리소스 매니페스트가 변경되는 것을 자동으로 감지해서 이 과정을 수행한다.
    보통은 터미널을 여러 개 띄워 놓고 다양한 명령어를 직접 실행시키면서, 출력 로그를 보고 개발하는 과정을 Tilt는 한 화면에서 모두 확인하고 처리할 수 있게 도와준다.

    dracure

  • [Programmers] N개의 최소공배수 (Python)

    somjang.tistory.com

    [Programmers] N개의 최소공배수 (Python)

    코딩 1일 1문제! 오늘의 문제는 N개의 최소공배수 입니다. 코딩테스트 연습 - N개의 최소공배수 두 수의 최소공배수(Least Common Multiple)란 입력된 두 수의 배수 중 공통이 되는 가장 작은 숫자를 의미합니다...

    dracure

  • Spring Security를 활용하여 JWT인증 구현하기

    hides.kr

    Spring Security를 활용하여 JWT인증 구현하기

    1. 개요 Spring boot을 사용하여 개발을 하다보면 인증에 관한 처리도 필수적으로 따라오게 된다. 관련하여 어떠한 방식을 채택할 지 많은 고민이 있겠지만 대다수가 Spring Security 프레임워크를 활용할 것이다...

    dracure

  • 머신러닝의 한계?

    kangmyounghun.blogspot.com

    머신러닝의 한계?

    Easy to analyze if you can arrange data

    dracure

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

    jusths.tistory.com

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

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

    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

  • 실제 웹사이트에서 Web Vitals 디버깅하기 :: Outsider's Dev Story

    blog.outsider.ne.kr

    실제 웹사이트에서 Web Vitals 디버깅하기 :: Outsider's Dev Story

    web.dev에 올라온 [Debug Web Vitals in the field](https://web.dev/debug-web-vitals-in-the-field/)의 번역이다. 해당 글에 명시된 [Creative Commons Attribution 4.0 라이센스](https://creativecommons.org...

    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

  • 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

  • AAC를 사용하여 MVVM Pattern을 구현한 안드로이드 앱 만들기

    medium.com

    AAC를 사용하여 MVVM Pattern을 구현한 안드로이드 앱 만들기

    🧐 What is MVVM

    hjunnn

라이브러리에 저장

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

닫기