일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
- built in object
- CLASS
- Interface
- CSS
- graphQL
- Ethereum
- HTML
- error
- Redux
- 삶
- Props
- concept
- tailwindcss
- 기준
- API
- bitcoin
- hardhat
- express.js
- JavaScript
- REACT
- typeScript
- SSR
- blockchain
- web
- evm
- solidity
- nextJS
- useState
- middleware
- node.js
- Today
- Total
목록전체 글 (375)
ReasonJun

https://bitcoin.org/bitcoin.pdf Abstract Digital signatures provide part of the solution, but the main benefits are lost if a trusted third party is still required to prevent double-spending. We propose a solution to the double-spending problem using a peer-to-peer network. The network timestamps transactions by hashing them into an ongoing chain of hash-based proof-of-work, forming a record tha..

OpenAI NodeJS SDK v4 was released on August 16, 2023, and is a complete rewrite of the SDK. If you install V4 and apply the grammar from V3, you'll get the error above. https://platform.openai.com/docs/api-reference/chat OpenAI Platform Explore developer resources, tutorials, API docs, and dynamic examples to get the most out of OpenAI's platform. platform.openai.com The above is the official Op..

Time complexity Time complexity is a measure of the performance of an algorithm. Analysis of algorithm execution time for input of a specific size. If there are algorithms that perform the same function, the lower the complexity, the better. Big-O Notation This is a notation that considers only the fastest growing terms. Indicates the upper limit of the funciton. For example, let's say there is ..
Algorithm Coding Test Several algorithmic problems are presented within a set period of time (usually within 5 hours). Evaluate the ability to solve problems using appropriate algorithms. Development assignment coding test A test aimed at developing a complete program. The duration can range from as short as a few hours to as long as two weeks or more. It requires the use of a language or framew..

Next.js has a default caching mechanism aimed at enhancing performance and cost-efficiency. By default, it employs static rendering for routes and caches data requests unless you specifically choose not to use caching. Here's a summary of the default caching behavior: Static Route Rendering: Routes are statically rendered at build time. This means that during the build process, Next.js generates..
Cross-chain interoperability solutions allow different blockchain networks to communicate and transfer data or value between each other. These solutions can lead to more interconnected and user-friendly blockchain applications. Some of the leading solutions include: Chainlink's Cross-Chain Interoperability Protocol (CCIP) which aims to standardize cross-chain communication. Wormhole protocol tha..
Server Actions: React’s first steps into mutability Within the context of RSCs, Server Actions are functions that you define in an RSC on the server side that you can then pass across the server/client boundary. When a user interacts with your app on the client side, they can directly call Server Actions which will be executed securely on the server side. This approach provides a seamless Remote..
Conclusion In summary, React 18's latest features improve performance in many ways. With Concurrent React, the rendering process can be paused and resumed later or even abandoned. This means the UI can respond immediately to user input even if a large rendering task is in progress. The Transitions API allows for smoother transitions during data fetches or screen changes without blocking user inp..
Interchain refers to the ability of blockchains to communicate with each other. This is important because it allows different blockchains to share data and assets, which can open up new possibilities for applications and services. There are a number of different ways to achieve interchain communication. One common approach is to use a bridge, which is a separate blockchain that connects two or m..

이런 생각을 통해 저는 어느 때보다도 진지하게 스스로의 삶을 돌아보았습니다. 지금까지 살아오면서 했던 결정들과 생각들을 떠올리면서 지금의 나는 어떤 사람인지 알고자 했는데 얼마 지나지 않아 고민에 빠졌습니다. 과거에 내가 내렸던 결정과 생각들이 옳았는지, 틀렸는지를 분간하는 기준과 함께 이 결정이 정말 내가 내린 결정이 맞는지에 대한 기준을 잡는데 큰 어려움이 있었기 때문입니다. ‘왜?’라는 질문을 통해 내가 내렸던 결정으로부터 나의 생각을 알아내려고 했지만 내가 어떤 기준을 갖고 있는지 모르는 상태에서는 과거의 생각, 결정이 진정 나의 생각과 결정이었는지, 옳은 것인지 갈피를 잡을 수 없었습니다. 무엇보다도 불확실하고 부분적인 기억을 더듬어 가면서 내가 누구인지 안다는 것은 어떤 결론도 확신할 수 없다..