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.

 
Car by night
2020-04-02

Håll koll på vad som händer i din Django app

Django är ett fantastiskt ramverk som är skrivet i Python som ligger oss nära hjärtat. Våra django-utvecklare har hjälpt stora som små kunder att lansera och underhålla lösningar som utnyttjar Djangos exemplariska verktygslåda för att bygga robusta lösningar som älskas av både utvecklare och slutanvändare.
Fire up
2020-03-24

Deleting your git commit history without removing repo on Github/Bitbucket

When you have just found out that you or a fellow team mate has committed sensitive data into your Github repo. What do you do?
Studio pic
2020-03-19

Fem användningsområden för ElasticSearch som de flesta inte känner till

ElasticSearch är en populär sökmotor som används av många organisationer idag för att hantera sök. De flesta känner dock inte till att ElasticSearch kan användas till mycket mer än bara sök. I denna guide kommer vi att titta närmare på en del användningsområden som de flesta inte känner till.
Toy
2020-03-17

Custom Code Snippets in VS Code for your Django Project

Ever misspelled something whilst spinning up a Django template? Do you ever struggle to remember the syntax of that template tag you rarely use? Custom VS Code snippets to the rescue!
Supreme image
2020-03-03

How to cache API Endpoints

When developing advanced web software you don't want the user to hit the database if it's not necessary.
Keyboard in amber light
2020-02-27

Öka arbetsglädjen i ditt team med hjälp av ett optimerat deploymentflöde i Git

Git är i de flesta fall känt som ett versionshanteringssystem men väldigt få använder Git till dess fulla potential. I denna korta guide så går vi genom hur du som CTO eller Team Lead kan få ökad produktivitet och arbetsglädje samtidigt som ni snabbare kan leverera ny funktionalitet till era kunder / slutanvändare.
Splash
2020-02-18

Install direnv on Ubuntu 18.04 in 1 min

At Will & Skill we care deeply about using the right tools to optimize our workflow. If we can shave off a few seconds here and there we can save a lot of time in the long run.
Green fruit
2020-02-11

Celery 4 with Django on Ubuntu 18.04

There are many things that we want to do asynchronously without unnecessarily blocking our code. Celery is a library that does exactly that. Celery is a task queue that plays well with Django and we have had a great ton of fun using for the past few years!
Programming true
2020-02-06

Tankar om REST-API:er

Andreas beskrev ett mystiskt problem han stötte på där han skickade en PUT från front-end med statusen will_be_cancelled, såg att rätt status gick iväg och togs emot på backend, men när objektet sedan sparats och en GET kördes fick han tillbaka statusen active.
nice pic
2020-02-04

Custom Django admin actions with an intermediate page

To create a custom action in django admin is pretty straight forward. You must define a function which is then referenced from the models admin definition. This function will accept three arguments:
Coffee in the making
2020-01-21

Using CORS with Nginx

We have had the opportunity to work on a lot of frontend projects over the years at Will & Skill and one of the things that often come around in every project is how You handle CORS requests.
Watch
2020-01-07

How to Install PostgreSQL 9.6 on Ubuntu 18.04 LTS within 3 minutes

At Will & Skill we are avid users of Postgres due to its simplicity and deep integration with the Django ORM. If You have not used Postgres before, You should definitely give it a try.