본문 바로가기

찾아봐야하는것

[찾아봐야하는것] - 2024.01 찾아봐야 하는 키워드 & 읽어봐야하는 포스팅

반응형

DB

캘린더 DB 구조

https://www.sqlshack.com/designing-a-calendar-table/

 

Designing a Calendar Table

In this article we will explore a need in reporting to aggregate or return data that is crunched based on date attributes.

www.sqlshack.com

https://www.vertabelo.com/blog/a-database-model-to-manage-appointments-and-organize-schedules/

 

A Database Model to Manage Appointments and Organize Schedules

Today’s most popular services may well be the ones where people sell their time. Many of these services are largely based on human contact: psychologists, tutors, dentists, hairdressers, etc. In these professions, the saying that“Time is money” is li

vertabelo.com

 

ParadeDB 

Postgres를 기반으로 구축된 ElasticSearch 대안

https://github.com/paradedb/paradedb

 

GitHub - paradedb/paradedb: PostgreSQL for Search

PostgreSQL for Search. Contribute to paradedb/paradedb development by creating an account on GitHub.

github.com

모든 조직이 구현해야 하는 8가지 관찰 가능성 모범 사례

https://www.rtinsights.com/8-observability-best-practices-every-org-should-implement/

 

8 Observability Best Practices Every Org Should Implement - RTInsights

Cloud-native environments necessitate observability best practices for IT teams and businesses to make systems more efficient.

www.rtinsights.com

데이터베이스 모니터링: 기본 및 소개

https://www.splunk.com/en_us/blog/learn/database-monitoring.html

 

Database Monitoring: Basics & Introduction

In this blog post, we'll take a look at the important role of database performance monitoring.

www.splunk.com

SQL Server Monitoring Tips

https://www.mssqltips.com/sql-server-tip-category/54/monitoring/

 

SQL Server Monitoring Tips, Tutorials, Webinars and more

Copyright (c) 2006-2024 Edgewood Solutions, LLC All rights reserved Some names and products listed are the registered trademarks of their respective owners.

www.mssqltips.com

MariaDB 서버 모니터링 및 성능 최적화 : InnoDB 리두 로그

https://s-core.co.kr/insight/view/mariadb-%EC%84%9C%EB%B2%84-%EB%AA%A8%EB%8B%88%ED%84%B0%EB%A7%81-%EB%B0%8F-%EC%84%B1%EB%8A%A5-%EC%B5%9C%EC%A0%81%ED%99%94-innodb-%EB%A6%AC%EB%91%90-%EB%A1%9C%EA%B7%B8/

 

에스코어

에스코어는 디지털 혁신을 위한 고급 프로페셔널 서비스를 제공합니다. 매니지먼트 컨설팅과 소프트웨어 테크놀로지 서비스 오퍼링을 살펴보세요.

s-core.co.kr

python

Icecream (디버깅 로그 라이브러리)

ic라고도 불리우는icecream

print하면 orm 을 사용할 경우 불편한데 그 부분을 자동으로 풀어서 보여줘서 편하게 디버깅할 수 있음

https://github.com/gruns/icecream

 

GitHub - gruns/icecream: 🍦 Never use print() to debug again.

🍦 Never use print() to debug again. Contribute to gruns/icecream development by creating an account on GitHub.

github.com

https://engineer-mole.tistory.com/165

 

[python] python 디버깅할 때 print가 아닌, Icecream을 사용하면 편리

print를 사용하는 일반적인 경우 아래의 코드를 예시로 살펴보자. num1 = 30 num2 = 40 print(num1) print(num2) 그렇다면 출력은 아래와 같이 될 것이다. 30 40 출력 결과를 봤을 때, 30과 40이 각각 num1에 대응되

engineer-mole.tistory.com

파이썬스러운(Pythonic) 코드

https://wikidocs.net/168359

 

[Chapter .02] 파이썬스러운(Pythonic) 코드

## Pythonic 하다는건 뭘까? 프로그래밍에서 관용구(idiom)는 특정 작업을 수행하기 위해 코드를 작성하는 특별한 방법이다. 이 관용구는 언어에 따라 다른데, 파이…

wikidocs.net

기타

디자이너가 사용하는 생성 AI

미드저니, 스테이블디퓨전

https://brunch.co.kr/@sabumbyun/60

 

디자이너가 사용하는 생성 AI - 2

나는 어떻게 사용하고 있나? | 이전 편에서 GPT와 달리 3의 간단한 이야기를 했다면 이번 편은 미드저니와 스테이블디퓨전에 대한 간단한 이야기가 될 것 같다. 나는 미드저니로 이미지 생성 AI를

brunch.co.kr

다운 디렉터 (사이트 404? 확인)

홈페이지가 다운된걸 확인하는 사이트

즐겨찾는 서비스가 다운되거나 문제가 발생하면 알려드립니다.

https://downdetector.com/status/openai/

DownDetector.com은 미국의 공급자에 중점을 둡니다. 다른 영어권 국가의 경우 다른 웹사이트를 확인하세요.

 

Runebook.dev Translate developer documentation

Runebook은 소프트웨어 개발자를 위한 문서의 오픈 소스 커뮤니티 번역입니다. 프로그래밍 언어, 프레임워크, 라이브러리, API 등을 포함합니다.

https://runebook.dev/ko/

 

Runebook.dev - 한국어

What is Runebook? Runebook is Open source community translations of documentation for software developers. including programming languages, frameworks, libraries, APIs and more. Help us improve translation Feedback is very easy, integrated into GitHub issu

runebook.dev

 

Spring Boot & JPA에서 Java와 Kotlin을 함께 사용하기

https://tech.inflab.com/20240110-java-and-kotlin/

 

Spring Boot & JPA에서 Java와 Kotlin을 함께 사용하기

Spring Boot & JPA 환경에서 Java와 Kotlin을 함께 사용한 이유와 사용 예제를 소개합니다.

tech.inflab.com

 

Spring 공화국에서 Ktor 사용하기 - Ktor (Spring boot 대체)

https://tech.kakaopay.com/post/spring-and-ktor/

 

Spring 공화국에서 Ktor 사용하기 | 카카오페이 기술 블로그

Spring 공화국에서 Spring 개발자가 Ktor로 개발해본 경험담을 공유합니다.

tech.kakaopay.com

https://ktor.io/

 

Ktor: Build Asynchronous Servers and Clients in Kotlin

Kotlin Server and Client Framework for microservices, HTTP APIs, and RESTful services

ktor.io

macOS 초보를 위한 터미널 사용 가이드 - Week 00

https://johngrib.github.io/wiki/mac/terminal-guide/00/

 

macOS 초보를 위한 터미널 사용 가이드 - Week 00

학습목표, 준비물, 첫 실습

johngrib.github.io

결국에 마주한 쿠키리스시대

드디어 구글 크롬이 서드 파티 쿠키 수집을 중단하기 시작했습니다.

https://brunch.co.kr/@buzzvil/24

 

결국에 마주한 쿠키리스시대

드디어 구글 크롬이 서드 파티 쿠키 수집을 중단하기 시작했습니다. | 이 글을 읽고 계신 독자분들, 지난 몇 년간 ‘서드파티쿠키', ‘퍼스트파티쿠키’에 대한 아티클을 정말 많이 접하셨을 텐

brunch.co.kr

elastic (DB, 웹 분석 솔루션)

Elastic은 누구나 중요한 답을 찾을 수 있도록 지원합니다. 대규모로 모든 데이터를 실시간으로 활용할 수 있습니다.

 

[엘라스틱서치 알아보기 #1] 엘라스틱서치는 검색엔진이다.

 

[엘라스틱서치 알아보기 #1] 엘라스틱서치는 검색엔진이다.

엘라스틱서치 알아보기 프로젝트는 엘라스틱서치 실무가이드의 목차와 내용을 참조하였습니다. 이 포스트를 읽는 분들이라면 엘라스틱서치 실무가이드 책을 한권 반드시 구매하는 것을 권장

velog.io

[엘라스틱서치 알아보기 #2] DB만 있으면 되는데, 왜 굳이 검색엔진?

 

[엘라스틱서치 알아보기 #2] DB만 있으면 되는데, 왜 굳이 검색엔진?

엘라스틱서치 알아보기 프로젝트는 엘라스틱서치 실무가이드의 목차와 내용을 참조하였습니다. 이 포스트를 읽는 분들이라면 엘라스틱서치 실무가이드 책을 한권 반드시 구매하는 것을 권장

velog.io

 

[엘라스틱서치 알아보기 #3] 엘라스틱서치 용어 및 개념 간단히 살펴보기

 

[엘라스틱서치 알아보기 #3] 엘라스틱서치 용어 및 개념 간단히 살펴보기

엘라스틱서치 알아보기 프로젝트는 엘라스틱서치 실무가이드의 목차와 내용을 참조하였습니다. 이 포스트를 읽는 분들이라면 엘라스틱서치 실무가이드 책을 한권 반드시 구매하는 것을 권장

velog.io

[엘라스틱서치 알아보기 #4] 엘라스틱서치 주요 API 알아보기

 

[엘라스틱서치 알아보기 #4] 엘라스틱서치 주요 API 알아보기

엘라스틱서치 알아보기 프로젝트는 엘라스틱서치 실무가이드의 목차와 내용을 참조하였습니다. 이 포스트를 읽는 분들이라면 엘라스틱서치 실무가이드 책을 한권 반드시 구매하는 것을 권장

velog.io

동형 매핑 타입(homomorphic mapped type)이 도대체 뭔가요?  type Nullable<T> = { [P in keyof T]: T[P] | null };

 

동형 매핑 타입(homomorphic mapped type)이 도대체 뭔가요?

원문: https://andreasimonecosta.dev/posts/what-the-heck-is-a-homomorphic-mapped-type/

junghan92.medium.com

MQTT(Message Queuing Telemetry Transport) Protocol

https://junhyunny.github.io/information/mqtt-protocol/

 

MQTT(Message Queuing Telemetry Transport) Protocol

<br /><br />

junhyunny.github.io

API 의 임시 응답을 자동으로 생성하는 라이브러리 제작

https://www.blog.ecsimsw.com/entry/%EC%82%AC%EC%9A%A9%EB%90%98%EC%A7%80-%EC%95%8A%EB%8A%94-API-%EC%9D%98-%EC%9E%84%EC%8B%9C-%EC%9D%91%EB%8B%B5%EC%9D%84-%EC%9E%90%EB%8F%99%EC%9C%BC%EB%A1%9C-%EC%83%9D%EC%84%B1%ED%95%98%EB%8A%94-%EB%9D%BC%EC%9D%B4%EB%B8%8C%EB%9F%AC%EB%A6%AC-%EC%A0%9C%EC%9E%91

 

API 의 임시 응답을 자동으로 생성하는 라이브러리 제작

제작 배경 애니메이션 명대사를 읊어주는 외국 공개 API 서비스을 보고 한국 애니메이션을 포함한 한국어 버전이 있었으면 재밌겠다는 생각에 한국어 버전 API 를 제작하여 배포했다. (anime-kr) 사

www.blog.ecsimsw.com

https://github.com/Giggle-projects/anime-kr

 

GitHub - Giggle-projects/anime-kr: https://anime-kr.ecsimsw.com/api/anime/random

https://anime-kr.ecsimsw.com/api/anime/random. Contribute to Giggle-projects/anime-kr development by creating an account on GitHub.

github.com

 

UI 테스트 자동화 구조

https://oliveyoung.tech/blog/2023-11-11/qa/

 

UI 테스트 자동화 구조 | 올리브영 테크블로그

유지 보수를 쉽게 해볼까요?

oliveyoung.tech

JSON의 역사를 둘러보며 JSON 스펙의 변화 과정에 대해 알아봅니다.

https://wormwlrm.github.io/2024/01/21/Standardization-of-JSON.html

 

숫자 1은 올바른 JSON 형식인가? - 재그지그의 개발 블로그

JSON의 역사를 둘러보며 JSON 스펙의 변화 과정에 대해 알아봅니다.

wormwlrm.github.io

Nginx 요청 호출 수 제한과 접근 가능 IP 제한

https://www.blog.ecsimsw.com/entry/Nginx-%EC%9A%94%EC%B2%AD-%ED%98%B8%EC%B6%9C-%EC%88%98-%EC%A0%9C%ED%95%9C%EA%B3%BC-%EC%A0%91%EA%B7%BC-%EA%B0%80%EB%8A%A5-IP-%EC%A0%9C%ED%95%9C

 

Nginx 요청 호출 수 제한과 접근 가능 IP 제한

이전 글 - 리버스 프록시 개념과 Nginx, ELB 로 로드밸런싱 실습 리버스 프록시 개념이 처음이거나 Nginx config 를 처음 다뤄본다면 이전 글을 먼저 보고 오는 것을 추천한다. 해당 글에선 리버스 프록

www.blog.ecsimsw.com

리버스 프록시와 부하분산 / 개념과 시연

https://ecsimsw.tistory.com/entry/LoadBallancing

 

리버스 프록시와 부하분산 / 개념과 시연

개념 1. 리버스 프록시 / Web server와 Web Application Server의 분리 서버 아키텍처에서 WAS(web application server)와 web server를 분리하는 방식이 보편적으로 사용되고 있다. 위 구조처럼 사용자 요청을 처리하

www.blog.ecsimsw.com

웹서버와 was 의 차이

https://gmlwjd9405.github.io/2018/10/27/webserver-vs-was.html

https://codechasseur.tistory.com/25

 

[Web] 웹 서버와 WAS의 차이를 쉽게 알아보자

서버 개발에 있어서 가장 기초적인 개념인 '웹 서버'와 'WAS(Web Application Servier)'의 차이점을 다뤄보려고 한다. 💡 웹 서버 사전적 정의 "웹 브라우저 클라이언트로부터 HTTP 요청을 받아들이고 HTML

codechasseur.tistory.com

리버스 프록시와 부하분산 / 개념과 시연

https://ecsimsw.tistory.com/entry/LoadBallancing

 

리버스 프록시와 부하분산 / 개념과 시연

개념 1. 리버스 프록시 / Web server와 Web Application Server의 분리 서버 아키텍처에서 WAS(web application server)와 web server를 분리하는 방식이 보편적으로 사용되고 있다. 위 구조처럼 사용자 요청을 처리하

www.blog.ecsimsw.com

 

 

반응형