본문 바로가기

반응형

go

Tmap Openapi 와 텔레그램 봇을 활용한 주변 맛집 검색 기능 간단 구현! 블로그 목적 Tmap Openapi 와 텔레그램 봇을 활용한 주변 맛집 검색 기능 구현에 대해서 공부및 정리후 나만의 노하우와 지식을 공유한다.블로그 요약1. Tmap Openapi 에 대해서 알아본다.2. Tmap Openapi 와 텔레그램 봇을 활용한 주변 맛집 검색 기능을 간단하게 구현해 본다. 블로그 상세내용요즘에 Tmap Openapi 에 관심이 생겨서 공부해서 어떤 기능을 개인적으로 구현해 볼까? 고민하던 중 ..텔레그램 봇을 활용해서 내가 검색하고자 하는 위치의 맛집과 음식점들을 전송해보면 어떨까? 해서 바로 Tmap Openapi를 공부해봅니다.Tmap Openapi 에 대해서 공부를 하기위해서 우선 SK open API 사이트에 접속합니다. 아래와 같이 TMAP 관련해서 openapi 를.. 더보기
I/O는 더 이상 병목이 아니다라는 소식을 공유합니다. (benhoyt.com) I/O는 더 이상 병목이 아니다라는 소식을 공유합니다. --- I/O is no longer the bottleneck November 2022 When interviewing programmers, I often ask them to code a simple program to count word frequencies in a text file. It’s a good problem that tests a bunch of skills, and with some follow-up questions, allows you to go surprisingly deep. One of the follow-up questions I ask is, “What’s the performance bottleneck in yo.. 더보기
NSA, 메모리 안전문제로 C/C++ 대신 C#, Go, Rust 등의 언어를 권장하는 지침 발표를 했군요 (nsa.gov) NSA, 메모리 안전문제로 C/C++ 대신 C#, Go, Rust 등의 언어를 권장하는 지침 발표를 했군요 주요 내용을 확인해 봤는데요.. Commonly used languages, such as C and C++, provide a lot of freedom and flexibility in memory management while relying heavily on the programmer to perform the needed checks on memory references. Simple mistakes can lead to exploitable memory-based vulnerabilities. Software analysis tools can detect many instances of .. 더보기
Go 1.19 릴리즈 (go.dev) Go 1.19 릴리즈를 소개합니다. 홈페이지에서는 Go 1.19 릴리즈에 대해서 아래와 같이 간략하게 소개하고 있습니다. The latest Go release, version 1.19, arrives five months after Go 1.18. Most of its changes are in the implementation of the toolchain, runtime, and libraries. As always, the release maintains the Go 1 promise of compatibility. We expect almost all Go programs to continue to compile and run as before. 간략하게 말씀드리면.. 최신 Go 릴리스인 버전 .. 더보기
0.Gin, Gin 이란 무엇인가? ^^ Gin 이란 무엇일까요? Gin is a web framework written in Go (Golang). Gin 은 Go 로 만들어진, WEB 프레임워크라고 하네요..^^ 참고 URI https://github.com/gin-gonic/gin Gin 의 특징 It features a martini-like API with performance that is up to 40 times faster thanks to httprouter. If you need performance and good productivity, you will love Gin. 요약하자면, 성능과 좋은 생산성을 갖춘 프레임워크 인것 같습니다. ^^ Gin 설치 방법 Gin 패캐지를 설치하기 전에 사전 요구사항 Go 를 설치 Go.. 더보기

반응형