Skip to content

Instantly share code, notes, and snippets.

View thomassvensen's full-sized avatar

Thomas Svensen thomassvensen

View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<body style="background-color: black">
<div style="display: flex; padding: 20px 0 0 20px; justify-content:center; position: relative;">
<div style="width: 1200px">
<img src="https://cdn.pixabay.com/photo/2017/01/19/19/53/fireworks-1993221_960_720.png" style="position: absolute; top: 200px; left: 500px; width: 350px" >
<iframe
src="http://free.timeanddate.com/countdown/i6x9xoiu/n187/cf12/cm0/cu4/ct0/cs0/ca0/cr0/ss0/cacfff/cpcfff/pc000/tcfff/fs100/szw200/szh200/tatRelax V2 - 13 Sept./tacfff/tptRelax V2 live since/tpcfff/mac000/mpc000/iso2019-09-13T00:00:00/pa14"
allowTransparency="true"
frameborder="0"

Vi oppfordrer til at dere innhenter tilbakemeldinger i forkant av samtalen. Her er forslag til spørsmål du kan stille de du jobber med til daglig (via epost, Google Forms, fact-to-face, …,):

Overordnet

  • Hvordan opplever du meg som kollega?
  • Kan du dele en eller flere episoder som har gjort inntrykk og forklare hva jeg gjorde bra, eller kunne gjort bedre?

Styrker

  • Hva opplever du at jeg er flinkest til?
@thomassvensen
thomassvensen / IImageRequirement.cs
Last active August 11, 2017 18:01
Image handling in EPiServer
namespace MyProject.Infrastructure.EPiServer.Attributes
{
public interface IImageRequirement
{
string GetRequirement();
}
}
We are using Jenkins on Windows as our build server. Jenkins is not state of the art in looks or simplicity,
but it sure competes with anything in terms of configurability and real-world experiences. There is aslo no
arguing that Jenkins works best on *NIX, but Windows support is pretty good.
We started out with a normal [MSBuild](http://wiki.jenkins-ci.org/display/JENKINS/MSBuild+Plugin) action, the basic steps were:
1. Get latest from GitHub
1. Restore Nuget packages
1. Run MSBuild
1. Push to Octopus Deploy