Få insikter i hur vi arbetar och bli inspirerad!

Vill du lära dig om det senaste inom Javascript, Python, Django, React, React Native? Här hittar du artiklar om vår erfarenhet av att utveckla moderna digitala lösningar.

Läs alla våra nyheter nedan

Här hittar du det senaste från oss.

 
Two persons with mobile phones
2020-01-09

Därför ska du använda React Native till din nästa app

Framtidens startups och digitala projekt kommer att jobba med att optimera och utveckla sina digital produkter i snabba cykler. Detta gäller inte bara utvecklingstakten utan även arbetsprocesserna som används i branschen. Detta medför att det gäller att välja rätt verktyg och processer som är lätta att använda och utveckla enligt produktens.
Code on screen
2020-01-01

Varför React?

Ett ramverk kan vara populärt, roligt att arbeta med eller användas av Facebook. Det medför inte att ramverket är per automatik ett säkert kort för en organisation. I denna korta guide så skall vi försöka förklara hur man resonerar när man gör ett långsiktigt teknikval inför ett nytt eller befintligt projekt.
Keyboard
2019-12-31

How to fix EACCES errors with NPM on MacOS

An EACCES error from npm on macOS usually means a permissions issue with npm's directories. To fix this, change ownership of the directories with sudo chown -R \whoami` ~/.npmandsudo chown -R `whoami` /usr/local/lib/node_modules. After updating permissions, rerun the npm commands without sudo` to resolve the error.
Mobile on purple background
2019-12-17

Build a great login experience with React Native, Axios and JSONWebToken

Most apps need some kind of login in order to serve data that is related the to the authorized User. In this short tutorial we are going to build a good looking login form in React Native.
Mobile on desk
2019-12-03

Setup a Next.js project with PM2, Nginx and Yarn on Ubuntu 18.04

We tend to deploy our projects on Now since it is super convenient but there might be instances where You need to deploy things to Your own servers. This is a short tutorial on how You can easily setup a working environment in no time.
Show and tell at the office
2019-11-28

Det senaste inom VS Code, Code Push mm.

Denna Show & Tell fokuserade vi på följande ämnen:
Fire
2019-11-19

Firebase ❤ React ❤ Next — Part 1 of 2

In this tutorial we will build a fully functional real time chat service using Firebase, React and Next.
Coding on a plane
2019-11-05

Javascript, React, VSCode and Snippets

You are probably spending a lot of time writing boilerplate code. In this bite-size article we will set up snippets for Javascript and React and reduce your time spent writing boilerplate code.
Creative hero
2019-10-31

När använder man componentDidMount i React?

Will & Skill består bland annat av ett gäng riktigt duktiga react-utvecklare. Vi jobbar med att bygga system som underlättar vardagen för våra kunder och dess slutanvändare. För att uppnå detta på ett effektivt sätt använder vi ett ramverk som heter React! React-projekt byggs upp av flera små React-komponenter. Dessa React komponenter har vissa inbyggda metoder. Nedan pratar vi om hur man kan använda en av dessa: componentDidMount.
Coder
2019-10-01

Writing Stateful Function Components in React Using Hooks

As a developer, having a solid technical side isn't the only thing you need to have to have a successful career. Communications, confidence and ambition, are all qualities that will definitely make you stand out as a programmer. So today we will present a few of them. Let's get started.
Plan navigation
2019-06-01

Setup a highly-available Redis cluster with Sentinel and HAProxy

The purpose of this tutorial is to show You how to quickly setup a Redis cluster with Sentinel (comes with Redis) and HAProxy on Ubuntu 18.04