未分類 [Typescript] My knowledge of how to handle your custom type :-> Typescript makes our codes more reliable. But for the bignner as me it's prety hard to understand what type is, what the... 2024.08.10 未分類
Swift [Swift] About lazy Introduction I didn't know what lazy affects and what lazy is. An official document says A lazy stored property is a pro... 2024.07.30 SwiftXcode未分類
未分類 [Jetpack Compose / Kotlin] Kotlin / Java Tips and Memos (Update on time) Purpose of this article This article is a memo which I've searched how to solve or write such pattern at seviral times. ... 2024.05.04 未分類
Mongodb [nodejs/mongodb] Data in mongodb can’t be updated but working only root db url problem The following code does work. const MONGODB_URL = `mongodb://${process.env.DB_USERNAME}:${process.env.DB_PASSWOR... 2024.04.07 MongodbNodejsTypescript未分類
未分類 [Dart💠] How to forgive a bit diffs in golden test You will create the followign class. import 'package:flutter/foundation.dart'; import 'package:flutter_te... 2024.02.01 未分類
未分類 [Rust🦀] Rust Web Application Framework Actix Setup # What is Actix? Actix is one of the most high performance web framework written in Rust. If you want to know in the det... 2024.01.22 未分類
未分類 [Linux🐧]Oops!! My port has already bound!! How to kill it ? How to search the process that buinding the port? You can see it by th command! lsof -i TCP | grep 7878 /*result here*/ ... 2024.01.19 未分類
Rust [Rust🦀] Features Accomodating Everyday Rust features Features of the language connect some &str variables Best way Use to_string() let str1 = "Hello, "; let st... 2024.01.19 Rust未分類