Waivio

hive-101145

hashtag
978.48

Experts

Show more authors

honeybeerbear

482.40

맥에서 puttygen 으로 ppk 파일 생성

putty로 ssh 접속을 위해서는 ppk 형식의 파일로 접속이 가능합니다. 윈도우에서는 puttygen 이란 프로그램을 통해 생성이 가능하고 맥에서도 커맨드를 통해 생성이 가능합니다. puttygen 을 사용하기 위해 먼저 설치를 진행 합니다....

honeybeerbear

482.40

Prisma 활용한 DB 변경 작업 (Mysql -> Postgresql)

안녕하세요 꿀푸입니다. 예약 포스팅 관련 데이터를 저장하고 관리해주는 DB 라이브러리로 Prisma 를 사용하였습니다. 이유는 테이블을 객체 형식으로 생성 해주어 코딩 시 오류 체크 등의 편리함, SQL 쿼리문 대신 JSON 형식의 문법을 통해...

honeybeerbear

482.40

BWB(Blockchain Week in Busan) 2022 부산 (10.27 ~ 29)

http://bwbusan.com/ 부산시, Binance, FTX, Huobi에서 후원하는 BWB 행사가 부산에서 열립니다. 기간은 10.27(목) ~ 29(토) 까지 3일간 개최가 됩니다. 토요일 까지 행사를 하니 근처에 사시는 직장인 ...

donekim

5.6 K

[Stacks] MegaKongs 홀더 대상

링크 : https://megacoin.megapont.com/

honeybeerbear

482.40

planet scale CLI 업데이트

Planetscale 사용중 아래 에러가 발생하면서 접속되지 않는 문제가 발생하였습니다. Error: couldn't retrieve certs from cert source: This feature is not available for you...

happyberrysboy

1.8 K

[유튜브 짤] 매력적인 강아지 복순이

우연히 유튜브에서 short 영상으로 뜨길래 봤는데요. 너무 귀엽네요!! ㅋㅋㅋㅋ 목욕을 극도로 싫어하고, 혼나는 것도 싫어하고..!! 신발도 싫어 하는 복순이~ 불금에 한번 미소지어 보시길 바래요~ ㅎㅎ Short이라서 광고도 없고 짧으니~ 한...

donekim

5.6 K

프레드의 예측이 또 맞을 것인가

원문 링크 : https://twitter.com/mtrl_scientist/status/1537247988753793024?s=21&t=6Wf7kvDQGaIVCgAxsEsxlA

happyberrysboy

1.8 K

[Javascript] Private class fields

저는 종종 공부하다가 모르는 부분이 나오면 바로 궁금증을 해결하는 타입이다보니.. JS를 조금 쓸 일이 있었는데 모르는 부분이 나와서 정리 해봅니다. 생각보다 JS 이거 자주 바뀌는군요..!! 평소에 자주 쓰는 스타일은 아니긴 한데 class의 ...

happyberrysboy

1.8 K

Javascript 가끔 헷갈리는 부분 정리

평소에 잘 사용하지 않던 문법이었는데, 가끔 헷갈려서 다시 정리 해봅니다. ? 변수명의 우측에 붙여서 사용하고, 해당 변수가 undefined인 경우 그 변수에 추가 함수를 호출하더라도 undefined를 출력합니다. ?? 좌측에 값이...

donekim

5.6 K

오늘의 주제

donekim

5.6 K

A nation that forgets its past has no future

A nation that forgets its past has no future

donekim

5.6 K

지속되는 테더 이슈

https://tether.to/en/assurance-opinion-once-again-re-affirms-tethers-reserves-fully-backed-reveals-significant-reductions-in-commercial...

happyberrysboy

1.8 K

RUST STUDY - 2(프로젝트 생성 및 폴더 구조)

2일차!! 프로젝트 생성 및 폴더 구조 기초내용 러스트 파일의 확장자는 rs 를 사용한다. 파일명에 여러단어를 쓰는 경우 _(언더스코어)를 사용한다. fn main() 함수는 가장 먼저 실행되는 코드입니다. Compile rustc 명령어...

cbros

0.38
Hive.Blog

Larix — The first Metaverse based Finance Protocol on Solana

Larix is the first Metaverse-based Finance Protocol on Solana, with a dynamic interest rate model and more capital-efficient risk manage...

cbros

0.38
Hive.Blog

Top 10 NFT Collectibles on Ethereum Blockchain based on 30-day Volume

You're most likely wanting to invest in NFT collectibles. Well, this is the article for you, since we're going to show you the Top 10 NF...

happyberrysboy

1.8 K

MobX 사용해보기 - 1(makeObservable, makeAutoObservable, observable)

React에서 상태관리 라이브러리로 대표적인 것이 두가지가 있습니다. Redux와 MobX 인데요. Redux가 MobX보다는 먼저 출시가 되어 많은 곳에서 먼저 사용 중이었으나, 보일러플레이트 코드가 많고 사용이 까다로워 러닝커브가 좀 높은 편...

happyberrysboy

1.8 K

NextJS Tailwindcss 구조에 Google Font 설정

프로젝트를 만들다보면 다양한 폰트가 필요한 경우가 있습니다. 저는 주로 Google Fonts 를 사용하는데요, 무료이기도 하고 제공하는 폰트가 워낙 많아 아주 유용하게 사용되곤 합니다. 이 폰트를 NextJS, Tailwindcss, Type...

happyberrysboy

1.8 K

Tailwindcss Nextjs Navbar 개발

Tailwindcss Nextjs로 Navbar를 개발해보려고 하고 있습니다. 역시나 공부하면서 따라서 코딩 했을 때는 잘되었지만, 스스로 할 때는 잘 안되는 부분들이 좀 보입니다. 일단 오픈 소스도 조금 찾아봐서 참고를 하기도 했구요. 일단 ...

happyberrysboy

1.8 K

NextJS 공부 - 2

NextJS 공부 2!! NextJS은 Layout용으로 간단히 사용 할 수 있는 몇가지 작은 기능들을 제공합니다. Layout Layout은 NextJS 자체적으로 제공되는 기능은 아니긴 합니다만, 아래와 같이 React Layout을 잡는...

punknature2021

5.67

Colonize Mars Project

Have a look at Colonize Mars project on WAX blockchain. The project is currently at mission 3. You can stake your cards and be rewarded w...

punknature2021

5.67

Bitcoin, Ethereum and Ripple predictions

Bitcoin price action has been on a tear, destroying short positions as bearish outlooks across the board as smashed. Ethereum price has a...

happyberrysboy

1.8 K

[BiSwap] GameFi 가 24시간 이내에 오픈을 한다고 합니다..!!

‘Squid NFT World’ Within 24H! 1st NFT Game on BSC with Multi-Crypto Rewards! The clock is ticking! Grand Biswap Play-to-Earn release ...

punknature2021

5.67

XTM

It costs $0.74 now. XTM is in downtrend. This is normal state for all startup projects in crypto and blockchain tech. Many factors will i...

punknature2021

5.67

Giveaway

Free NFT One more freebie before i go to sleep https://wax.atomichub.io/trading/link/582093?key=5KFyvxDXZ3xgbkTo1WtqxuWeoexaZpzuHNNywmaG3...

happyberrysboy

1.8 K

Follow You - Imagine Dragons

Follow You Imagine Dragons 댄 레이놀즈: 삶을 바꿔놓은 문자를 받아본적이 있는가? 나와 내 아내는 7달동안 서로 말을 섞지 않고 있었다. 나는 이혼서류에 사인하기 위해 변호사 사무실로 가던중이었는데, 그때 그녀에게서 문자가 ...

punknature2021

5.67

Cardano

Is cardano a Hodl or a sell? Specially after the news of the delisting from the Etoro platform, the token fell significantly. The project...

happyberrysboy

1.8 K

[Solidity] Hardhat 공부 - 3(Openzeppelin upgrades 플러그인)

1. hardhat-config.js // hardhat-config.js 내부에 오픈제플린 플러그인을 require 한다. require('@openzeppelin/hardhat-upgrades'); 2. openzeppelin upgra...

happyberrysboy

1.8 K

[Solidity] Hardhat 공부 - 2(단위테스트, console.log)

Hardhat Day 2 단위테스트 및 console.log !! 1. 단위테스트 hardhat.config.js 파일내에 require("@nomiclabs/hardhat-waffle"); 명령어를 추가하면 단위테스트에 w...

happyberrysboy

1.8 K

Truffle 관련 명령어들

Truffle 사용 중 까먹지 않으려고 하는 내용들을 steem 블록체인에 저장해봅니다!! Truffle console 시 network id에 특정값이 있다면 truffle console --network "networkID"...

bloorinvestor

6.71

Fun to play spliterlands

I feel kind a bit late to be on this boat but just started playing Splinterlands recently. Many stuff to learn and it's very interesting....
AI
Waivio AI Assistant
How can I help you today?