I went for a hunt. Then I came across Square's Workflow library. See what I found out: medium.com/googledevelo...
I went for a hunt. Then I came across Square's Workflow library. See what I found out: medium.com/googledevelo...
Transitive dependency
An indirect dependency that a software project inherits from a direct dependency.
Let's say class A depends on class B and class B depends on class C. class C is a transitive dependency of class A.
#CleanArchitecture
Transitive dependency
An indirect dependency that a software project inherits from a direct dependency.
Let's say class A depends on class B and class B depends on class C. class C is a transitive dependency of class A.
#CleanArchitecture
𝗘𝘃𝗲𝗻𝘁 𝗦𝗼𝘂𝗿𝗰𝗶𝗻𝗴
Storing state changes of an application as a sequence of immutable events, rather than just the current state, e.g., instead of saving the latest version of a database record, you save every action (event) that led to that record's current state.
𝗘𝘃𝗲𝗻𝘁 𝗦𝗼𝘂𝗿𝗰𝗶𝗻𝗴
Storing state changes of an application as a sequence of immutable events, rather than just the current state, e.g., instead of saving the latest version of a database record, you save every action (event) that led to that record's current state.
medium.com/@gakiiviolet...
medium.com/@gakiiviolet...
Learning a new language should be fun, isn't it? #UnchartedTerritory
Learning a new language should be fun, isn't it? #UnchartedTerritory
#SoftwareDev
#SoftwareDev
#Exercism #luhn
And the first time I wrote a function composition correctly💃🏻🥹
#Haskell
#FunctionalProgramming
#Composition
#newbie
#Exercism #luhn
And the first time I wrote a function composition correctly💃🏻🥹
#Haskell
#FunctionalProgramming
#Composition
#newbie
#Angular #Typescript #NodeJs #Express.js #100daysOfCode #Tailwind #WebDevelopment
#Angular #Typescript #NodeJs #Express.js #100daysOfCode #Tailwind #WebDevelopment
The Fakes vs Mocks debate is a classic, visited many times with very strong opinions as well as "it depends" discourse.
Let's talk about why we write tests
#AndroidDev
The Fakes vs Mocks debate is a classic, visited many times with very strong opinions as well as "it depends" discourse.
Let's talk about why we write tests
#AndroidDev
The API:
- Can register and log in users: Create new accounts and securely access their profiles.
- Uses token-based authentication: Leverage bearer tokens for secure authorization.
The API:
- Can register and log in users: Create new accounts and securely access their profiles.
- Uses token-based authentication: Leverage bearer tokens for secure authorization.