linhbqforSRE Tribeblogs.sretribe.net·Sep 27, 2024DSL MethodsThe DSL execution engine exposes several methods to create Jenkins jobs, views, folders and config files. These methods imply the creation of a Jenkins item and the closure to the method can be used to define the item's settings. The only mandatory o...Discussdsl
Devlin Bentleymeanderingthoughts.hashnode.dev·Sep 24, 2024Unlock the Full Potential of LLMs: Ditch JSON for DSLs!If you're not leveraging DSLs with your LLMs, you might be missing out on significant performance and power. LLMs excel at understanding linguistic cues, making them the perfect match for English-like DSLs. Abandoning JSON tokens, which lack literary...Discussllm
Kazhian Muthusami (Kaz)kazhian.hashnode.dev·Sep 15, 2024Log Query LanguagesLog Query Languages are designed for querying, analyzing, and processing log data and other time-series data. These languages are typically optimized for handling large volumes of data generated by applications, systems, and devices, making them part...Discussspell
linhbqforSRE Tribeblogs.sretribe.net·Sep 12, 2024Using-the-Jenkins-Job-DSLBefore proceeding, make sure to have the latest Job DSL plugin installed. Install it from the update center or use the .hpi file provided from this site. This tutorial will walk you through how to create a single job using a DSL script; and then add...DiscussJenkins
La Rebelion Labsrebelion.la·Jun 24, 2024Visualizing Ideas and Designs with Diagram-as-Code ToolsThe Power of Visual Communication As a systems architect and innovator, I've learned that visual communication is one of the most powerful tools in our arsenal, at least for people who are not visually impaired. Whether we're designing software archi...Discuss·91 readsdiagram-as-code
Cloud Tunedcloudtuned.hashnode.dev·Mar 31, 2024Understanding Domain-Specific Languages (DSLs): Tailoring Languages for Specific NeedsUnderstanding Domain-Specific Languages (DSLs): Tailoring Languages for Specific Needs Domain-Specific Languages (DSLs) have gained significant traction in software development for their ability to address specific domains, tasks, or problems with ta...Discussdomain-specific-languages
Animesh PathakforKeploy Community Blogkeploy.hashnode.dev·Jan 25, 2024Building Custom YAML-DSL in PythonIn this blog post, I will guide you through the process of building a custom DSL in Python. Why? Because, we have to encode real-world problems in code, but we are limited by the power of expressivity of the language we are using. The programming lan...Discuss·11 likes·35 readsdsl
Raul NaupariProblog.raulnq.com·Sep 11, 2023Understanding Acceptance TestingThe following article presents my understanding of the concepts discussed by Dave Farley regarding Acceptance Testing, aiming to address questions such as: How do we fail fast? How do we make our testing scalable? Are we ready to release? Please...Discuss·106 readsTesting
Phakorn KiongProblog.phakorn.com·Mar 31, 2023My Naive implementation of no-code/low-code toolIntroduction In recent years, the popularity of no-code/low-code tools has skyrocketed, with more and more individuals and organizations looking for ways to simplify their development processes. As a software engineer, I am intrigued by these tools a...Discusstemporal
Krzysztof Drozdblog.drozd.dev·Jun 18, 2022What are Domain Specific Languages (DSLs)?First, what is Domain Specific Language? A Domain Specific Language is a programming language with a higher level of abstraction optimized for a specific class of problems. A DSL uses the concepts and rules from the field or domain. This is the ni...Discuss·69 readsOn the DSLsprograming