Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
Ever since AWS announced Lambda durable functions at re:Invent 2025, I've been wanting to try them on...
Kotlin은 함수형 프로그래밍을 강력하게 지원합니다. 이 포스트에서는 함수와 람다의 다양한 사용법을 알아보겠습니다. 함수 선언 기본...
Buy Me a Coffee☕ *Memo: My post explains itertools. starmap() can return the iterator which...
Buy Me a Coffee☕ *Memo: My post explains dictionary functions (1). My post explains dictionary...
Buy Me a Coffee☕ *Memo: My post explains bytearray functions (1). My post explains string, bytes...
Buy Me a Coffee☕ *Memo: My post explains itertools. product() can return the iterator which...
Buy Me a Coffee☕ *Memo: My post explains itertools. permutations() can return the iterator...
Buy Me a Coffee☕ *Memo: My post explains itertools. combinations() can return the iterator...
Simplifying Website Dark Modes with CSS's New "light-dark" Function The introduction of...
Buy Me a Coffee☕ *Memo: My post explains set and frozenset functions (1). My post explains set...
Buy Me a Coffee☕ *Memo: My post explains set and frozenset functions (1). My post explains set...
Buy Me a Coffee☕ *Memo: My post explains an iterator (1). enumerate() can return the iterater...
Buy Me a Coffee☕ *Memo: My post explains a range (1). index() can get the index of the element...
Buy Me a Coffee☕ *Memo: My post explains list functions (1). My post explains list functions...
Buy Me a Coffee☕ *Memo: My post explains set and frozenset functions (1). My post explains set...
Buy Me a Coffee☕ *Memo: My post explains a string (1). My post explains a string (2). My post...
Buy Me a Coffee☕ *Memo: My post explains format specification with format_map() (1). My post...
Buy Me a Coffee☕ *Memo: My post explains list functions (1). My post explains list functions...
Function: A functional interface in java.util.function. Represents a transformation: takes an input...
When I first started working with JavaScript, I used to think functions were just blocks of code —...
Before understanding why functions are called first-class citizens in some programming languages and...
some new git commands: git branch (branch_name) git checkout (Branch_name) git add git commit...
Well what do you know about functions in JavaScript? Functions are one of the fundamental...
JavaScript is one of the most widely used programming languages in the world, and mastering its...
Buy Me a Coffee☕ *Memo: My post explains a function. My post explains parameters and arguments...
Buy Me a Coffee☕ *Memo: My post explains dictionary functions (1). My post explains dictionary...
Buy Me a Coffee☕ *Memo: My post explains a function (1). A variable, function and class can be...
Buy Me a Coffee☕ *Memo: My post explains a function (2). My post explains parameters and...
Buy Me a Coffee☕ *Memo: My post explains a function. A lambda: is the function expression...
Topics To Cover What functions are and why we need them Function declaration...