K/Kofi / Illestpreachainblog.illestpreacha.com·2d ago · 1 min readGameDev_PixelsPixelsPixelsPixelationInProcess For The Game Jam. "PixelsPixelsPixels": https://itch.io/jam/megamitts-mega-jam-16, PixelationInProcess takes P5 and HydraVideoSynth Code to make a pixelated based experiences. Game10
K/Kofi / Illestpreachainblog.illestpreacha.com·4d ago · 2 min readWCCC_MazesUnFormatted Mazes For this week's Creative Code Challenge by @sableraph: "Mazes”, UnformattedMazes coded from LiveCodeLab Takes 3D Entities that are ever changing Mazes that are not properly formatte10
AMAishat Muibudeeninmaya-blog.hashnode.dev·5d ago · 9 min readDeveloper Experience Beyond the InterfaceWhat four months of community analytics taught me about how developers build trust. When people think about my work at the AsyncAPI Initiative, they usually think about product design, and that's fair00
Lludyinludyleo.hashnode.dev·Jun 29 · 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 Pe10
CVChris Vestersincvesters.hashnode.dev·Jun 28 · 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·Jun 27 · 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·Jun 25 · 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·Jun 24 · 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 · 10 min readVisitor PatternThe Visitor Pattern is a behavioral design pattern that lets you add new operations to existing class hierarchies without modifying them. Instead of putting the new behavior inside the classes, you mo00
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