Mariano GonzálezforImplementandingmarianogg9.hashnode.net·Apr 10, 2023FeaturedHelm + declaration + environments = HelmfileThere's this lame Argentinian saying: "What's the difference between Flores and Floresta?" it's kind of a dad joke and it feels like I'm now closer to that humour. Know when you read a lot about a tool that is kind of the standard but for some reaso...Discuss·24 likes·132 readsHelm
Krzysztof KałamarskiforKrzysztof Kalamarskikkalamarski.hashnode.net·Jul 25, 2022A declarative approach to error handling in TypescriptSooner or later, your application will encounter some errors. In a perfect world, we would like to catch this error and respond accordingly. Sadly, as our codebase grows, it gets more difficult to manage errors in our applications efficiently. It's l...Discuss·7 likes·1.1K readsFunctional programmingDeclarative
fauzi diriaforwhat should i share today?fauziabd.hashnode.net·Jul 8, 2022Functional Programming with JavaScriptWhat is Functional Programming JavaScript supports Multi-paradigm, not only OOP but also functional programming. The functional programming paradigm is a programming paradigm in which the computational process is based on pure mathematical functions ...Discuss·2 likes·91 readsJavaScript is all time avengers to save web universeNode.js
Ashutosh MahajanforAshutosh Mahajan's blogashutoshamblogs.hashnode.net·Apr 25, 2023Exploring the Power of Jenkins Declarative Pipeline for Continuous Integration and Delivery📍 Introduction Jenkins is a popular open-source automation server used for continuous integration and continuous delivery (CI/CD) pipelines. One of the main features of Jenkins is its Pipeline plugin, which allows users to define their build pipelin...DiscussJenkins
Santosh Nellagiforsantoshnellagi.hashnode.net·Apr 25, 2023Declarative pipelineWhat is Declarative Pipeline? Jenkins Pipeline execution engine supports two DSL syntaxes: Scripted Pipeline and Declarative Pipeline. Scripted Pipeline allows users to code their Pipelines using a Groovy DSL. Declarative Pipeline replaces Groovy var...DiscussDeclarative
Sushrut NetkarforSushrut Netkarsushrutnetkar.hashnode.net·Apr 19, 2023Jenkins Declarative PipelineJenkins allows developers to automate their build, test, and deployment processes, enabling them to focus on writing quality code. One of the features of Jenkins is the ability to define pipelines that automate the entire software delivery process. I...DiscussDeclarative
Mariano GonzálezforImplementandingmarianogg9.hashnode.net·Apr 10, 2023FeaturedHelm + declaration + environments = HelmfileThere's this lame Argentinian saying: "What's the difference between Flores and Floresta?" it's kind of a dad joke and it feels like I'm now closer to that humour. Know when you read a lot about a tool that is kind of the standard but for some reaso...Discuss·24 likes·132 readsHelm
Willy A. Kusterforwillykc.hashnode.net·Jan 30, 2023Declarative code generation in UnityCode generation in Unity is often done imperatively with StringBuilder or Roslyn source generators. Text templates offer a declarative alternative to code generation, but setting them up in a Unity project is not straightforward. Interestingly, the U...Discuss·450 readsunity
Rituraj BuddhisagarforRitu's TechTrailrituraj.hashnode.net·Jan 10, 2023Declarative Approach: If Ansible/Puppet are like Movies; K8s is a TheatreUsing IaC(Infrastructure as a Code) tool like Ansible, one can provision/deploy infrastructure. This involves servers, and various resources on Cloud like computing, storage, and networking rules in SDN in public clouds like AWS, Azure, GCP. Ansible ...Discuss·35 readsKubernetes
Krzysztof KałamarskiforKrzysztof Kalamarskikkalamarski.hashnode.net·Jul 25, 2022A declarative approach to error handling in TypescriptSooner or later, your application will encounter some errors. In a perfect world, we would like to catch this error and respond accordingly. Sadly, as our codebase grows, it gets more difficult to manage errors in our applications efficiently. It's l...Discuss·7 likes·1.1K readsFunctional programmingDeclarative
fauzi diriaforwhat should i share today?fauziabd.hashnode.net·Jul 8, 2022Functional Programming with JavaScriptWhat is Functional Programming JavaScript supports Multi-paradigm, not only OOP but also functional programming. The functional programming paradigm is a programming paradigm in which the computational process is based on pure mathematical functions ...Discuss·2 likes·91 readsJavaScript is all time avengers to save web universeNode.js
Ezekiel LawsonforOpen Replay's Technical Blogopenreplay.hashnode.net·Jul 7, 2022Programming - Imperative vs Declarativeby Ezekiel Lawson I have had a lot of questions from programmers regarding the differences between Declarative and Imperative programming, and most developers are unsure when to use which. In this post, we'll go over what imperative and declarative i...Discuss·1 like·192 readsprogramming