ITverket
  • Home
  • Fagarrangementer
  • Diverse
  • Løpegruppa

ITverket

The secret to great development teams
devops

The secret to great development teams

This post was first published on Øysteins personal blog blixhavn.devWhat is the difference between a great development team and a group of developers? A team is something more. The

  • Øystein Hagen Blixhavn
    Øystein Hagen Blixhavn
Øystein Hagen Blixhavn 15 Feb 2021 • 4 min read
A Guide to OAuth 2.0 and Authorization in Modern Web Applications
OAuth 2.0

A Guide to OAuth 2.0 and Authorization in Modern Web Applications

This post was first published on Kim Runes personal blog solstad.dev OAuth 2.0 is the leading protocol used for authorization on the internet. Authorization means specifying the privileges

  • Kim Rune Solstad
    Kim Rune Solstad
Kim Rune Solstad 24 Oct 2020 • 10 min read
Setup a Secure Blog with Ghost on DigitalOcean
Docker

Setup a Secure Blog with Ghost on DigitalOcean

Tutorial for setting up a secure HTTPS blog running Ghost in a docker container, using Digitalocean as the provider.

  • Ivan Skodje
    Ivan Skodje
Ivan Skodje 17 Aug 2020 • 7 min read
Monitor your website with cloud functions
guide

Monitor your website with cloud functions

This post was first published on Øysteins personal blog blixhavn.devA while back I noticed that my blog was down, and after some investigation I discovered that it had been

  • Øystein Hagen Blixhavn
    Øystein Hagen Blixhavn
Øystein Hagen Blixhavn 4 Jun 2020 • 4 min read
Obstacles in Message Driven Systems

Obstacles in Message Driven Systems

This was first published on Anders' personal blog kofoed.devBuilding distributed systems is fundamentally different from the synchronous world many developers are used to. Using messaging as communication and eventually

  • Anders Kofoed
    Anders Kofoed
Anders Kofoed 7 May 2020 • 8 min read
How to create DigitalOcean droplets using Doctl on Windows
devops

How to create DigitalOcean droplets using Doctl on Windows

In this guide I will be walking through the process of setting up a droplet from your own windows computer, using DigitalOcean's API tool Doctl. Knowing how to do this

  • Ivan Skodje
    Ivan Skodje
Ivan Skodje 6 Feb 2020 • 5 min read
Fagkveld 21.01.20, Skatten, Tøyen

Fagkveld 21.01.20, Skatten, Tøyen

Julen har rukket å bli et dunkelt minne til tross for at vi fremdeles skriver januar. Stimende ut fra Tøyen T-banestasjon konvergerer ITverkere som en menneskelig utgave av Snake til

  • Frode Jacobsen
Frode Jacobsen 24 Jan 2020 • 4 min read
Don't Think, Shortening Variable Names

Don't Think, Shortening Variable Names

Shortening variable names is a huge waste of time. if(ts.has(t)) { ts.close(); } TS. Tidy Storage. Tennant Summit. The Store. Team Session. What is ts? What is t?

  • Ivan Skodje
    Ivan Skodje
Ivan Skodje 3 Jan 2020 • 3 min read
DotJS 2019

DotJS 2019

Tidlig i desember dro fire ITverkere på den største JavaScript-konferansen i Europa; DotJS. Og den var ikke lokalisert hvor som helst. Konferansen fant nemlig sted i Paris! Kul konferanse og

  • Vilde Innset Hurum
Vilde Innset Hurum 18 Dec 2019 • 8 min read
FrontEnd Con
reisebrev

FrontEnd Con

22.11.19 dro Syver, Thomas og Karl Ivar på konferanse til Warszava i Polen. De tilbrakte helga som turister i byen, før konferansen startet på mandag. Turen ble en

  • Thomas Andersen
  • Syver Bolstad
  • Karl Ivar Helsvig
    Karl Ivar Helsvig
Multiple authors 9 Dec 2019 • 6 min read
Fagdag: AppSec og OpSec for utviklere

Fagdag: AppSec og OpSec for utviklere

16.november var det duket for en fagkveld med fokus på applikasjonssikkerhet og operasjonssikkerhet for utviklere. DevOps-tankegangen med korte iterasjoner har ført til at utviklere i større grad har ansvar

  • Vilde Innset Hurum
Vilde Innset Hurum 4 Dec 2019 • 4 min read
Are Developers Afraid of Smaller Classes?

Are Developers Afraid of Smaller Classes?

Smaller classes seem to make a lot of developers uncomfortable. It seems that the idea of jumping between classes in order to get the whole picture is undesirable, and that

  • Ivan Skodje
    Ivan Skodje
Ivan Skodje 30 Nov 2019 • 4 min read
Do the boring stuff

Do the boring stuff

Spending some of your spare time doing boring stuff has several benefits, and it takes less time than you might think.

  • Øystein Hagen Blixhavn
    Øystein Hagen Blixhavn
Øystein Hagen Blixhavn 1 Nov 2019 • 3 min read
Fagkveld 24.09.19

Fagkveld 24.09.19

NY REKORD! Tirsdag 24.09 arrangerte vi nok en fagkveld, og aldri har vi vært så mange som nå. Da Sindre, Sindre og Ole Andreas satte i gang showet var

  • Karl Ivar Helsvig
    Karl Ivar Helsvig
Karl Ivar Helsvig 8 Oct 2019 • 8 min read
To Lombok, or not to Lombok
clean code

To Lombok, or not to Lombok

If you are reading this, chances are that you already know a little about Project Lombok. Perhaps you love it and is looking for additional information to support your righteous

  • Ivan Skodje
    Ivan Skodje
Ivan Skodje 4 Oct 2019 • 7 min read
comments

String comment; //this is a comment

// This is the name of the header private String headerName; /** * Returns the name of the header * @return Header name as a String */ public String getHeaderName() { return headerName; } Have you ever seen comments like these? Are you not grateful for it? Don't you just wish

  • Ivan Skodje
    Ivan Skodje
Ivan Skodje 10 Sep 2019 • 10 min read
Sommerprosjekt 2019: Ice
sommerprosjekt

Sommerprosjekt 2019: Ice

Etter åtte uker er årets sommerprosjekt over. Teamet vårt, bestående av seks studenter fra NTNU og en erfaren teamleder fra ITverket, har i sommer hatt gleden av å sitte hos

  • William Kvaale
William Kvaale 3 Sep 2019 • 4 min read
Building a Node API with stateless authentication
node

Building a Node API with stateless authentication

When building an api in Node I suddenly got the need to implement some form of simple authentication. I wanted to be able to create users and have them log

  • Henrik Molnes
    Henrik Molnes
Henrik Molnes 22 Aug 2019 • 5 min read
Sommerprosjekt 2019: Fortum Tellier

Sommerprosjekt 2019: Fortum Tellier

Nå går sommeren mot slutten og det gjør også vårt prosjekt. I løpet av seks uker har vi, et team bestående av fem studenter fra NTNU, sittet hos Fortum Tellier

  • Caroline Stensland Selte
Caroline Stensland Selte 15 Aug 2019 • 3 min read
Bad code, Readable code
java

Bad code, Readable code

Bad code. Words that ring in our developer ears every time we hear it. We all know about it. You have written it. I have written it. We have all

  • Ivan Skodje
    Ivan Skodje
Ivan Skodje 9 Aug 2019 • 7 min read
DevOps as an IT consultant

DevOps as an IT consultant

This post was first published on Øysteins private blog blixhavn.dev After learning about Domain Driven Design, DevOps, Lean work or Agile methodologies, it's easy as an IT consultant to

  • Øystein Hagen Blixhavn
    Øystein Hagen Blixhavn
Øystein Hagen Blixhavn 1 Aug 2019 • 3 min read
Comparison of NULL values by use of set operators in SQL Server
sql

Comparison of NULL values by use of set operators in SQL Server

In this article we will go through a common task of searching a table for a filtering value using various approaches, ending up with the most elegant solution using set based comparison. This way of thinking will then be explored in other common usages, such as joins and MERGE statements.

  • Morten Larsen
    Morten Larsen
Morten Larsen 14 Jun 2019 • 8 min read
Plankekjøring i Lyngsalpene.

Plankekjøring i Lyngsalpene.

Torsdag 11. april dro en gjeng toppturentusiaster fra ITverket på skitur til Lyngsalpene i Troms for å nyte noe av det intense, vakre og spennende nydelige Norge har å by

  • Karl Ivar Helsvig
    Karl Ivar Helsvig
Karl Ivar Helsvig 27 May 2019 • 3 min read
Anti-Patterns from Systems Thinking - Suboptimization

Anti-Patterns from Systems Thinking - Suboptimization

One of the things I learnt from the "Thinking in Systems: A Primer" book by Donella Meadows is a thing called suboptimization. I choose to call this an

  • Ole Andreas Rydland
    Ole Andreas Rydland
Ole Andreas Rydland 14 May 2019 • 3 min read
Continuous Deployment - the holy grail of DevOps?

Continuous Deployment - the holy grail of DevOps?

This post was first published on Øysteins private blog blixhavn.dev Continuous Deployment is a development strategy central in the DevOps world, and I have for a long time considered

  • Øystein Hagen Blixhavn
    Øystein Hagen Blixhavn
Øystein Hagen Blixhavn 7 May 2019 • 3 min read
ITverket
  • Home
  • Fagarrangementer
  • Diverse
  • Løpegruppa
ITverket © 2021
Latest Posts Ghost