Remove tags remote-work
article thumbnail

Creating an Angular Jamstack Blog

Netlify

A blog is a great place to share the inside scoop on your new features with your users or bring new eyes to your site with interesting content. Scully , the Angular Static Site Generator, makes it easier to create a blog using Markdown and the Angular framework we’re familiar with. generate a blog skeleton. Build a Blog.

article thumbnail

Dockerization of Java applications using Google Jib Plugin

InnovationM

Prerequisites Basic docker knowledge & commands, can go through this blog Docker-For-Beginners by InnovationM. Introduction In this blog I will guide you step-by-step how to use google jib plugin with docker. In this blog I will be showing you using Maven plugin. What is Jib ? How to use Jib ?

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

How to update your repository from a gitlab pipeline

Xebia

Updating documentation In one of my previous blogs I wrote on how you can manage diagrams as code. The approaches that I often is that you tag the container as latest and trigger a redeployment. To get this to work, you do need to do some configuration. Configure the git remote. I did, a couple of times actually!

How To 130
article thumbnail

How to Install a NPM Module from GitHub Branch

David Walsh

In my journey to work more quickly with a project containing loads of dependencies, I’ve come across a few techniques I’ve not needed to use before. The post How to Install a NPM Module from GitHub Branch appeared first on David Walsh Blog. Feel free to leave off the branch name if you just want to use master branch!

How To 101
article thumbnail

Applications and innovations in the Internet of Things (IoT)

Hacker Earth Developers Blog

The major application of IoT in healthcare has been in remote health monitoring or telehealth. Remote monitoring is especially useful for the elderly, immobile, chronically ill, or people living alone. Real-world applications of IoT can be found in several sectors: 1. Healthcare.

IoT 283
article thumbnail

Event Driven Load Testing

OpenCredo

Supporting scale-up organisations with disparate engineering teams Recently we spent a lot of time working with an EdTech client that had issues reconciling work across teams. There were many organisational factors at play, however, primarily it was a result of many remote teams interacting across the globe from disparate timezones.

Testing 59
article thumbnail

How to make your web application more secure by using Dynamic Application Security Testing (DAST) – PART 2 of Application Security Testing series

Xebia

Like I mentioned in the previous blog, during this blog series we are going to look at the different types of Application Security Testing and Software Composition Analysis. The vulnerable web application is the same one we used in the first blog of this series. How does DAST work?