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.

 
Wireframes work
2019-12-20

Skapa Django models från User Stories

När du ska bygga ett back-end med Django Models för första gången så kan det va bra att kartlägga vad som faktiskt är nödvändigt utifrån en användares perspektiv. Man kan skapa en egen tänkt väg för hur användare faktiskt tänkt använda produkten för att på så vis se vilka fält och datatyper som bör finnas med i dina Models. Man bör även titta på projektets beskrivning om vad som SKA finnas med.
Article hero
2019-12-10

4 enkla steg för att integrera mot ett RESTful API med hjälp av Python Requests

I vårt vardagliga jobb som en digitalbyrå i Stockholm får behöver vi ofta integrera mot tredjeparts tjänster. Ofta är dessa RESTful API som har en fördefinerad struktur och tankesätt. Detta underlättar för oss som utvecklare. I denna artikel listar vi 6 frågor som du bör ställa innan du börjar bygga integrationer mot ett tredjeparts API.
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.
Python book
2019-11-07

Setup a production ready Django application with Redis, Postgres, virtualenv, dotenv, Nginx, uWSGI that is 12 factor compliant from scratch

We will use the technologies below Nginx as our frontserver to handle HTTPS, static files and route traffic to the uWSGI instance uWSGI will be used to serve the WSGI application Django to build lightweight models for authentication Django REST Framework to build a simple and lightweight API Redis to store cached API data Postgres to store User data dotenv will be used to store secrets on the server virtualenv will be used to create an isolated environment for our app.
Coffee break
2019-10-29

Real Time Notifications with Firebase, Django and Backbone - Part 2

Let's carry on with a post_save method as well. We usually put our notification logic in a file called "notifications.py". Let's create it:
People by night
2019-10-15

Python: The Origin Story

Let's dive into the history of Python
ball in the air
2019-06-22

Install Elasticsearch 5.x on Ubuntu 16.04 LTS in less than 3 minutes

At Will & Skill we frequently use ElasticSearch in our project. This is a step-by-step guide on how You can install and use ElasticSearch 5.x in your project.
Forest
2019-06-21

Install ElasticSearch 6.x on Ubuntu 18.04 LTS

At Will & Skill we frequently use ElasticSearch in our project. This is a step-by-step guide on how You can install and use ElasticSearch 6.x in your project.
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