Apoorv Tyagiapoorvtyagi.tech·Dec 3, 2023How to Keep Your Package Dependencies Up to Date on Azure DevOpsIntroduction As a developer, how often have you seen a repository with packages that are out of date? New package updates generally include new features, performance improvements, and security fixes. But keeping track of all outdated dependencies in ...DiscussGeneral Programming
Muhammad HassanforDevOps Journey with M Hassanhassandevops.online·Nov 30, 2023Streamlining Node.js Development with Azure DevOps YAML CI/CD PipelinesIntroduction: In the fast-paced world of Node.js development, automating workflows is essential for efficiency and reliability. Azure DevOps provides a robust platform for Continuous Integration and Continuous Deployment (CI/CD). In this blog, we'll ...Discussazure-devops
Saurabh Naiksaurabhz.hashnode.dev·Nov 28, 2023NLP Pipeline: From Data to DeploymentIntroduction: Natural Language Processing (NLP) has become an integral part of various applications, from chatbots to sentiment analysis. One key aspect that fuels the success of NLP is the NLP pipeline – a sequence of crucial steps that transforms r...DiscussNatural Language processingArtificial Intelligence
Vinayak Kesharwaniivinayak.hashnode.dev·Nov 24, 2023CI/CD with JenkinsIntroduction Hey folks, long time no see. Apollogies for being inconsistent in my blogs. But yeah im back and here im. So far i have talked about linux fundamentals, CICD in my previous blogs and now we will move a step forward into CICD world.Imagin...Discuss·1 like·53 readsDevops
Raju MandalforTechMandalblog.rajumandal.com.np·Nov 24, 2023Streams and pipelines Architecture Design Pattern on AWSAn important feature we see often is processing streams of data, as fast as the data is being generated and scaling quickly to meet the demand of large volumes of events. Downstream services receive the stream and apply business logic to transform, a...DiscussAWS
Saiful Alamblog.msar.me·Nov 24, 2023Laravel Filter Query Using PipelineIn our application sometimes we provide the search and filter functionality to the user. In this article, we will see how we can filter the data using the pipeline in Laravel. What is Pipeline? Pipeline is a design pattern that allows us to pass an o...DiscussLaravelPipeline Design Pattern
Kishor Chavankishorc.hashnode.dev·Nov 24, 2023Jenkins Interview questions and answersWe have reached to end of the Jenkins session. Here are some Jenkins-specific questions and answers that one can use during a DevOps Engineer interview: 1. What’s the difference between continuous integration, continuous delivery, and continuous depl...Discuss·28 readsJenkins
Agnes jadhavagnes18.hashnode.dev·Nov 23, 2023Day 80 Project-1Project Description The project aims to automate the building, testing, and deployment process of a web application using Jenkins and GitHub. The Jenkins pipeline will be triggered automatically by GitHub webhook integration when changes are made to ...DiscussDevops
Kim GeonHyeongunn96.hashnode.dev·Nov 23, 2023[CI/CD] Jenkins Pipeline Declarative 문법 정리g자꾸 Declarative와 Scripted가 뭐고 헷갈려서 정리용으로 씁니다.. 하지만 둘의 차이점을 다루기 보다는 이 글에선 Declarative 문법에 대해서 다룹니다. 파이프라인 구조 예제1️⃣ pipeline { agent any stages { stage('Stage 1') { steps { echo 'Hello world!' ...DiscussDevOpsJenkins
Reza RashidiforDevSecOpsGuidesrezaduty-1685945445294.hashnode.dev·Nov 20, 2023Attacking Against DevOps EnvironmentSCM AUTHENTICATION Commands: 1. git clone 2. git log Example Commands: GitRob: - Command: gitrob <organization/repo> - Example: gitrob acme-corp/website - GitLeaks: - Command: gitleaks --repo-path <path-to-repo> - Example: gitleaks --repo-path ~/pro...Discuss·1.2K readsDevops