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...DiscussCore JavaJava pattern programs
SVG NesteryforSVG Nesterysvgnestery.hashnode.dev·Nov 12, 2024Spring Bloom Seamless Pattern 18 FreeEmbrace the Essence of Spring with Spring Bloom Seamless Pattern 18 As the world begins to awaken from its winter slumber, there’s a magical transformation that unfolds—the arrival of vibrant spring blooms. Our Spring Bloom Seamless Pattern 18 encaps...Discussdainty
Dmitry Dezuk (Dezhurnyuk)dmitrydezuk.com·Nov 8, 2024Software Is Hard but SimpleThere are many approaches to building software such as test first, domain first, database first, event sourcing first, and use case first. On top of that, there are different software patterns such as Ports and Adapters, Onion, Hexagon, Active Record...Discuss·2 likes·72 readsarchitecture
Mehdi Jaimjdev.vercel.app·Nov 2, 2024Code Design: Chapter 1 - Design PrinciplesIntroduction Design principles are the fundamental rules that guide developers in writing clear, flexible, and maintainable code. These principles help prevent complexity, reduce errors, and make code easier to understand and adapt. Here are some of ...DiscussCode Designdesign principles
Salman Iyadsalmaniyad.hashnode.dev·Oct 29, 2024أهم الأنماط البرمجية لحل مشاكل المقابلات التقنية بكفاءةلما نحكي عن البرمجة التنافسية أو المقابلات التقنية، بنلاحظ إنه المشكلة مش بعدد المسائل اللي بنحلها، بل في الأنماط البرمجية اللي بنتعلمها ونتقن استخدامها. تعلم الخوارزميات وأنماط البرمجة الفعّالة مش بس بيمكنك من حل مجموعة متنوعة من المشاكل بسرعة وكفاء...Discusspatterns
Thomas BurkhartProblog.burkharts.net·Oct 27, 2024Keeping widgets in sync with your dataThis is a follow-up to my last post on using proxy objects.This time we will: Improve error handling Show how to display a proxy in multiple places at once Demonstrate how to use Commands to write elegant code Improving the Error Handling of the...Discuss·349 reads#flutter_command
Symfonie Yarnssymfonieyarnsdotcom.hashnode.dev·Oct 25, 2024Pattern: Sonata Mismatch PulloverThe Sonata Mismatch Pullover is a fun, asymmetrical knitting pattern perfect for cozy seasons. With its playful color blocking and lightweight Terra yarn, this pullover is beginner-friendly and allows for creative expression. Designed for a relaxed f...Discusspatterns
Adeesh Sharmaadeesh.hashnode.dev·Oct 13, 2024Part 2/2: Advanced Web Component PatternsThis blog is the second part of a series on Web Components. If you haven’t read Part 1, it’s highly recommended to do so before proceeding. Part 1 introduces the foundational concepts of Web Components, including Custom Elements, Shadow DOM, HTML Tem...DiscussReact
Rohit Gawanderohit253.hashnode.dev·Sep 25, 2024Chapter 7: Patterns (Part 2) - Java With DSAIntroduction In this chapter, we'll delve into more complex pattern problems using nested loops. We'll focus on hollow shapes, inverted patterns, Floyd's triangle, 0-1 patterns, and more. These patterns are essential for improving logical thinking an...DiscussDSA(Data Structure and Algorithm) In JAVAadvanced
Rohit Gawanderohit253.hashnode.dev·Sep 25, 2024Chapter 5: Patterns (Part 1) - Java With DSAIntroduction to Nested Loops In Java, nested loops are essential when working with patterns, especially for creating shapes and designs like pyramids, squares, or character patterns. As the name suggests, a nested loop is a loop inside another loop. ...DiscussDSA(Data Structure and Algorithm) In JAVApatterns