Lludyinludyleo.hashnode.dev·11h ago · 3 min readI got tired of ad-bloated finance calculators, so I built a clean open alternativeLike many of you, I'm constantly analyzing high-yield savings accounts, investment options, or yield rates. But every time I want to quickly compare APY (Annual Percentage Yield) versus APR (Annual Pe00
CVChris Vestersincvesters.hashnode.dev·1d ago · 6 min readThird Party AuthenticationIn the previous blog post, we discussed whether or not you should offer a separate public API. One of the points there was how you do the authentication, and whether that should be done in a separate 00
OTOke Timilehinintimilehin.hashnode.dev·2d ago · 7 min readFrom Prompt to Production: My Design-to-Development Workflow for Building a Real Client WebsiteEvery project comes with its own set of needs, and part of the fun is deciding which tools fit the job in front of you. For a recent client project, I reached for a specific combination that helped me00
K/Kofi / Illestpreachainblog.illestpreacha.com·4d ago · 2 min readWCCC_FluidsFluidality For this week's Creative Code Challenge by @sableraph: "Fluid”, Fluidality coded from HydraVideoSynth, LiveCodeLab & SonicPi explores the fluidity of Form, the fluidity of tempo, the Geome00
K/Kofi / Illestpreachainblog.illestpreacha.com·4d ago · 1 min readMinaCoding2026_MorningMorningDots For MinaCoding2026, Day 21: Morning, MorningDots is some morning time coding done in TixyLand and then overlaid. Video https://youtu.be/mwxJH-Cxzu0 TixyLand Code hypot(tan(i),tan(t))*(cos00
MMaverickinjyanshu.hashnode.dev·Jun 22 · 7 min readMediator PatternThe Mediator Pattern is a behavioral design pattern that centralizes communication between objects. Instead of objects talking to each other directly (which creates a tangled web of dependencies), the00
MMaverickinjyanshu.hashnode.dev·Jun 19 · 9 min readIterator PatternThe Iterator Pattern is a behavioral design pattern that provides a way to access elements of a collection sequentially without exposing its underlying representation. It decouples the traversal logic00
MMaverickinjyanshu.hashnode.dev·Jun 19 · 12 min readInterpreter PatternThe Interpreter Pattern is a behavioral design pattern that defines a grammatical representation for a language and provides an interpreter to evaluate sentences in that language. It's particularly us00
MMaverickinjyanshu.hashnode.dev·Jun 19 · 10 min readCommand PatternThe Command Pattern is a behavioral design pattern that encapsulates a request as an object. This lets you parameterize actions, queue or log requests, and support undo/redo operations. It turns "do t00
MMaverickinjyanshu.hashnode.dev·Jun 18 · 11 min readFacade Design PatternThe Facade Pattern is a structural design pattern that provides a simplified, unified interface to a complex subsystem. Think of it as the "front desk" of a hotel—instead of dealing with housekeeping,00