AWS Cheatsheet

Read more »

Service mesh data plane vs. control plane

Reference https://blog.envoyproxy.io/service-mesh-data-plane-vs-control-plane-2774e720f7fc What is a service mesh, really? Figure 1 illustrates the service mesh concept at its most basic level. There are four service clusters (A-D). Each service instance is colocated…

Read more »

What is TypeScript and use cases of it?

TypeScript is a strongly typed, object oriented, compiled language. It was designed by Anders Hejlsberg (designer of C#) at Microsoft. TypeScript is both a language and a set of tools….

Read more »

Python Assignment Help to Solve Your Complications

What online writing service can do my homework assignment for me? It’s a common request left by many students. Regardless of their background, nationality or educational institution, they experience certain…

Read more »

Software Engineering Digital Marketing

Keyword Analysis Software Engineering Courses and Certifications Github Page

Read more »

How to Fix ” Vue packages version mismatch:” error in Laravel 5.5

If you find any issue like above then run below Commands for solution : Solution : Above Command solve my issue if you are still in issue then run below…

Read more »

Laravel say that Auth guard [user] is not defined

I am trying to override default logout button in my Laravel project. so I defined below code in my LoginController->logout() function. but it’s showing that my guard is not defined….

Read more »

Syntax- local.ERROR Class ‘BarryvdhDebugbarFacade’ not found {exception[object]

When Show this type of error then may be below line missing in your “config/app.php“ So, Add this line in your Config/App.php ” ‘aliases’Add This After that showing this type…

Read more »

Laravel 5.5 Error – “The page has expired due to inactivity. Please refresh and try again.”

i am trying to submit a form with some fields and showing this error “The page has expired due to inactivity. Please refresh and try again.” so when I look…

Read more »

What is Xray in Jira?

Cutting Edge Test Management for Jira. Built for every member of your team to plan, test, track and release great software. Xray is a complete Test Management tool for Jira….

Read more »

How to build jobs in jenkins when a change is pushed to Bitbucket

    Bitbucket plugin is designed to offer integration between Bitbucket and Jenkins.   It exposes a single URI endpoint that you can add as a WebHook within each Bitbucket…

Read more »

How to trigger a jenkins job when code is pushed to github using “GitHub hook trigger for GITScm polling”

  The GitHub plugin for Jenkins is the most basic plugin for integrating Jenkins with GitHub projects. If you are a GitHub user, this plugin enables you to:   Schedule…

Read more »
trigger-builds-remotely-in-jenkins

How to Trigger builds remotely in Jenkins? | Jenkins Tutorials

  How to Trigger builds remotely in Jenkins?   1. Create a user – You need to create a user in jenkins using you would like to trigger a jenkins…

Read more »
cron-jobs-in-jenkins

Trigger Jenkins Job using “Build periodically” and “Poll SCM”

Method 1 – AT CERTAIN TIME AKA Build periodically Method 2 – AT CERTAIN TIME BUT Build only when there is Code changes AKA Poll SCM Setting up the cron…

Read more »

Trigger jenkins another job after this Job AKA Post Build Action => Build Other project

Read more »

Trigger jenkins this job if other job is triggerred AKA Build after other projects are built

Read more »

How to Archive a Package and file with Jenkins?

Read more »

How to Integrate Sonarqube with Jenkins as part of CI/CD?

Read more »

How to Integration Jira with Jenkins as part of CI/CD?

Read more »

Configure Jenkins First job of Java Code base with Maven Build tool

Read more »