DoePixeldoepixel.uk·Dec 21, 2024Deer in MarbleDeer in Marble: 🔍 Check out Deer in Marble now! Explore this 📁 ai generated and claim your 🆓 free download here. Let's start crafting together! 🚀 AI Generated Backgrounds *AI Generated *RGB Colors *4096 x 4096 pixels *JPEG Format Photo by Graph...#Animals
HueFoxhuefox.uk·Dec 21, 2024Vivid Colors, Mug Wraps, SnowmanVivid Colors, Mug Wraps, Snowman: 🔍 Check out Vivid Colors, Mug Wraps, Snowman now! Explore this 📁 ai generated and claim your 🆓 free download here. Let's start crafting together! 🚀 **✨ Welcome to Your Creative Journey! ✨** Unlock the potential o...บาคาร่า เครดิตฟรี 300
HydroKithydrokit.uk·Dec 21, 2024Dolphins in MarbleDolphins in Marble: 🔍 Check out Dolphins in Marble now! Explore this 📁 ai generated and claim your 🆓 free download here. Let's start crafting together! 🚀 AI Generated Backgrounds *AI Generated *RGB Colors *4096 x 4096 pixels *JPEG Format Photo ...carved
Think Throothinkthroo.hashnode.dev·Dec 13, 2024ts-pattern usage in Documenso source codeIn this article, we analyse the ts-pattern usage in Documenso source code, but before that, let’s learn what a ts-pattern library is. ts-pattern ts-pattern is an exhaustive Pattern Matching library for TypeScript with smart type inference. Write bett...Open Source
Dmitry Dezuk (Dezhurnyuk)dmitrydezuk.com·Dec 12, 2024Implementing an EntityAfter completing the code for all Value Objects held by a customer, we can revisit the DDD-friendly model of the Customer Entity itself, which will impose one more invariant addition to all the invariants Value Objects are encapsulating. The domain e...DDD
Lucian Ghindaallaboutcoding.ghinda.com·Dec 6, 2024How to Return Multiple Values from a Method in Ruby Using Data.defineI read a question on Bluesky and X that I quickly replied to, but I wanted to expand on my recommendation. The context This is the code that was originally shared and we were asked for our opinion on it. def something_with_two_outputs a = parse_dat...1 like·294 readsRuby
Nikolaos CHASANISnikolaoschasanis.com·Dec 1, 2024🏗️ Pelorio Architecture 📐Project management is essentially a hard topic, a definition of actual project management is not consisted of one skill like Code design or code quality (vague concept btw) but multiple skills that one should have. Most outages in the global world we...Architecturearchitecture
Ritik Singhritik-singh.hashnode.dev·Nov 27, 2024Exploring Java Patterns: Creative Approaches to Problem-SolvingPatterns are a fascinating way to explore programming logic, understand loops, and sharpen problem-solving skills. Below, I share a series of pattern programs implemented in Java. These programs illustrate how creative use of loops can generate visua...1 likeJava
ritiksharmaaaritiksharmaaa.hashnode.dev·Nov 26, 2024Design Principles in Software DevelopmentDesign principles aim to provide solutions to recurring problems in software architecture. Below is a detailed article explaining common design patterns using real-world analogies, the problem they solve, and their implementation in both Python and J...Data Structure And Algorithmspatterns
Nethula GaneshforCode With Ganeshcodewithganesh.hashnode.dev·Nov 14, 2024Pattern Program Questions in JavaPattern Program Problems in Java Square Star Pattern Problem Statement: Write a Java program to print a square star pattern of size n. Example (for ( n = 5 )): ***** ***** ***** ***** ***** Right Triangle Star Pattern Problem Statement: Wr...Core JavaJava pattern programs