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.

 
Escape rooms
2020-04-28

We put 4 developers in a room for 48 hours. You won't believe what happened next...

During the "Nordea Innovation Challenge," we aimed to reinvent banking by creating an app using Python/Django for the back-end and Angular with Ionic for the front-end. Our app was designed to scan receipts, link them to products, and offer savings recommendations. By integrating the Nordea API, we accessed transaction histories and built a back-end for image handling and data anonymization, along with an OCR service for receipt parsing.
Colour image
2020-04-23

Kvalitetssäkra ditt projekt med Docker

Som digitalbyrå och Tech Partner så behöver vi på Will & Skill fundera kring hur vi gör vardagen enklare för alla våra utvecklare. Vi använder Docker för att underlätta en stor del av deploymentprocessen så att utvecklarna får fokusera på att bygga en välfungerande applikation.
Cubes in the dark
2020-04-07

When PostGIS and pg_dump do not play well together

I was trying to make pg_dump backup of our database. When I got the error.
Django reading
2020-04-06

Fem saker att hålla koll på som Django utvecklare år 2020

Enligt Stack Overflows årliga "Developer Survey" så innehar Django position 6 med 62.1% bland rösterna av totalt 90 000 utvecklare som röstat fram Django till en av de mest älskade ramverken.
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?
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: